This patch includes a lot of minor cleanups to the SGML documentation,

Bruce Momjian <bruce@momjian.us>

Commit: be2b660ecd5ca205570825633e7b8479379ddc64
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-01-19T00:13:31Z
Releases: 7.4.1
This patch includes a lot of minor cleanups to the SGML documentation,
including:

- replacing all the appropriate usages of <citetitle>PostgreSQL
...</citetitle> with &cite-user;, &cite-admin;, and so on

- fix an omission in the EXECUTE documentation

- add some more text to the EXPLAIN documentation

- improve the PL/PgSQL RETURN NEXT documentation (more work to do here)

- minor markup fixes


Neil Conway

Files

PathChange+/−
doc/src/sgml/arch-dev.sgml modified +3 −3
doc/src/sgml/catalogs.sgml modified +16 −19
doc/src/sgml/charset.sgml modified +3 −3
doc/src/sgml/client-auth.sgml modified +17 −18
doc/src/sgml/dfunc.sgml modified +3 −4
doc/src/sgml/ecpg.sgml modified +2 −2
doc/src/sgml/extend.sgml modified +3 −3
doc/src/sgml/history.sgml modified +3 −3
doc/src/sgml/info.sgml modified +4 −5
doc/src/sgml/installation.sgml modified +11 −14
doc/src/sgml/jdbc.sgml modified +4 −4
doc/src/sgml/libpq.sgml modified +2 −2
doc/src/sgml/notation.sgml modified +2 −2
doc/src/sgml/plpgsql.sgml modified +188 −149
doc/src/sgml/ref/alter_database.sgml modified +3 −3
doc/src/sgml/ref/alter_table.sgml modified +3 −4
doc/src/sgml/ref/alter_user.sgml modified +3 −3
doc/src/sgml/ref/analyze.sgml modified +2 −3
doc/src/sgml/ref/begin.sgml modified +3 −4
doc/src/sgml/ref/checkpoint.sgml modified +20 −4
doc/src/sgml/ref/create_aggregate.sgml modified +3 −4
doc/src/sgml/ref/create_cast.sgml modified +2 −2
doc/src/sgml/ref/create_conversion.sgml modified +2 −2
doc/src/sgml/ref/create_database.sgml modified +2 −2
doc/src/sgml/ref/create_domain.sgml modified +3 −3
doc/src/sgml/ref/create_function.sgml modified +3 −4
doc/src/sgml/ref/create_group.sgml modified +5 −5
doc/src/sgml/ref/create_language.sgml modified +4 −5
doc/src/sgml/ref/create_opclass.sgml modified +2 −3
doc/src/sgml/ref/create_operator.sgml modified +2 −3
doc/src/sgml/ref/create_sequence.sgml modified +2 −2
doc/src/sgml/ref/create_table.sgml modified +3 −3
doc/src/sgml/ref/create_trigger.sgml modified +4 −5
doc/src/sgml/ref/create_type.sgml modified +2 −2
doc/src/sgml/ref/create_user.sgml modified +9 −11
doc/src/sgml/ref/drop_aggregate.sgml modified +2 −5
doc/src/sgml/ref/ecpg-ref.sgml modified +4 −4
doc/src/sgml/ref/execute.sgml modified +27 −8
doc/src/sgml/ref/explain.sgml modified +27 −8
doc/src/sgml/ref/initdb.sgml modified +2 −2
doc/src/sgml/ref/initlocation.sgml modified +2 −2
doc/src/sgml/ref/insert.sgml modified +2 −3
doc/src/sgml/ref/load.sgml modified +4 −4
doc/src/sgml/ref/pg_config-ref.sgml modified +19 −2
doc/src/sgml/ref/pg_ctl-ref.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/pgtclsh.sgml modified +2 −2
doc/src/sgml/ref/pgtksh.sgml modified +2 −2
doc/src/sgml/ref/postgres-ref.sgml modified +7 −8
doc/src/sgml/ref/postmaster.sgml modified +13 −14
doc/src/sgml/ref/reset.sgml modified +2 −2
doc/src/sgml/ref/select.sgml modified +68 −60
doc/src/sgml/ref/set.sgml modified +10 −11
doc/src/sgml/ref/set_transaction.sgml modified +4 −6
doc/src/sgml/ref/show.sgml modified +7 −7
doc/src/sgml/ref/vacuum.sgml modified +2 −2
doc/src/sgml/xaggr.sgml modified +2 −3
doc/src/sgml/xfunc.sgml modified +3 −3