Make placeholders in SQL command help more consistent and precise

Peter Eisentraut <peter_e@gmx.net>

Commit: 6753ced3104046340659db15626580bc49df617d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-06-21T22:06:14Z
Releases: 9.3.0
Make placeholders in SQL command help more consistent and precise

To avoid divergent names on related pages, avoid ambiguities, and
reduce translation work a little.

Files

PathChange+/−
doc/src/sgml/ref/alter_aggregate.sgml modified +4 −4
doc/src/sgml/ref/alter_extension.sgml modified +5 −5
doc/src/sgml/ref/alter_foreign_table.sgml modified +12 −12
doc/src/sgml/ref/alter_sequence.sgml modified +2 −2
doc/src/sgml/ref/alter_server.sgml modified +4 −4
doc/src/sgml/ref/alter_table.sgml modified +13 −13
doc/src/sgml/ref/alter_trigger.sgml modified +2 −2
doc/src/sgml/ref/alter_view.sgml modified +2 −2
doc/src/sgml/ref/analyze.sgml modified +3 −3
doc/src/sgml/ref/copy.sgml modified +9 −9
doc/src/sgml/ref/create_database.sgml modified +2 −2
doc/src/sgml/ref/create_extension.sgml modified +2 −2
doc/src/sgml/ref/create_index.sgml modified +6 −6
doc/src/sgml/ref/create_rule.sgml modified +2 −2
doc/src/sgml/ref/create_sequence.sgml modified +2 −2
doc/src/sgml/ref/create_table_as.sgml modified +3 −3
doc/src/sgml/ref/create_table.sgml modified +8 −8
doc/src/sgml/ref/create_trigger.sgml modified +2 −2
doc/src/sgml/ref/delete.sgml modified +3 −3
doc/src/sgml/ref/drop_aggregate.sgml modified +2 −2
doc/src/sgml/ref/drop_extension.sgml modified +2 −2
doc/src/sgml/ref/drop_rule.sgml modified +2 −2
doc/src/sgml/ref/drop_server.sgml modified +2 −2
doc/src/sgml/ref/drop_tablespace.sgml modified +2 −2
doc/src/sgml/ref/drop_trigger.sgml modified +2 −2
doc/src/sgml/ref/grant.sgml modified +2 −2
doc/src/sgml/ref/insert.sgml modified +7 −8
doc/src/sgml/ref/revoke.sgml modified +2 −2
doc/src/sgml/ref/update.sgml modified +8 −8
doc/src/sgml/ref/vacuum.sgml modified +5 −5