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
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/bin/pgsanity
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/METADATA
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/RECORD
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/WHEEL
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/entry_points.txt
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/licenses/
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/licenses/LICENSE
- /usr/local/lib/python3.13/site-packages/pgsanity-0.2.9.dist-info/top_level.txt
- /usr/local/lib/python3.13/site-packages/pgsanity/
- /usr/local/lib/python3.13/site-packages/pgsanity/__init__.py
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/__init__.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/__init__.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/ecpg.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/ecpg.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/pgsanity.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/pgsanity.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/sqlprep.cpython-313.opt-1.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/__pycache__/sqlprep.cpython-313.pyc
- /usr/local/lib/python3.13/site-packages/pgsanity/ecpg.py
- /usr/local/lib/python3.13/site-packages/pgsanity/pgsanity.py
- /usr/local/lib/python3.13/site-packages/pgsanity/sqlprep.py