summaryrefslogtreecommitdiff
path: root/tests/examplefiles/postgresql_test.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added unicode strings/names to PostgreSQL lexerDaniele Varrazzo2011-04-141-0/+3
|
* Parse the language of a PostgreSQL function also when prefixDaniele Varrazzo2011-04-141-0/+10
| | | | This is the way pg_dump saves it.
* Fix occasional parsing of PL/pgSQL using the SQL tokensDaniele Varrazzo2011-04-141-1/+12
| | | | | Inheritance class refactored avoiding a base class with a _tokens attribute that may interfere with the creation of the subclass _tokens.
* Ignore case of the language in PostgreSQL $-string parsingDaniele Varrazzo2011-04-141-1/+1
|
* Identify the name of a PostgreSQL procedure language also when quotedDaniele Varrazzo2011-04-121-1/+1
|
* Adding support to add sub-languages in dollar-quoted stringsDaniele Varrazzo2011-04-051-0/+23