Clean up to ensure tag completion as required by the newest versions

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: a75f2d21a8366aece67b8aa144a8644f6195e75f
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1998-12-29T02:24:47Z
Releases: 7.1.1
Clean up to ensure tag completion as required by the newest versions
 of Norm's Modular Style Sheets and jade/docbook.
From Vince Vielhaber <vev@michvhf.com>.

Files

PathChange+/−
doc/src/sgml/about.sgml modified +3 −3
doc/src/sgml/advanced.sgml modified +7 −1
doc/src/sgml/arch-dev.sgml modified +2 −1
doc/src/sgml/arch-pg.sgml modified +2 −2
doc/src/sgml/arch.sgml modified +4 −1
doc/src/sgml/bki.sgml modified +73 −5
doc/src/sgml/compiler.sgml modified +4 −0
doc/src/sgml/config.sgml modified +477 −424
doc/src/sgml/current.sgml modified +20 −5
doc/src/sgml/dfunc.sgml modified +5 −2
doc/src/sgml/docguide.sgml modified +91 −10
doc/src/sgml/ecpg.sgml modified +64 −11
doc/src/sgml/extend.sgml modified +2 −0
doc/src/sgml/func.sgml modified +4 −0
doc/src/sgml/geqo.sgml modified +34 −3
doc/src/sgml/gist.sgml modified +11 −11
doc/src/sgml/history.sgml modified +5 −2
doc/src/sgml/info.sgml modified +2 −0
doc/src/sgml/inherit.sgml modified +1 −0
doc/src/sgml/install.sgml modified +195 −156
doc/src/sgml/intro.sgml modified +1 −0
doc/src/sgml/jdbc.sgml modified +102 −17
doc/src/sgml/keys.sgml modified +11 −1
doc/src/sgml/legal.sgml modified +3 −0
doc/src/sgml/libpgtcl.sgml modified +7 −0
doc/src/sgml/libpq.sgml modified +17 −6
doc/src/sgml/lobj.sgml modified +1 −0
doc/src/sgml/manage.sgml modified +8 −1
doc/src/sgml/notation.sgml modified +11 −0
doc/src/sgml/odbc.sgml modified +254 −53
doc/src/sgml/oper.sgml modified +103 −22
doc/src/sgml/page.sgml modified +40 −1
doc/src/sgml/pg_options.sgml modified +157 −49
doc/src/sgml/ports.sgml modified +6 −2
doc/src/sgml/protocol.sgml modified +43 −16
doc/src/sgml/psql.sgml modified +3 −1
doc/src/sgml/query.sgml modified +15 −1
doc/src/sgml/query-ug.sgml modified +16 −1
doc/src/sgml/ref/abort.sgml modified +14 −6
doc/src/sgml/ref/alter_table.sgml modified +26 −6
doc/src/sgml/ref/alter_user.sgml modified +31 −26
doc/src/sgml/ref/begin.sgml modified +14 −8
doc/src/sgml/ref/close.sgml modified +7 −4
doc/src/sgml/ref/cluster.sgml modified +37 −36
doc/src/sgml/ref/commit.sgml modified +12 −9
doc/src/sgml/ref/copy.sgml modified +60 −55
doc/src/sgml/ref/create_aggregate.sgml modified +88 −83
doc/src/sgml/ref/create_database.sgml modified +36 −31
doc/src/sgml/ref/createdb.sgml modified +263 −220
doc/src/sgml/ref/create_function.sgml modified +66 −60
doc/src/sgml/ref/create_index.sgml modified +41 −36
doc/src/sgml/ref/create_language.sgml modified +42 −35
doc/src/sgml/ref/create_operator.sgml modified +77 −75
doc/src/sgml/ref/create_rule.sgml modified +9 −6
doc/src/sgml/ref/create_sequence.sgml modified +37 −33
doc/src/sgml/ref/create_table.sgml modified +435 −356
doc/src/sgml/ref/create_trigger.sgml modified +27 −21
doc/src/sgml/ref/create_type.sgml modified +18 −12
doc/src/sgml/ref/create_user.sgml modified +23 −16
doc/src/sgml/ref/createuser.sgml modified +263 −210
doc/src/sgml/ref/create_view.sgml modified +9 −3
doc/src/sgml/ref/declare.sgml modified +46 −40
doc/src/sgml/ref/delete.sgml modified +9 −6
doc/src/sgml/ref/destroydb.sgml modified +239 −194
doc/src/sgml/ref/destroyuser.sgml modified +219 −175
doc/src/sgml/ref/drop_aggregate.sgml modified +6 −2
doc/src/sgml/ref/drop_database.sgml modified +6 −2
doc/src/sgml/ref/drop_function.sgml modified +8 −3
doc/src/sgml/ref/drop_index.sgml modified +7 −2
doc/src/sgml/ref/drop_language.sgml modified +6 −2
doc/src/sgml/ref/drop_operator.sgml modified +7 −3
doc/src/sgml/ref/drop_rule.sgml modified +6 −1
doc/src/sgml/ref/drop_sequence.sgml modified +7 −1
doc/src/sgml/ref/drop_table.sgml modified +6 −2
doc/src/sgml/ref/drop_trigger.sgml modified +8 −4
doc/src/sgml/ref/drop_type.sgml modified +7 −2
doc/src/sgml/ref/drop_user.sgml modified +7 −5
doc/src/sgml/ref/drop_view.sgml modified +35 −25
doc/src/sgml/ref/explain.sgml modified +22 −9
doc/src/sgml/ref/fetch.sgml modified +62 −16
doc/src/sgml/ref/grant.sgml modified +471 −393
doc/src/sgml/ref/initdb.sgml modified +284 −250
doc/src/sgml/ref/initlocation.sgml modified +203 −176
doc/src/sgml/ref/insert.sgml modified +202 −182
doc/src/sgml/ref/listen.sgml modified +162 −153
doc/src/sgml/ref/load.sgml modified +177 −168
doc/src/sgml/ref/lock.sgml modified +167 −155
doc/src/sgml/ref/move.sgml modified +97 −92
doc/src/sgml/ref/notify.sgml modified +212 −205
doc/src/sgml/ref/pg_dumpall.sgml modified +298 −242
doc/src/sgml/ref/pg_dump.sgml modified +383 −304
doc/src/sgml/ref/psql-ref.sgml modified +1026 −847
doc/src/sgml/ref/reset.sgml modified +119 −112
doc/src/sgml/ref/revoke.sgml modified +356 −308
doc/src/sgml/ref/rollback.sgml modified +107 −98
doc/src/sgml/ref/select.sgml modified +48 −38
doc/src/sgml/ref/set.sgml modified +714 −582
doc/src/sgml/ref/show.sgml modified +148 −140
doc/src/sgml/ref/unlisten.sgml modified +21 −9
doc/src/sgml/ref/update.sgml modified +157 −147
doc/src/sgml/ref/vacuumdb.sgml modified +249 −204
doc/src/sgml/ref/vacuum.sgml modified +206 −177
doc/src/sgml/regress.sgml modified +326 −328
doc/src/sgml/release.sgml modified +159 −66
doc/src/sgml/rules.sgml modified +4 −3
doc/src/sgml/runtime.sgml modified +5 −2
doc/src/sgml/signals.sgml modified +60 −1
doc/src/sgml/spi.sgml modified +18 −8
doc/src/sgml/start-ag.sgml modified +6 −5
doc/src/sgml/typeconv.sgml modified +98 −28
doc/src/sgml/xfunc.sgml modified +20 −3
doc/src/sgml/xindex.sgml modified +1 −1
doc/src/sgml/xplang.sgml modified +6 −9
doc/src/sgml/xtypes.sgml modified +3 −3
doc/src/sgml/y2k.sgml modified +12 −2