Use lower-case SGML attribute values

Peter Eisentraut <peter_e@gmx.net>

Commit: 44b3230e821e7a0cc4e9438d1c27305d533edacc
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-10-10T14:15:57Z
Releases: 11.0
Use lower-case SGML attribute values

for DocBook XML compatibility

Files

PathChange+/−
doc/src/sgml/ecpg.sgml modified +56 −56
doc/src/sgml/func.sgml modified +32 −32
doc/src/sgml/queries.sgml modified +1 −1
doc/src/sgml/ref/alter_database.sgml modified +13 −13
doc/src/sgml/ref/alter_default_privileges.sgml modified +10 −10
doc/src/sgml/ref/alter_domain.sgml modified +26 −26
doc/src/sgml/ref/alter_event_trigger.sgml modified +7 −7
doc/src/sgml/ref/alter_extension.sgml modified +34 −34
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml modified +3 −3
doc/src/sgml/ref/alter_foreign_table.sgml modified +50 −50
doc/src/sgml/ref/alter_function.sgml modified +2 −2
doc/src/sgml/ref/alter_group.sgml modified +7 −7
doc/src/sgml/ref/alter_index.sgml modified +19 −19
doc/src/sgml/ref/alter_large_object.sgml modified +1 −1
doc/src/sgml/ref/alter_materialized_view.sgml modified +21 −21
doc/src/sgml/ref/alter_policy.sgml modified +1 −1
doc/src/sgml/ref/alter_publication.sgml modified +6 −6
doc/src/sgml/ref/alter_role.sgml modified +13 −13
doc/src/sgml/ref/alter_rule.sgml modified +4 −4
doc/src/sgml/ref/alter_sequence.sgml modified +2 −2
doc/src/sgml/ref/alter_server.sgml modified +5 −5
doc/src/sgml/ref/alter_statistics.sgml modified +2 −2
doc/src/sgml/ref/alter_subscription.sgml modified +8 −8
doc/src/sgml/ref/alter_system.sgml modified +2 −2
doc/src/sgml/ref/alter_table.sgml modified +87 −87
doc/src/sgml/ref/alter_tablespace.sgml modified +2 −2
doc/src/sgml/ref/alter_trigger.sgml modified +6 −6
doc/src/sgml/ref/alter_type.sgml modified +23 −23
doc/src/sgml/ref/alter_user_mapping.sgml modified +2 −2
doc/src/sgml/ref/alter_user.sgml modified +12 −12
doc/src/sgml/ref/alter_view.sgml modified +4 −4
doc/src/sgml/ref/analyze.sgml modified +6 −6
doc/src/sgml/ref/close.sgml modified +2 −2
doc/src/sgml/ref/cluster.sgml modified +4 −4
doc/src/sgml/ref/comment.sgml modified +40 −40
doc/src/sgml/ref/commit_prepared.sgml modified +2 −2
doc/src/sgml/ref/create_aggregate.sgml modified +87 −87
doc/src/sgml/ref/create_database.sgml modified +1 −1
doc/src/sgml/ref/create_domain.sgml modified +7 −7
doc/src/sgml/ref/create_event_trigger.sgml modified +4 −4
doc/src/sgml/ref/create_foreign_data_wrapper.sgml modified +2 −2
doc/src/sgml/ref/create_foreign_table.sgml modified +21 −21
doc/src/sgml/ref/create_group.sgml modified +10 −10
doc/src/sgml/ref/create_index.sgml modified +1 −1
doc/src/sgml/ref/create_materialized_view.sgml modified +5 −5
doc/src/sgml/ref/create_role.sgml modified +12 −12
doc/src/sgml/ref/create_schema.sgml modified +6 −6
doc/src/sgml/ref/create_server.sgml modified +2 −2
doc/src/sgml/ref/create_statistics.sgml modified +8 −8
doc/src/sgml/ref/create_subscription.sgml modified +3 −3
doc/src/sgml/ref/create_table_as.sgml modified +5 −5
doc/src/sgml/ref/create_table.sgml modified +51 −51
doc/src/sgml/ref/create_tablespace.sgml modified +1 −1
doc/src/sgml/ref/create_trigger.sgml modified +6 −6
doc/src/sgml/ref/create_type.sgml modified +1 −1
doc/src/sgml/ref/create_user_mapping.sgml modified +2 −2
doc/src/sgml/ref/create_user.sgml modified +11 −11
doc/src/sgml/ref/create_view.sgml modified +4 −4
doc/src/sgml/ref/delete.sgml modified +9 −9
doc/src/sgml/ref/do.sgml modified +3 −3
doc/src/sgml/ref/drop_database.sgml modified +2 −2
doc/src/sgml/ref/drop_domain.sgml modified +2 −2
doc/src/sgml/ref/drop_event_trigger.sgml modified +2 −2
doc/src/sgml/ref/drop_extension.sgml modified +2 −2
doc/src/sgml/ref/drop_foreign_table.sgml modified +2 −2
doc/src/sgml/ref/drop_group.sgml modified +1 −1
doc/src/sgml/ref/drop_index.sgml modified +2 −2
doc/src/sgml/ref/drop_language.sgml modified +2 −2
doc/src/sgml/ref/drop_materialized_view.sgml modified +2 −2
doc/src/sgml/ref/drop_opclass.sgml modified +1 −1
doc/src/sgml/ref/drop_operator.sgml modified +1 −1
doc/src/sgml/ref/drop_opfamily.sgml modified +1 −1
doc/src/sgml/ref/drop_owned.sgml modified +2 −2
doc/src/sgml/ref/drop_publication.sgml modified +1 −1
doc/src/sgml/ref/drop_role.sgml modified +2 −2
doc/src/sgml/ref/drop_rule.sgml modified +1 −1
doc/src/sgml/ref/drop_schema.sgml modified +2 −2
doc/src/sgml/ref/drop_sequence.sgml modified +2 −2
doc/src/sgml/ref/drop_statistics.sgml modified +2 −2
doc/src/sgml/ref/drop_table.sgml modified +2 −2
doc/src/sgml/ref/drop_tablespace.sgml modified +2 −2
doc/src/sgml/ref/drop_trigger.sgml modified +3 −3
doc/src/sgml/ref/drop_tsconfig.sgml modified +1 −1
doc/src/sgml/ref/drop_tsdictionary.sgml modified +1 −1
doc/src/sgml/ref/drop_tsparser.sgml modified +1 −1
doc/src/sgml/ref/drop_tstemplate.sgml modified +1 −1
doc/src/sgml/ref/drop_type.sgml modified +2 −2
doc/src/sgml/ref/drop_user.sgml modified +1 −1
doc/src/sgml/ref/drop_view.sgml modified +2 −2
doc/src/sgml/ref/execute.sgml modified +3 −3
doc/src/sgml/ref/fetch.sgml modified +32 −32
doc/src/sgml/ref/grant.sgml modified +25 −25
doc/src/sgml/ref/import_foreign_schema.sgml modified +11 −11
doc/src/sgml/ref/insert.sgml modified +43 −43
doc/src/sgml/ref/listen.sgml modified +4 −4
doc/src/sgml/ref/load.sgml modified +2 −2
doc/src/sgml/ref/lock.sgml modified +4 −4
doc/src/sgml/ref/move.sgml modified +7 −7
doc/src/sgml/ref/notify.sgml modified +3 −3
doc/src/sgml/ref/pg_restore.sgml modified +2 −2
doc/src/sgml/ref/prepare.sgml modified +4 −4
doc/src/sgml/ref/prepare_transaction.sgml modified +2 −2
doc/src/sgml/ref/reassign_owned.sgml modified +8 −8
doc/src/sgml/ref/refresh_materialized_view.sgml modified +2 −2
doc/src/sgml/ref/reindex.sgml modified +2 −2
doc/src/sgml/ref/reset.sgml modified +2 −2
doc/src/sgml/ref/revoke.sgml modified +20 −20
doc/src/sgml/ref/rollback_prepared.sgml modified +2 −2
doc/src/sgml/ref/rollback_to.sgml modified +1 −1
doc/src/sgml/ref/security_label.sgml modified +21 −21
doc/src/sgml/ref/select_into.sgml modified +1 −1
doc/src/sgml/ref/set.sgml modified +4 −4
doc/src/sgml/ref/show.sgml modified +2 −2
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 +17 −17
doc/src/sgml/ref/vacuum.sgml modified +8 −8
doc/src/sgml/ref/values.sgml modified +3 −3
doc/src/sgml/textsearch.sgml modified +43 −43
doc/src/sgml/unaccent.sgml modified +2 −2

Documentation touched