mirror of
https://github.com/postgres/postgres.git
synced 2026-02-10 14:23:26 -05:00
I sending promised patch with:
* getopt_long() - for pg_dump (portable)
* and "Usage: " changes in scripts in src/bin/
- this changes are cosmetic only, not change any
feature ...etc.
All PostgreSQL routines (scripts) support now long options and
help's output is alike for all scripts and all support -? or --help.
Karel
Karel Zak <zakkr@zf.jcu.cz> http://home.zf.jcu.cz/~zakkr/
|
||
|---|---|---|
| .. | ||
| createdb | ||
| createlang.sh | ||
| createuser | ||
| dropdb | ||
| droplang | ||
| dropuser | ||
| Makefile | ||
| vacuumdb | ||