doc: Improve DocBook XML validity

Peter Eisentraut <peter_e@gmx.net>

Commit: bb4eefe7bf518e42c73797ea37b033a5d8a8e70a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-02-24T02:31:08Z
Releases: 9.4.0
doc: Improve DocBook XML validity

DocBook XML is superficially compatible with DocBook SGML but has a
slightly stricter DTD that we have been violating in a few cases.
Although XSLT doesn't care whether the document is valid, the style
sheets don't necessarily process invalid documents correctly, so we need
to work toward fixing this.

This first commit moves the indexterms in refentry elements to an
allowed position.  It has no impact on the output.

Files

PathChange+/−
doc/src/sgml/dblink.sgml modified +76 −76
doc/src/sgml/oid2name.sgml modified +4 −4
doc/src/sgml/pgarchivecleanup.sgml modified +4 −4
doc/src/sgml/pgbench.sgml modified +4 −4
doc/src/sgml/pgstandby.sgml modified +4 −4
doc/src/sgml/pgtestfsync.sgml modified +4 −4
doc/src/sgml/pgtesttiming.sgml modified +4 −4
doc/src/sgml/pgupgrade.sgml modified +4 −4
doc/src/sgml/pg_xlogdump.sgml modified +4 −4
doc/src/sgml/ref/abort.sgml modified +4 −4
doc/src/sgml/ref/alter_aggregate.sgml modified +4 −4
doc/src/sgml/ref/alter_collation.sgml modified +4 −4
doc/src/sgml/ref/alter_conversion.sgml modified +4 −4
doc/src/sgml/ref/alter_database.sgml modified +4 −4
doc/src/sgml/ref/alter_default_privileges.sgml modified +4 −4
doc/src/sgml/ref/alter_domain.sgml modified +4 −4
doc/src/sgml/ref/alter_event_trigger.sgml modified +4 −4
doc/src/sgml/ref/alter_extension.sgml modified +4 −4
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml modified +4 −4
doc/src/sgml/ref/alter_foreign_table.sgml modified +4 −4
doc/src/sgml/ref/alter_function.sgml modified +4 −4
doc/src/sgml/ref/alter_group.sgml modified +4 −4
doc/src/sgml/ref/alter_index.sgml modified +4 −4
doc/src/sgml/ref/alter_language.sgml modified +4 −4
doc/src/sgml/ref/alter_large_object.sgml modified +4 −4
doc/src/sgml/ref/alter_materialized_view.sgml modified +4 −4
doc/src/sgml/ref/alter_opclass.sgml modified +4 −4
doc/src/sgml/ref/alter_operator.sgml modified +4 −4
doc/src/sgml/ref/alter_opfamily.sgml modified +4 −4
doc/src/sgml/ref/alter_role.sgml modified +4 −4
doc/src/sgml/ref/alter_rule.sgml modified +4 −4
doc/src/sgml/ref/alter_schema.sgml modified +4 −4
doc/src/sgml/ref/alter_sequence.sgml modified +4 −4
doc/src/sgml/ref/alter_server.sgml modified +4 −4
doc/src/sgml/ref/alter_system.sgml modified +4 −4
doc/src/sgml/ref/alter_table.sgml modified +4 −4
doc/src/sgml/ref/alter_tablespace.sgml modified +4 −4
doc/src/sgml/ref/alter_trigger.sgml modified +4 −4
doc/src/sgml/ref/alter_tsconfig.sgml modified +4 −4
doc/src/sgml/ref/alter_tsdictionary.sgml modified +4 −4
doc/src/sgml/ref/alter_tsparser.sgml modified +4 −4
doc/src/sgml/ref/alter_tstemplate.sgml modified +4 −4
doc/src/sgml/ref/alter_type.sgml modified +4 −4
doc/src/sgml/ref/alter_user_mapping.sgml modified +4 −4
doc/src/sgml/ref/alter_user.sgml modified +4 −4
doc/src/sgml/ref/alter_view.sgml modified +4 −4
doc/src/sgml/ref/analyze.sgml modified +4 −4
doc/src/sgml/ref/begin.sgml modified +4 −4
doc/src/sgml/ref/checkpoint.sgml modified +4 −4
doc/src/sgml/ref/close.sgml modified +9 −9
doc/src/sgml/ref/clusterdb.sgml modified +4 −4
doc/src/sgml/ref/cluster.sgml modified +4 −4
doc/src/sgml/ref/comment.sgml modified +4 −4
doc/src/sgml/ref/commit_prepared.sgml modified +4 −4
doc/src/sgml/ref/commit.sgml modified +4 −4
doc/src/sgml/ref/copy.sgml modified +4 −4
doc/src/sgml/ref/create_aggregate.sgml modified +4 −4
doc/src/sgml/ref/create_cast.sgml modified +4 −4
doc/src/sgml/ref/create_collation.sgml modified +4 −4
doc/src/sgml/ref/create_conversion.sgml modified +4 −4
doc/src/sgml/ref/create_database.sgml modified +4 −4
doc/src/sgml/ref/createdb.sgml modified +4 −4
doc/src/sgml/ref/create_domain.sgml modified +4 −4
doc/src/sgml/ref/create_event_trigger.sgml modified +4 −4
doc/src/sgml/ref/create_extension.sgml modified +4 −4
doc/src/sgml/ref/create_foreign_data_wrapper.sgml modified +4 −4
doc/src/sgml/ref/create_foreign_table.sgml modified +4 −4
doc/src/sgml/ref/create_function.sgml modified +4 −4
doc/src/sgml/ref/create_group.sgml modified +4 −4
doc/src/sgml/ref/create_index.sgml modified +4 −4
doc/src/sgml/ref/createlang.sgml modified +4 −4
doc/src/sgml/ref/create_language.sgml modified +4 −4
doc/src/sgml/ref/create_materialized_view.sgml modified +4 −4
doc/src/sgml/ref/create_opclass.sgml modified +4 −4
doc/src/sgml/ref/create_operator.sgml modified +4 −4
doc/src/sgml/ref/create_opfamily.sgml modified +4 −4
doc/src/sgml/ref/create_role.sgml modified +4 −4
doc/src/sgml/ref/create_rule.sgml modified +4 −4
doc/src/sgml/ref/create_schema.sgml modified +4 −4
doc/src/sgml/ref/create_sequence.sgml modified +4 −4
doc/src/sgml/ref/create_server.sgml modified +4 −4
doc/src/sgml/ref/create_table_as.sgml modified +4 −4
doc/src/sgml/ref/create_table.sgml modified +4 −4
doc/src/sgml/ref/create_tablespace.sgml modified +4 −4
doc/src/sgml/ref/create_trigger.sgml modified +4 −4
doc/src/sgml/ref/create_tsconfig.sgml modified +4 −4
doc/src/sgml/ref/create_tsdictionary.sgml modified +4 −4
doc/src/sgml/ref/create_tsparser.sgml modified +4 −4
doc/src/sgml/ref/create_tstemplate.sgml modified +4 −4
doc/src/sgml/ref/create_type.sgml modified +4 −4
doc/src/sgml/ref/create_user_mapping.sgml modified +4 −4
doc/src/sgml/ref/create_user.sgml modified +4 −4
doc/src/sgml/ref/createuser.sgml modified +4 −4
doc/src/sgml/ref/create_view.sgml modified +4 −4
doc/src/sgml/ref/deallocate.sgml modified +9 −9
doc/src/sgml/ref/declare.sgml modified +9 −9
doc/src/sgml/ref/delete.sgml modified +4 −4
doc/src/sgml/ref/discard.sgml modified +4 −4
doc/src/sgml/ref/do.sgml modified +8 −8
doc/src/sgml/ref/drop_aggregate.sgml modified +4 −4
doc/src/sgml/ref/drop_cast.sgml modified +4 −4
doc/src/sgml/ref/drop_collation.sgml modified +4 −4
doc/src/sgml/ref/drop_conversion.sgml modified +4 −4
doc/src/sgml/ref/drop_database.sgml modified +4 −4
doc/src/sgml/ref/dropdb.sgml modified +4 −4
doc/src/sgml/ref/drop_domain.sgml modified +4 −4
doc/src/sgml/ref/drop_event_trigger.sgml modified +4 −4
doc/src/sgml/ref/drop_extension.sgml modified +4 −4
doc/src/sgml/ref/drop_foreign_data_wrapper.sgml modified +4 −4
doc/src/sgml/ref/drop_foreign_table.sgml modified +4 −4
doc/src/sgml/ref/drop_function.sgml modified +4 −4
doc/src/sgml/ref/drop_group.sgml modified +4 −4
doc/src/sgml/ref/drop_index.sgml modified +4 −4
doc/src/sgml/ref/droplang.sgml modified +4 −4
doc/src/sgml/ref/drop_language.sgml modified +4 −4
doc/src/sgml/ref/drop_materialized_view.sgml modified +4 −4
doc/src/sgml/ref/drop_opclass.sgml modified +4 −4
doc/src/sgml/ref/drop_operator.sgml modified +4 −4
doc/src/sgml/ref/drop_opfamily.sgml modified +4 −4
doc/src/sgml/ref/drop_owned.sgml modified +4 −4
doc/src/sgml/ref/drop_role.sgml modified +4 −4
doc/src/sgml/ref/drop_rule.sgml modified +4 −4
doc/src/sgml/ref/drop_schema.sgml modified +4 −4
doc/src/sgml/ref/drop_sequence.sgml modified +4 −4
doc/src/sgml/ref/drop_server.sgml modified +4 −4
doc/src/sgml/ref/drop_table.sgml modified +4 −4
doc/src/sgml/ref/drop_tablespace.sgml modified +4 −4
doc/src/sgml/ref/drop_trigger.sgml modified +4 −4
doc/src/sgml/ref/drop_tsconfig.sgml modified +4 −4
doc/src/sgml/ref/drop_tsdictionary.sgml modified +4 −4
doc/src/sgml/ref/drop_tsparser.sgml modified +4 −4
doc/src/sgml/ref/drop_tstemplate.sgml modified +4 −4
doc/src/sgml/ref/drop_type.sgml modified +4 −4
doc/src/sgml/ref/drop_user_mapping.sgml modified +4 −4
doc/src/sgml/ref/drop_user.sgml modified +4 −4
doc/src/sgml/ref/dropuser.sgml modified +4 −4
doc/src/sgml/ref/drop_view.sgml modified +4 −4
doc/src/sgml/ref/ecpg-ref.sgml modified +4 −4
doc/src/sgml/ref/end.sgml modified +4 −4
doc/src/sgml/ref/execute.sgml modified +9 −9
doc/src/sgml/ref/explain.sgml modified +11 −11
doc/src/sgml/ref/fetch.sgml modified +9 −9
doc/src/sgml/ref/grant.sgml modified +4 −4
doc/src/sgml/ref/initdb.sgml modified +4 −4
doc/src/sgml/ref/insert.sgml modified +4 −4
doc/src/sgml/ref/listen.sgml modified +4 −4
doc/src/sgml/ref/load.sgml modified +4 −4
doc/src/sgml/ref/lock.sgml modified +4 −4
doc/src/sgml/ref/move.sgml modified +9 −9
doc/src/sgml/ref/notify.sgml modified +4 −4
doc/src/sgml/ref/pg_basebackup.sgml modified +4 −4
doc/src/sgml/ref/pg_config-ref.sgml modified +4 −4
doc/src/sgml/ref/pg_controldata.sgml modified +4 −4
doc/src/sgml/ref/pg_ctl-ref.sgml modified +4 −4
doc/src/sgml/ref/pg_dumpall.sgml modified +4 −4
doc/src/sgml/ref/pg_dump.sgml modified +4 −4
doc/src/sgml/ref/pg_isready.sgml modified +4 −4
doc/src/sgml/ref/pg_receivexlog.sgml modified +4 −4
doc/src/sgml/ref/pg_resetxlog.sgml modified +4 −4
doc/src/sgml/ref/pg_restore.sgml modified +4 −4
doc/src/sgml/ref/postgres-ref.sgml modified +4 −4
doc/src/sgml/ref/postmaster.sgml modified +4 −4
doc/src/sgml/ref/prepare.sgml modified +9 −9
doc/src/sgml/ref/prepare_transaction.sgml modified +4 −4
doc/src/sgml/ref/psql-ref.sgml modified +4 −4
doc/src/sgml/ref/reassign_owned.sgml modified +4 −4
doc/src/sgml/ref/refresh_materialized_view.sgml modified +4 −4
doc/src/sgml/ref/reindexdb.sgml modified +4 −4
doc/src/sgml/ref/reindex.sgml modified +4 −4
doc/src/sgml/ref/release_savepoint.sgml modified +9 −9
doc/src/sgml/ref/reset.sgml modified +4 −4
doc/src/sgml/ref/revoke.sgml modified +4 −4
doc/src/sgml/ref/rollback_prepared.sgml modified +4 −4
doc/src/sgml/ref/rollback.sgml modified +4 −4
doc/src/sgml/ref/rollback_to.sgml modified +9 −9
doc/src/sgml/ref/savepoint.sgml modified +9 −9
doc/src/sgml/ref/security_label.sgml modified +4 −4
doc/src/sgml/ref/select_into.sgml modified +4 −4
doc/src/sgml/ref/select.sgml modified +13 −13
doc/src/sgml/ref/set_constraints.sgml modified +4 −4
doc/src/sgml/ref/set_role.sgml modified +4 −4
doc/src/sgml/ref/set_session_auth.sgml modified +4 −4
doc/src/sgml/ref/set.sgml modified +4 −4
doc/src/sgml/ref/set_transaction.sgml modified +11 −11
doc/src/sgml/ref/show.sgml modified +4 −4
doc/src/sgml/ref/start_transaction.sgml modified +4 −4
doc/src/sgml/ref/truncate.sgml modified +4 −4
doc/src/sgml/ref/unlisten.sgml modified +4 −4
doc/src/sgml/ref/update.sgml modified +4 −4
doc/src/sgml/ref/vacuumdb.sgml modified +4 −4
doc/src/sgml/ref/vacuum.sgml modified +4 −4
doc/src/sgml/ref/values.sgml modified +4 −4
doc/src/sgml/spi.sgml modified +88 −88
doc/src/sgml/vacuumlo.sgml modified +4 −4