Use PostgreSQL consistantly throughout docs. Before, usage was split evenly

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 03a321d2143cd1168d10960cada9d688c5140520
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 2001-12-08T03:24:40Z
Releases: 7.2.1
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
 between Postgres and PostgreSQL.

Files

PathChange+/−
doc/src/sgml/ref/abort.sgml modified +3 −3
doc/src/sgml/ref/allfiles.sgml modified +2 −2
doc/src/sgml/ref/alter_group.sgml modified +2 −2
doc/src/sgml/ref/alter_table.sgml modified +4 −4
doc/src/sgml/ref/alter_user.sgml modified +3 −3
doc/src/sgml/ref/analyze.sgml modified +3 −3
doc/src/sgml/ref/begin.sgml modified +6 −6
doc/src/sgml/ref/close.sgml modified +3 −3
doc/src/sgml/ref/cluster.sgml modified +5 −5
doc/src/sgml/ref/comment.sgml modified +2 −2
doc/src/sgml/ref/commit.sgml modified +2 −2
doc/src/sgml/ref/copy.sgml modified +9 −7
doc/src/sgml/ref/create_aggregate.sgml modified +5 −5
doc/src/sgml/ref/create_constraint.sgml modified +2 −2
doc/src/sgml/ref/create_database.sgml modified +15 −7
doc/src/sgml/ref/createdb.sgml modified +2 −2
doc/src/sgml/ref/create_function.sgml modified +3 −3
doc/src/sgml/ref/create_group.sgml modified +3 −3
doc/src/sgml/ref/create_index.sgml modified +10 −9
doc/src/sgml/ref/createlang.sgml modified +2 −2
doc/src/sgml/ref/create_language.sgml modified +2 −2
doc/src/sgml/ref/create_operator.sgml modified +14 −13
doc/src/sgml/ref/create_rule.sgml modified +7 −7
doc/src/sgml/ref/create_sequence.sgml modified +3 −3
doc/src/sgml/ref/create_table_as.sgml modified +2 −2
doc/src/sgml/ref/create_table.sgml modified +4 −3
doc/src/sgml/ref/create_trigger.sgml modified +2 −2
doc/src/sgml/ref/create_type.sgml modified +2 −2
doc/src/sgml/ref/create_user.sgml modified +5 −5
doc/src/sgml/ref/createuser.sgml modified +2 −2
doc/src/sgml/ref/create_view.sgml modified +2 −2
doc/src/sgml/ref/current_time.sgml modified +2 −2
doc/src/sgml/ref/current_timestamp.sgml modified +2 −2
doc/src/sgml/ref/current_user.sgml modified +2 −2
doc/src/sgml/ref/declare.sgml modified +14 −14
doc/src/sgml/ref/delete.sgml modified +4 −4
doc/src/sgml/ref/drop_aggregate.sgml modified +3 −3
doc/src/sgml/ref/drop_database.sgml modified +3 −3
doc/src/sgml/ref/dropdb.sgml modified +2 −2
doc/src/sgml/ref/drop_function.sgml modified +2 −2
doc/src/sgml/ref/drop_group.sgml modified +2 −2
doc/src/sgml/ref/drop_index.sgml modified +3 −3
doc/src/sgml/ref/droplang.sgml modified +2 −2
doc/src/sgml/ref/drop_language.sgml modified +3 −3
doc/src/sgml/ref/drop_operator.sgml modified +3 −3
doc/src/sgml/ref/drop_rule.sgml modified +5 −5
doc/src/sgml/ref/drop_sequence.sgml modified +3 −3
doc/src/sgml/ref/drop_table.sgml modified +2 −2
doc/src/sgml/ref/drop_trigger.sgml modified +2 −2
doc/src/sgml/ref/drop_type.sgml modified +2 −2
doc/src/sgml/ref/drop_user.sgml modified +3 −3
doc/src/sgml/ref/dropuser.sgml modified +2 −2
doc/src/sgml/ref/drop_view.sgml modified +3 −3
doc/src/sgml/ref/ecpg-ref.sgml modified +2 −2
doc/src/sgml/ref/end.sgml modified +3 −3
doc/src/sgml/ref/explain.sgml modified +10 −7
doc/src/sgml/ref/fetch.sgml modified +9 −9
doc/src/sgml/ref/grant.sgml modified +3 −3
doc/src/sgml/ref/initdb.sgml modified +2 −2
doc/src/sgml/ref/initlocation.sgml modified +3 −3
doc/src/sgml/ref/insert.sgml modified +3 −3
doc/src/sgml/ref/ipcclean.sgml modified +2 −2
doc/src/sgml/ref/listen.sgml modified +5 −5
doc/src/sgml/ref/lock.sgml modified +6 −6
doc/src/sgml/ref/move.sgml modified +3 −3
doc/src/sgml/ref/notify.sgml modified +7 −7
doc/src/sgml/ref/pgaccess-ref.sgml modified +2 −2
doc/src/sgml/ref/pg_ctl-ref.sgml modified +2 −2
doc/src/sgml/ref/pg_dumpall.sgml modified +2 −2
doc/src/sgml/ref/pg_dump.sgml modified +4 −4
doc/src/sgml/ref/pg_passwd.sgml modified +2 −2
doc/src/sgml/ref/pgtclsh.sgml modified +4 −4
doc/src/sgml/ref/pgtksh.sgml modified +4 −4
doc/src/sgml/ref/pg_upgrade.sgml modified +5 −5
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 +15 −15
doc/src/sgml/ref/reindex.sgml modified +4 −3
doc/src/sgml/ref/reset.sgml modified +3 −3
doc/src/sgml/ref/revoke.sgml modified +2 −2
doc/src/sgml/ref/rollback.sgml modified +2 −2
doc/src/sgml/ref/select_into.sgml modified +3 −3
doc/src/sgml/ref/select.sgml modified +10 −10
doc/src/sgml/ref/set.sgml modified +11 −10
doc/src/sgml/ref/set_transaction.sgml modified +6 −4
doc/src/sgml/ref/show.sgml modified +3 −3
doc/src/sgml/ref/truncate.sgml modified +2 −2
doc/src/sgml/ref/unlisten.sgml modified +3 −3
doc/src/sgml/ref/update.sgml modified +3 −3
doc/src/sgml/ref/vacuumdb.sgml modified +2 −2
doc/src/sgml/ref/vacuum.sgml modified +4 −4