This patch fixes a few missed GUC variables that were still upper case,

Bruce Momjian <bruce@momjian.us>

Commit: 2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-09-11T21:42:20Z
Releases: 7.4.1
This patch fixes a few missed GUC variables that were still upper case,
makes a few more small improvements to runtime.sgml, and makes some SGML
conventions more consistent.

Neil Conway

Files

PathChange+/−
doc/src/sgml/docguide.sgml modified +6 −5
doc/src/sgml/ecpg.sgml modified +15 −13
doc/src/sgml/extend.sgml modified +11 −9
doc/src/sgml/features.sgml modified +7 −6
doc/src/sgml/history.sgml modified +3 −3
doc/src/sgml/indices.sgml modified +6 −6
doc/src/sgml/information_schema.sgml modified +82 −70
doc/src/sgml/installation.sgml modified +9 −8
doc/src/sgml/intro.sgml modified +24 −19
doc/src/sgml/libpq.sgml modified +8 −6
doc/src/sgml/plpgsql.sgml modified +9 −6
doc/src/sgml/protocol.sgml modified +4 −4
doc/src/sgml/ref/copy.sgml modified +4 −4
doc/src/sgml/ref/create_function.sgml modified +2 −2
doc/src/sgml/ref/create_index.sgml modified +3 −3
doc/src/sgml/ref/declare.sgml modified +4 −4
doc/src/sgml/ref/end.sgml modified +4 −4
doc/src/sgml/ref/grant.sgml modified +3 −3
doc/src/sgml/ref/load.sgml modified +2 −2
doc/src/sgml/ref/lock.sgml modified +2 −2
doc/src/sgml/ref/pg_dump.sgml modified +2 −2
doc/src/sgml/ref/pg_restore.sgml modified +2 −2
doc/src/sgml/ref/reindex.sgml modified +7 −6
doc/src/sgml/ref/select.sgml modified +11 −10
doc/src/sgml/ref/set_constraints.sgml modified +4 −3
doc/src/sgml/ref/set_session_auth.sgml modified +3 −3
doc/src/sgml/ref/set_transaction.sgml modified +2 −2
doc/src/sgml/ref/update.sgml modified +3 −2
doc/src/sgml/release.sgml modified +3 −3
doc/src/sgml/rules.sgml modified +8 −7
doc/src/sgml/runtime.sgml modified +55 −50
doc/src/sgml/xfunc.sgml modified +28 −26