okbob / plpgsql_lint

This is a postgresql extension that ensure a deep validation of embedded SQL inside PL/pgSQL functions
Other
64 stars 11 forks source link

Error when loading plpgsql_lint #1

Open ontologiae opened 12 years ago

ontologiae commented 12 years ago

Hi, when I'm executing load 'plpgsql_lint'; in psql 3, i get :

postgres=# load 'plpgsql_lint'; ERREUR: can't load « /usr/lib/postgresql/9.1/lib/plpgsql_lint.so » : /usr/lib/postgresql/9.1/lib/plpgsql_lint.so: undefined symbol: plpgsql_parser_setup postgres=# \ Error **

I'm on Debian testing

The compilation process was perfectly succesful

okbob commented 12 years ago

Hello

try to load plpgsql before

so

load plpgsql; load plpgsql_lint

Regards

Pavel Stehule

2012/10/1 ontologiae notifications@github.com

plpgsql_parser_setup