diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-05-26 09:16:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 23:45:35 +0700 |
commit | da8accbc1b557f31c0c7141897a6da324eb89b9e (patch) | |
tree | 0f152636343c065da0f045bc7d90a4178b542555 /system/pgsanity/slack-desc | |
parent | 63bf481d1aa244ec7a1928000768f2e2b4ad40ff (diff) | |
download | slackbuilds-da8accbc1b557f31c0c7141897a6da324eb89b9e.tar.gz |
system/pgsanity: Added (SQL syntax checker for PostgreSQL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pgsanity/slack-desc')
-rw-r--r-- | system/pgsanity/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/pgsanity/slack-desc b/system/pgsanity/slack-desc new file mode 100644 index 0000000000..03a3a8adca --- /dev/null +++ b/system/pgsanity/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pgsanity: PgSanity (SQL syntax checker for PostgreSQL) +pgsanity: +pgsanity: PgSanity checks the syntax of PostgreSQL SQL files. It does this by +pgsanity: leveraging the ecpg command which is traditionally used for preparing +pgsanity: C files with embedded SQL for compilation. However, as part of that +pgsanity: preparation, ecpg checks the embedded SQL statements for syntax errors +pgsanity: using the exact same parser that is in PostgreSQL. +pgsanity: +pgsanity: Homepage: https://github.com/markdrago/pgsanity +pgsanity: +pgsanity: |