another round of user interface cleanups
Peter Eisentraut <peter_e@gmx.net>
another round of user interface cleanups removed pg_id fixed a few bugs in the scripts
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/createlang.sgml | modified | +1 −14 |
| doc/src/sgml/ref/droplang.sgml | modified | +1 −14 |
| src/bin/initdb/initdb.sh | modified | +2 −2 |
| src/bin/initlocation/initlocation.sh | modified | +2 −2 |
| src/bin/ipcclean/ipcclean.sh | modified | +2 −2 |
| src/bin/Makefile | modified | +2 −2 |
| src/bin/pg_dump/pg_dump.c | modified | +2 −2 |
| src/bin/pg_id/Makefile | deleted | +0 −46 |
| src/bin/pg_id/pg_id.c | deleted | +0 −63 |
| src/bin/psql/common.c | modified | +2 −2 |
| src/bin/psql/help.c | modified | +2 −2 |
| src/bin/psql/startup.c | modified | +9 −1 |
| src/bin/scripts/createdb | modified | +17 −13 |
| src/bin/scripts/createlang.sh | modified | +25 −31 |
| src/bin/scripts/createuser | modified | +16 −12 |
| src/bin/scripts/dropdb | modified | +17 −12 |
| src/bin/scripts/droplang | modified | +17 −26 |
| src/bin/scripts/dropuser | modified | +19 −14 |
| src/bin/scripts/vacuumdb | modified | +25 −22 |