A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/spacetekk/pgsql.vim.git below:

spacetekk/pgsql.vim: PostgreSQL 9.4 syntax plugin for Vim with PL/Python support

Vim PostgreSQL 9.4 syntax plugin with PL/Python support

Supports PostgreSQL version 9.4, highlights most builtin functions. Keywords according to: SQL Key Words.

Highlights .pgsql files out of the box. You can add pgsql dictionary to vim completion, with:

set dictionary+=~/.vim/bundle/pgsql.vim/dic/pgsql

Use special markers while decalraing plpythonu functions or do statements, etc... Example:

create or replace function plpythonu_version() returns text language plpythonu as $python$
    res = plpy.execute('select * from version()')
    return res[0]['version']
$python$;

Some usefull snippts


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4