Remove unnecessary xref endterm attributes and title ids

Peter Eisentraut <peter_e@gmx.net>

Commit: 6dcce3985bd4239b02e48c0e530ab1c612864dfc
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-04-03T07:23:02Z
Releases: 9.0.0
Remove unnecessary xref endterm attributes and title ids

The endterm attribute is mainly useful when the toolchain does not support
automatic link target text generation for a particular situation.  In  the
past, this was required by the man page tools for all reference page links,
but that is no longer the case, and it now actually gets in the way of
proper automatic link text generation.  The only remaining use cases are
currently xrefs to refsects.

Files

PathChange+/−
doc/src/sgml/advanced.sgml modified +3 −3
doc/src/sgml/arch-dev.sgml modified +3 −3
doc/src/sgml/auto-explain.sgml modified +2 −2
doc/src/sgml/backup.sgml modified +7 −7
doc/src/sgml/catalogs.sgml modified +41 −45
doc/src/sgml/client-auth.sgml modified +3 −3
doc/src/sgml/config.sgml modified +20 −29
doc/src/sgml/datatype.sgml modified +4 −4
doc/src/sgml/dblink.sgml modified +4 −4
doc/src/sgml/ddl.sgml modified +14 −15
doc/src/sgml/dfunc.sgml modified +2 −2
doc/src/sgml/dml.sgml modified +9 −9
doc/src/sgml/extend.sgml modified +3 −3
doc/src/sgml/func.sgml modified +8 −8
doc/src/sgml/geqo.sgml modified +2 −2
doc/src/sgml/gin.sgml modified +3 −3
doc/src/sgml/high-availability.sgml modified +6 −8
doc/src/sgml/indices.sgml modified +7 −7
doc/src/sgml/libpq.sgml modified +10 −11
doc/src/sgml/lobj.sgml modified +4 −4
doc/src/sgml/maintenance.sgml modified +12 −14
doc/src/sgml/manage-ag.sgml modified +5 −5
doc/src/sgml/monitoring.sgml modified +3 −4
doc/src/sgml/mvcc.sgml modified +3 −3
doc/src/sgml/passwordcheck.sgml modified +3 −3
doc/src/sgml/perform.sgml modified +9 −10
doc/src/sgml/plhandler.sgml modified +4 −4
doc/src/sgml/plperl.sgml modified +3 −3
doc/src/sgml/plpgsql.sgml modified +8 −8
doc/src/sgml/pltcl.sgml modified +2 −3
doc/src/sgml/protocol.sgml modified +3 −4
doc/src/sgml/queries.sgml modified +3 −4
doc/src/sgml/query.sgml modified +2 −3
doc/src/sgml/ref/abort.sgml modified +7 −7
doc/src/sgml/ref/alter_aggregate.sgml modified +4 −4
doc/src/sgml/ref/alter_conversion.sgml modified +4 −4
doc/src/sgml/ref/alter_database.sgml modified +8 −8
doc/src/sgml/ref/alter_default_privileges.sgml modified +8 −8
doc/src/sgml/ref/alter_domain.sgml modified +5 −5
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml modified +4 −4
doc/src/sgml/ref/alter_function.sgml modified +11 −15
doc/src/sgml/ref/alter_group.sgml modified +8 −8
doc/src/sgml/ref/alter_index.sgml modified +8 −8
doc/src/sgml/ref/alter_language.sgml modified +4 −4
doc/src/sgml/ref/alter_large_object.sgml modified +3 −3
doc/src/sgml/ref/alter_opclass.sgml modified +5 −5
doc/src/sgml/ref/alter_operator.sgml modified +4 −4
doc/src/sgml/ref/alter_opfamily.sgml modified +8 −9
doc/src/sgml/ref/alter_role.sgml modified +19 −21
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_table.sgml modified +13 −14
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 +2 −2
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 +11 −11
doc/src/sgml/ref/begin.sgml modified +15 −18
doc/src/sgml/ref/checkpoint.sgml modified +2 −2
doc/src/sgml/ref/close.sgml modified +6 −6
doc/src/sgml/ref/clusterdb.sgml modified +6 −6
doc/src/sgml/ref/cluster.sgml modified +5 −5
doc/src/sgml/ref/comment.sgml modified +2 −2
doc/src/sgml/ref/commit_prepared.sgml modified +4 −4
doc/src/sgml/ref/commit.sgml modified +5 −5
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 +7 −8
doc/src/sgml/ref/create_constraint.sgml modified +10 −10
doc/src/sgml/ref/create_conversion.sgml modified +5 −5
doc/src/sgml/ref/create_database.sgml modified +8 −8
doc/src/sgml/ref/createdb.sgml modified +7 −9
doc/src/sgml/ref/create_domain.sgml modified +4 −4
doc/src/sgml/ref/create_foreign_data_wrapper.sgml modified +6 −6
doc/src/sgml/ref/create_function.sgml modified +10 −10
doc/src/sgml/ref/create_group.sgml modified +4 −4
doc/src/sgml/ref/create_index.sgml modified +5 −5
doc/src/sgml/ref/createlang.sgml modified +4 −4
doc/src/sgml/ref/create_language.sgml modified +11 −11
doc/src/sgml/ref/create_opclass.sgml modified +6 −6
doc/src/sgml/ref/create_operator.sgml modified +7 −9
doc/src/sgml/ref/create_opfamily.sgml modified +7 −7
doc/src/sgml/ref/create_role.sgml modified +17 −17
doc/src/sgml/ref/create_rule.sgml modified +2 −2
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 +6 −6
doc/src/sgml/ref/create_table_as.sgml modified +16 −17
doc/src/sgml/ref/create_table.sgml modified +13 −14
doc/src/sgml/ref/create_tablespace.sgml modified +7 −7
doc/src/sgml/ref/create_trigger.sgml modified +6 −7
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 +6 −6
doc/src/sgml/ref/create_user_mapping.sgml modified +6 −6
doc/src/sgml/ref/create_user.sgml modified +4 −4
doc/src/sgml/ref/createuser.sgml modified +6 −7
doc/src/sgml/ref/create_view.sgml modified +8 −8
doc/src/sgml/ref/deallocate.sgml modified +5 −5
doc/src/sgml/ref/declare.sgml modified +13 −13
doc/src/sgml/ref/delete.sgml modified +4 −4
doc/src/sgml/ref/discard.sgml modified +2 −2
doc/src/sgml/ref/do.sgml modified +3 −3
doc/src/sgml/ref/drop_aggregate.sgml modified +4 −4
doc/src/sgml/ref/drop_cast.sgml modified +3 −3
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 +6 −7
doc/src/sgml/ref/drop_domain.sgml modified +4 −4
doc/src/sgml/ref/drop_foreign_data_wrapper.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 +3 −3
doc/src/sgml/ref/droplang.sgml modified +4 −4
doc/src/sgml/ref/drop_language.sgml modified +4 −4
doc/src/sgml/ref/drop_opclass.sgml modified +5 −5
doc/src/sgml/ref/drop_operator.sgml modified +4 −4
doc/src/sgml/ref/drop_opfamily.sgml modified +7 −7
doc/src/sgml/ref/drop_owned.sgml modified +5 −6
doc/src/sgml/ref/drop_role.sgml modified +8 −8
doc/src/sgml/ref/drop_rule.sgml modified +3 −3
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 +6 −7
doc/src/sgml/ref/drop_tablespace.sgml modified +4 −4
doc/src/sgml/ref/drop_trigger.sgml modified +3 −3
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 +6 −7
doc/src/sgml/ref/drop_view.sgml modified +4 −4
doc/src/sgml/ref/end.sgml modified +8 −9
doc/src/sgml/ref/execute.sgml modified +6 −6
doc/src/sgml/ref/explain.sgml modified +4 −4
doc/src/sgml/ref/fetch.sgml modified +7 −7
doc/src/sgml/ref/grant.sgml modified +16 −16
doc/src/sgml/ref/initdb.sgml modified +2 −2
doc/src/sgml/ref/insert.sgml modified +4 −4
doc/src/sgml/ref/listen.sgml modified +5 −5
doc/src/sgml/ref/load.sgml modified +4 −4
doc/src/sgml/ref/lock.sgml modified +6 −7
doc/src/sgml/ref/move.sgml modified +6 −6
doc/src/sgml/ref/notify.sgml modified +4 −4
doc/src/sgml/ref/pg_config-ref.sgml modified +2 −2
doc/src/sgml/ref/pg_controldata.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_resetxlog.sgml modified +2 −2
doc/src/sgml/ref/postmaster.sgml modified +2 −2
doc/src/sgml/ref/prepare.sgml modified +8 −10
doc/src/sgml/ref/prepare_transaction.sgml modified +7 −7
doc/src/sgml/ref/psql-ref.sgml modified +17 −18
doc/src/sgml/ref/reassign_owned.sgml modified +5 −6
doc/src/sgml/ref/reindexdb.sgml modified +5 −5
doc/src/sgml/ref/reindex.sgml modified +2 −2
doc/src/sgml/ref/release_savepoint.sgml modified +9 −9
doc/src/sgml/ref/reset.sgml modified +6 −6
doc/src/sgml/ref/revoke.sgml modified +6 −6
doc/src/sgml/ref/rollback_prepared.sgml modified +4 −4
doc/src/sgml/ref/rollback.sgml modified +6 −6
doc/src/sgml/ref/rollback_to.sgml modified +8 −8
doc/src/sgml/ref/savepoint.sgml modified +10 −10
doc/src/sgml/ref/select_into.sgml modified +6 −8
doc/src/sgml/ref/select.sgml modified +4 −4
doc/src/sgml/ref/set_constraints.sgml modified +2 −2
doc/src/sgml/ref/set_role.sgml modified +6 −8
doc/src/sgml/ref/set_session_auth.sgml modified +5 −5
doc/src/sgml/ref/set.sgml modified +5 −5
doc/src/sgml/ref/set_transaction.sgml modified +2 −2
doc/src/sgml/ref/show.sgml modified +5 −5
doc/src/sgml/ref/start_transaction.sgml modified +11 −14
doc/src/sgml/ref/truncate.sgml modified +2 −2
doc/src/sgml/ref/unlisten.sgml modified +5 −5
doc/src/sgml/ref/update.sgml modified +3 −3
doc/src/sgml/ref/vacuumdb.sgml modified +6 −6
doc/src/sgml/ref/vacuum.sgml modified +6 −6
doc/src/sgml/ref/values.sgml modified +5 −5
doc/src/sgml/regress.sgml modified +2 −2
doc/src/sgml/release-9.0.sgml modified +2 −2
doc/src/sgml/spi.sgml modified +3 −3
doc/src/sgml/syntax.sgml modified +3 −3
doc/src/sgml/textsearch.sgml modified +2 −2
doc/src/sgml/trigger.sgml modified +2 −2
doc/src/sgml/typeconv.sgml modified +3 −3
doc/src/sgml/user-manag.sgml modified +11 −11
doc/src/sgml/xaggr.sgml modified +2 −2
doc/src/sgml/xfunc.sgml modified +3 −4
doc/src/sgml/xplang.sgml modified +3 −3
doc/src/sgml/xtypes.sgml modified +2 −2