More minor updates and copy-editing.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4e94ea9fc92abff333a8d3cd99e7b667ab364442
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-04T00:39:53Z
Releases: 8.0.0
More minor updates and copy-editing.

Files

PathChange+/−
doc/src/sgml/ref/alter_database.sgml modified +26 −16
doc/src/sgml/ref/alter_group.sgml modified +10 −8
doc/src/sgml/ref/alter_table.sgml modified +30 −28
doc/src/sgml/ref/alter_user.sgml modified +56 −45
doc/src/sgml/ref/checkpoint.sgml modified +2 −2
doc/src/sgml/ref/close.sgml modified +13 −2
doc/src/sgml/ref/cluster.sgml modified +2 −2
doc/src/sgml/ref/comment.sgml modified +13 −8
doc/src/sgml/ref/copy.sgml modified +16 −21
doc/src/sgml/ref/create_aggregate.sgml modified +2 −2
doc/src/sgml/ref/create_domain.sgml modified +4 −3
doc/src/sgml/ref/create_function.sgml modified +38 −34
doc/src/sgml/ref/create_group.sgml modified +24 −8
doc/src/sgml/ref/create_index.sgml modified +18 −9
doc/src/sgml/ref/create_language.sgml modified +4 −9
doc/src/sgml/ref/create_operator.sgml modified +12 −2
doc/src/sgml/ref/create_rule.sgml modified +5 −5
doc/src/sgml/ref/create_schema.sgml modified +5 −4
doc/src/sgml/ref/create_table_as.sgml modified +8 −12
doc/src/sgml/ref/create_table.sgml modified +49 −55
doc/src/sgml/ref/create_type.sgml modified +8 −5
doc/src/sgml/ref/create_user.sgml modified +59 −52
doc/src/sgml/ref/create_view.sgml modified +10 −2
doc/src/sgml/ref/declare.sgml modified +11 −1
doc/src/sgml/ref/delete.sgml modified +3 −3
doc/src/sgml/ref/drop_group.sgml modified +12 −1
doc/src/sgml/ref/drop_sequence.sgml modified +4 −2
doc/src/sgml/ref/drop_table.sgml modified +6 −4
doc/src/sgml/ref/drop_user.sgml modified +8 −1
doc/src/sgml/ref/drop_view.sgml modified +3 −2
doc/src/sgml/ref/explain.sgml modified +13 −5
doc/src/sgml/ref/fetch.sgml modified +11 −1
doc/src/sgml/ref/insert.sgml modified +31 −15
doc/src/sgml/ref/load.sgml modified +2 −2
doc/src/sgml/ref/lock.sgml modified +13 −13
doc/src/sgml/ref/move.sgml modified +12 −2
doc/src/sgml/ref/notify.sgml modified +12 −11