Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-compliant'ish state.
Peter Eisentraut <peter_e@gmx.net>
Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-compliant'ish state. Made ipcclean work on Linux.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/initdb.sgml | modified | +3 −3 |
| doc/src/sgml/ref/initlocation.sgml | modified | +24 −134 |
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +4 −4 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +4 −13 |
| src/bin/initdb/initdb.sh | modified | +4 −4 |
| src/bin/initlocation/initlocation.sh | modified | +116 −82 |
| src/bin/ipcclean/ipcclean.sh | modified | +98 −4 |
| src/bin/pg_dump/pg_dump.c | modified | +98 −70 |