Home

The databases/py-pgsanity port

py3-pgsanity-0.2.9 – PostgreSQL SQL syntax checker (cvsweb github mirror)

Description

PgSanity checks the syntax of Postgresql SQL files.

It does this by leveraging the ecpg command which is traditionally
used for preparing C files with embedded sql for compilation.
However, as part of that preparation, ecpg checks the embedded SQL
statements for syntax errors using the exact same parser that is
in PostgreSQL.

So the approach that PgSanity takes is to take a file that has a
list of bare SQL in it, make that file look like a C file with
embedded SQL, run it through ecpg and let ecpg report on the syntax
errors of the SQL.
WWW: https://pypi.python.org/pypi/pgsanity

Maintainer

Daniel Dickman

Only for arches

aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64

Categories

databases lang/python

Build dependencies

Run dependencies

Test dependencies

Files

Search