pgsql.vim icon indicating copy to clipboard operation
pgsql.vim copied to clipboard

Postgresql syntax from Devrim GUNDUZ

Results 5 pgsql.vim issues
Sort by recently updated
recently updated
newest added

For compatibility with systems which may have changed the default **LIKE**-clause escape-character, sometimes it will be specified explicitly: ``` sql SELECT * FROM information_schema WHERE table_name LIKE 'd\_%' ESCAPE '\'...

`CREATE INDEX CONCURRENTLY IF NOT EXISTS albums_title_index` `ON albums USING gin (title gin_trgm_ops);` In this example, the `in` of `gin` on the second line is highlighted as a keyword. This...

Hello, I am pgRouting developer, and I would like to add some vim high lighting for the extension. For example, highlight the pgrouting functions names with a color that is...

It would be useful if the README specified how this differs from the sql syntax, as I can make guesses (things like support for PostgreSQL specifics), but it would be...

Hi, in your opinion, what are the 1870 function definitions for? They match a syntax such: ``` cash_cmp'(123,456) ``` with a quote before the parenthesis, which I have no idea...