SlackBuilds Repository

15.0 > System > pgsanity (0.2.9)

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.

This requires: postgresql

Maintained by: Yth - Arnaud
Keywords: postgresql,postgres,sql,syntax,checker
ChangeLog: pgsanity

Homepage:
https://github.com/markdrago/pgsanity

Source Downloads:
pgsanity-0.2.9.tar.gz (6ac9b910b867c1a40e003f0939cfda88)

Download SlackBuild:
pgsanity.tar.gz
pgsanity.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
pgsanity.SlackBuild
pgsanity.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds