Remove a bunch of content-free Diagnostics sections, as per previous

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

Commit: d4019b7cd33e7d820013c8a58917e31cdcca57ed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-09T18:28:53Z
Releases: 7.4.1
Remove a bunch of content-free Diagnostics sections, as per previous
discussion.  (Still have some work to do editing the remainder.)

Files

PathChange+/−
doc/src/sgml/ref/abort.sgml modified +19 −28
doc/src/sgml/ref/alter_aggregate.sgml modified +3 −18
doc/src/sgml/ref/alter_conversion.sgml modified +3 −17
doc/src/sgml/ref/alter_database.sgml modified +1 −26
doc/src/sgml/ref/alter_domain.sgml modified +81 −116
doc/src/sgml/ref/alter_function.sgml modified +1 −16
doc/src/sgml/ref/alter_group.sgml modified +1 −16
doc/src/sgml/ref/alter_language.sgml modified +1 −16
doc/src/sgml/ref/alter_opclass.sgml modified +1 −16
doc/src/sgml/ref/alter_schema.sgml modified +1 −16
doc/src/sgml/ref/alter_sequence.sgml modified +35 −103
doc/src/sgml/ref/alter_table.sgml modified +1 −25
doc/src/sgml/ref/alter_trigger.sgml modified +2 −27
doc/src/sgml/ref/alter_user.sgml modified +1 −26
doc/src/sgml/ref/analyze.sgml modified +1 −16
doc/src/sgml/ref/begin.sgml modified +29 −36
doc/src/sgml/ref/close.sgml modified +5 −30
doc/src/sgml/ref/clusterdb.sgml modified +7 −32
doc/src/sgml/ref/cluster.sgml modified +1 −16
doc/src/sgml/ref/comment.sgml modified +1 −16
doc/src/sgml/ref/commit.sgml modified +15 −25
doc/src/sgml/ref/copy.sgml modified +1 −16
doc/src/sgml/ref/create_aggregate.sgml modified +1 −16
doc/src/sgml/ref/create_cast.sgml modified +1 −16
doc/src/sgml/ref/create_constraint.sgml modified +1 −16
doc/src/sgml/ref/create_conversion.sgml modified +1 −16
doc/src/sgml/ref/create_domain.sgml modified +1 −16
doc/src/sgml/ref/create_function.sgml modified +1 −16
doc/src/sgml/ref/create_group.sgml modified +1 −16
doc/src/sgml/ref/create_index.sgml modified +1 −16
doc/src/sgml/ref/create_language.sgml modified +1 −16
doc/src/sgml/ref/create_opclass.sgml modified +1 −16
doc/src/sgml/ref/create_operator.sgml modified +1 −16
doc/src/sgml/ref/create_rule.sgml modified +1 −16
doc/src/sgml/ref/create_schema.sgml modified +1 −25
doc/src/sgml/ref/create_table_as.sgml modified +1 −13
doc/src/sgml/ref/create_table.sgml modified +1 −18
doc/src/sgml/ref/create_trigger.sgml modified +1 −16
doc/src/sgml/ref/create_type.sgml modified +1 −16
doc/src/sgml/ref/create_user.sgml modified +1 −16
doc/src/sgml/ref/deallocate.sgml modified +1 −16
doc/src/sgml/ref/drop_aggregate.sgml modified +1 −26
doc/src/sgml/ref/drop_domain.sgml modified +1 −25
doc/src/sgml/ref/drop_function.sgml modified +1 −25
doc/src/sgml/ref/drop_group.sgml modified +1 −16
doc/src/sgml/ref/drop_index.sgml modified +1 −27
doc/src/sgml/ref/drop_language.sgml modified +1 −27
doc/src/sgml/ref/drop_opclass.sgml modified +1 −16
doc/src/sgml/ref/drop_operator.sgml modified +1 −45
doc/src/sgml/ref/drop_rule.sgml modified +1 −25
doc/src/sgml/ref/drop_schema.sgml modified +1 −25
doc/src/sgml/ref/drop_sequence.sgml modified +1 −25
doc/src/sgml/ref/drop_table.sgml modified +1 −25
doc/src/sgml/ref/drop_trigger.sgml modified +1 −25
doc/src/sgml/ref/drop_type.sgml modified +1 −25
doc/src/sgml/ref/drop_view.sgml modified +1 −25
doc/src/sgml/ref/explain.sgml modified +1 −11
doc/src/sgml/ref/fetch.sgml modified +1 −16
doc/src/sgml/ref/lock.sgml modified +1 −16
doc/src/sgml/ref/notify.sgml modified +1 −16
doc/src/sgml/ref/prepare.sgml modified +1 −16
doc/src/sgml/ref/reindex.sgml modified +1 −16
doc/src/sgml/ref/reset.sgml modified +1 −9
doc/src/sgml/ref/rollback.sgml modified +15 −25
doc/src/sgml/ref/select_into.sgml modified +1 −13
doc/src/sgml/ref/set_transaction.sgml modified +4 −4
doc/src/sgml/ref/show.sgml modified +1 −17
doc/src/sgml/ref/start_transaction.sgml modified +12 −26
doc/src/sgml/ref/truncate.sgml modified +1 −16
doc/src/sgml/ref/unlisten.sgml modified +4 −18