Add proofreader's changes to docs.

Bruce Momjian <bruce@momjian.us>

Commit: b32685a999a3d60dbf1f5443ceb2d39d7464d1df
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-10-05T19:48:34Z
Releases: 7.1.1
Add proofreader's changes to docs.
Fix misspelling of disbursion to dispersion.

Files

PathChange+/−
doc/src/sgml/Makefile modified +2 −2
doc/src/sgml/ref/allfiles.sgml modified +2 −2
doc/src/sgml/ref/alter_table.sgml modified +2 −2
doc/src/sgml/ref/copy.sgml modified +6 −6
doc/src/sgml/ref/create_aggregate.sgml modified +2 −2
doc/src/sgml/ref/create_database.sgml modified +4 −4
doc/src/sgml/ref/create_function.sgml modified +9 −9
doc/src/sgml/ref/create_index.sgml modified +2 −2
doc/src/sgml/ref/create_language.sgml modified +4 −4
doc/src/sgml/ref/create_rule.sgml modified +5 −5
doc/src/sgml/ref/create_sequence.sgml modified +2 −2
doc/src/sgml/ref/create_table.sgml modified +17 −17
doc/src/sgml/ref/create_trigger.sgml modified +2 −2
doc/src/sgml/ref/create_type.sgml modified +3 −3
doc/src/sgml/ref/declare.sgml modified +5 −5
doc/src/sgml/ref/drop_database.sgml modified +2 −2
doc/src/sgml/ref/drop_operator.sgml modified +3 −3
doc/src/sgml/ref/drop_rule.sgml modified +2 −2
doc/src/sgml/ref/ecpg-ref.sgml modified +2 −2
doc/src/sgml/ref/explain.sgml modified +3 −3
doc/src/sgml/ref/fetch.sgml modified +6 −6
doc/src/sgml/ref/grant.sgml modified +4 −4
doc/src/sgml/ref/initdb.sgml modified +5 −4
doc/src/sgml/ref/initlocation.sgml modified +2 −2
doc/src/sgml/ref/insert.sgml modified +2 −2
doc/src/sgml/ref/ipcclean.sgml modified +2 −2
doc/src/sgml/ref/lock.sgml modified +9 −9
doc/src/sgml/ref/notify.sgml modified +3 −3
doc/src/sgml/ref/pgaccess-ref.sgml modified +5 −5
doc/src/sgml/ref/pg_ctl-ref.sgml (from doc/src/sgml/ref/pgctl-ref.sgml) renamed +8 −8
doc/src/sgml/ref/pg_dumpall.sgml modified +2 −2
doc/src/sgml/ref/pg_dump.sgml modified +4 −4
doc/src/sgml/ref/postgres-ref.sgml modified +2 −2
doc/src/sgml/ref/postmaster.sgml modified +2 −2
doc/src/sgml/ref/psql-ref.sgml modified +16 −17
doc/src/sgml/ref/reindex.sgml modified +3 −3
doc/src/sgml/ref/revoke.sgml modified +3 −3
doc/src/sgml/ref/select.sgml modified +3 −3
doc/src/sgml/ref/set.sgml modified +5 −5
doc/src/sgml/ref/unlisten.sgml modified +3 −3
doc/src/sgml/ref/vacuum.sgml modified +2 −2
doc/src/sgml/release.sgml modified +2 −2
doc/TODO modified +1 −1
doc/TODO.detail/optimizer modified +3 −3
HISTORY modified +1 −1
src/backend/access/common/tupdesc.c modified +3 −3
src/backend/catalog/heap.c modified +4 −4
src/backend/catalog/index.c modified +2 −2
src/backend/commands/analyze.c modified +6 −6
src/backend/commands/command.c modified +2 −2
src/backend/commands/vacuum.c modified +4 −4
src/backend/executor/execUtils.c modified +2 −2
src/backend/optimizer/path/costsize.c modified +6 −6
src/backend/optimizer/path/joinpath.c modified +10 −10
src/backend/optimizer/util/pathnode.c modified +4 −4
src/backend/utils/adt/selfuncs.c modified +6 −6
src/backend/utils/cache/lsyscache.c modified +18 −18
src/bin/pgaccess/lib/help/vacuum.hlp modified +1 −1
src/include/catalog/pg_attribute.h modified +8 −8
src/include/optimizer/cost.h modified +2 −2
src/include/optimizer/pathnode.h modified +2 −2
src/include/utils/lsyscache.h modified +2 −2