Complete merge of all old man page information.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: a27512e63480f6f3e42b4a40aacac0e035700e20
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1999-07-22T15:09:15Z
Releases: 7.1.1
Complete merge of all old man page information.
ecpg reference page still needs formatting.

Files

PathChange+/−
doc/src/sgml/ref/abort.sgml modified +8 −3
doc/src/sgml/ref/allfiles.sgml modified +9 −21
doc/src/sgml/ref/alter_table.sgml modified +37 −4
doc/src/sgml/ref/alter_user.sgml modified +9 −6
doc/src/sgml/ref/begin.sgml modified +41 −21
doc/src/sgml/ref/close.sgml modified +7 −4
doc/src/sgml/ref/cluster.sgml modified +21 −13
doc/src/sgml/ref/commands.sgml modified +29 −5
doc/src/sgml/ref/commit.sgml modified +18 −4
doc/src/sgml/ref/copy.sgml modified +60 −53
doc/src/sgml/ref/create_aggregate.sgml modified +13 −13
doc/src/sgml/ref/create_database.sgml modified +40 −35
doc/src/sgml/ref/createdb.sgml modified +8 −4
doc/src/sgml/ref/create_function.sgml modified +73 −46
doc/src/sgml/ref/create_index.sgml modified +117 −32
doc/src/sgml/ref/create_language.sgml modified +24 −27
doc/src/sgml/ref/create_operator.sgml modified +17 −18
doc/src/sgml/ref/create_rule.sgml modified +40 −29
doc/src/sgml/ref/create_sequence.sgml modified +26 −13
doc/src/sgml/ref/create_table_as.sgml modified +12 −5
doc/src/sgml/ref/create_table.sgml modified +66 −8
doc/src/sgml/ref/create_trigger.sgml modified +24 −12
doc/src/sgml/ref/create_type.sgml modified +51 −37
doc/src/sgml/ref/create_user.sgml modified +10 −5
doc/src/sgml/ref/createuser.sgml modified +9 −3
doc/src/sgml/ref/create_view.sgml modified +18 −20
doc/src/sgml/ref/current_date.sgml modified +10 −0
doc/src/sgml/ref/current_time.sgml modified +5 −0
doc/src/sgml/ref/current_timestamp.sgml modified +5 −0
doc/src/sgml/ref/current_user.sgml modified +5 −0
doc/src/sgml/ref/declare.sgml modified +44 −37
doc/src/sgml/ref/delete.sgml modified +14 −4
doc/src/sgml/ref/destroydb.sgml modified +8 −4
doc/src/sgml/ref/destroyuser.sgml modified +9 −4
doc/src/sgml/ref/drop_aggregate.sgml modified +16 −12
doc/src/sgml/ref/drop_database.sgml modified +19 −17
doc/src/sgml/ref/drop_function.sgml modified +34 −19
doc/src/sgml/ref/drop_index.sgml modified +10 −6
doc/src/sgml/ref/drop_language.sgml modified +10 −14
doc/src/sgml/ref/drop_operator.sgml modified +10 −6
doc/src/sgml/ref/drop_rule.sgml modified +8 −12
doc/src/sgml/ref/drop_sequence.sgml modified +7 −4
doc/src/sgml/ref/drop_table.sgml modified +7 −4
doc/src/sgml/ref/drop_trigger.sgml modified +6 −3
doc/src/sgml/ref/drop_type.sgml modified +8 −13
doc/src/sgml/ref/drop_user.sgml modified +7 −4
doc/src/sgml/ref/drop_view.sgml modified +7 −4
doc/src/sgml/ref/ecpg-ref.sgml added +367 −0
doc/src/sgml/ref/end.sgml added +170 −0
doc/src/sgml/ref/explain.sgml modified +49 −7
doc/src/sgml/ref/fetch.sgml modified +66 −39
doc/src/sgml/ref/grant.sgml modified +9 −4
doc/src/sgml/ref/initdb.sgml modified +7 −2
doc/src/sgml/ref/initlocation.sgml modified +7 −2
doc/src/sgml/ref/insert.sgml modified +26 −10
doc/src/sgml/ref/ipcclean.sgml added +117 −0
doc/src/sgml/ref/listen.sgml modified +17 −4
doc/src/sgml/ref/load.sgml modified +11 −4
doc/src/sgml/ref/lock.sgml modified +8 −5
doc/src/sgml/ref/move.sgml modified +25 −12
doc/src/sgml/ref/notify.sgml modified +7 −4
doc/src/sgml/ref/pgaccess-ref.sgml modified +5 −0
doc/src/sgml/ref/pgadmin-ref.sgml modified +5 −0
doc/src/sgml/ref/pg_dumpall.sgml modified +9 −4
doc/src/sgml/ref/pg_dump.sgml modified +8 −3
doc/src/sgml/ref/pg_passwd.sgml added +170 −0
doc/src/sgml/ref/pg_upgrade.sgml modified +14 −2
doc/src/sgml/ref/postgres-ref.sgml modified +7 −2
doc/src/sgml/ref/postmaster.sgml modified +7 −2
doc/src/sgml/ref/psql-ref.sgml modified +7 −2
doc/src/sgml/ref/reset.sgml modified +24 −8
doc/src/sgml/ref/revoke.sgml modified +16 −6
doc/src/sgml/ref/rollback.sgml modified +8 −3
doc/src/sgml/ref/select_into.sgml modified +9 −3
doc/src/sgml/ref/select.sgml modified +25 −7
doc/src/sgml/ref/set.sgml modified +8 −5
doc/src/sgml/ref/show.sgml modified +7 −4
doc/src/sgml/ref/unlisten.sgml modified +6 −1
doc/src/sgml/ref/update.sgml modified +12 −7
doc/src/sgml/ref/vacuumdb.sgml modified +7 −2
doc/src/sgml/ref/vacuum.sgml modified +10 −4