Update SQL-command reference pages for schema features.

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

Commit: 0c1fe3d2b99a658b2fe03e27338e819b52357cf3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-04-23T02:07:16Z
Releases: 7.3.1
Update SQL-command reference pages for schema features.

Files

PathChange+/−
doc/src/sgml/ref/alter_database.sgml modified +8 −6
doc/src/sgml/ref/alter_table.sgml modified +141 −50
doc/src/sgml/ref/analyze.sgml modified +3 −2
doc/src/sgml/ref/cluster.sgml modified +2 −2
doc/src/sgml/ref/comment.sgml modified +6 −4
doc/src/sgml/ref/copy.sgml modified +2 −2
doc/src/sgml/ref/create_aggregate.sgml modified +13 −5
doc/src/sgml/ref/create_constraint.sgml modified +4 −3
doc/src/sgml/ref/create_domain.sgml modified +16 −9
doc/src/sgml/ref/create_function.sgml modified +12 −6
doc/src/sgml/ref/create_index.sgml modified +7 −5
doc/src/sgml/ref/create_operator.sgml modified +15 −1
doc/src/sgml/ref/create_sequence.sgml modified +14 −3
doc/src/sgml/ref/create_table_as.sgml modified +5 −15
doc/src/sgml/ref/create_table.sgml modified +18 −7
doc/src/sgml/ref/create_type.sgml modified +15 −9
doc/src/sgml/ref/create_view.sgml modified +17 −7
doc/src/sgml/ref/delete.sgml modified +2 −2
doc/src/sgml/ref/drop_aggregate.sgml modified +4 −4
doc/src/sgml/ref/drop_domain.sgml modified +2 −2
doc/src/sgml/ref/drop_function.sgml modified +3 −3
doc/src/sgml/ref/drop_index.sgml modified +2 −2
doc/src/sgml/ref/drop_operator.sgml modified +3 −3
doc/src/sgml/ref/drop_rule.sgml modified +3 −2
doc/src/sgml/ref/drop_sequence.sgml modified +2 −2
doc/src/sgml/ref/drop_table.sgml modified +9 −5
doc/src/sgml/ref/drop_trigger.sgml modified +3 −3
doc/src/sgml/ref/drop_type.sgml modified +2 −2
doc/src/sgml/ref/drop_view.sgml modified +4 −4
doc/src/sgml/reference.sgml modified +3 −3
doc/src/sgml/ref/insert.sgml modified +2 −2
doc/src/sgml/ref/lock.sgml modified +2 −2
doc/src/sgml/ref/reindex.sgml modified +3 −2
doc/src/sgml/ref/select_into.sgml modified +4 −12
doc/src/sgml/ref/select.sgml modified +8 −7
doc/src/sgml/ref/truncate.sgml modified +2 −2
doc/src/sgml/ref/update.sgml modified +2 −2
doc/src/sgml/ref/vacuum.sgml modified +3 −3