Convert documentation to DocBook XML

Peter Eisentraut <peter_e@gmx.net>

Commit: 3c49c6facb22cdea979f5d1465ba53f972d32163
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-11-23T14:44:28Z
Releases: 11.0
Convert documentation to DocBook XML

Since some preparation work had already been done, the only source
changes left were changing empty-element tags like <xref linkend="foo">
to <xref linkend="foo"/>, and changing the DOCTYPE.

The source files are still named *.sgml, but they are actually XML files
now.  Renaming could be considered later.

In the build system, the intermediate step to convert from SGML to XML
is removed.  Everything is build straight from the source files again.
The OpenSP (or the old SP) package is no longer needed.

The documentation toolchain instructions are updated and are much
simpler now.

Peter Eisentraut, Alexander Lakhin, Jürgen Purtz

Files

PathChange+/−
config/docbook.m4 modified +11 −11
configure modified +24 −134
configure.in modified +1 −3
doc/src/sgml/adminpack.sgml modified +7 −7
doc/src/sgml/advanced.sgml modified +11 −11
doc/src/sgml/amcheck.sgml modified +4 −4
doc/src/sgml/arch-dev.sgml modified +7 −7
doc/src/sgml/array.sgml modified +9 −9
doc/src/sgml/auth-delay.sgml modified +1 −1
doc/src/sgml/auto-explain.sgml modified +3 −3
doc/src/sgml/backup.sgml modified +41 −41
doc/src/sgml/bgworker.sgml modified +1 −1
doc/src/sgml/brin.sgml modified +4 −4
doc/src/sgml/catalogs.sgml modified +101 −101
doc/src/sgml/charset.sgml modified +18 −18
doc/src/sgml/client-auth.sgml modified +44 −44
doc/src/sgml/config.sgml modified +181 −181
doc/src/sgml/contrib.sgml modified +9 −9
doc/src/sgml/cube.sgml modified +3 −3
doc/src/sgml/custom-scan.sgml modified +1 −1
doc/src/sgml/datatype.sgml modified +88 −88
doc/src/sgml/datetime.sgml modified +4 −4
doc/src/sgml/dblink.sgml modified +5 −5
doc/src/sgml/ddl.sgml modified +63 −63
doc/src/sgml/dfunc.sgml modified +1 −1
doc/src/sgml/dict-int.sgml modified +1 −1
doc/src/sgml/dict-xsyn.sgml modified +1 −1
doc/src/sgml/diskusage.sgml modified +5 −5
doc/src/sgml/dml.sgml modified +12 −12
doc/src/sgml/docguide.sgml modified +21 −196
doc/src/sgml/earthdistance.sgml modified +2 −2
doc/src/sgml/ecpg.sgml modified +96 −96
doc/src/sgml/errcodes.sgml modified +4 −4
doc/src/sgml/event-trigger.sgml modified +9 −9
doc/src/sgml/extend.sgml modified +28 −28
doc/src/sgml/external-projects.sgml modified +3 −3
doc/src/sgml/fdwhandler.sgml modified +20 −20
doc/src/sgml/file-fdw.sgml modified +1 −1
doc/src/sgml/func.sgml modified +260 −260
doc/src/sgml/geqo.sgml modified +3 −3
doc/src/sgml/gin.sgml modified +12 −12
doc/src/sgml/gist.sgml modified +3 −3
doc/src/sgml/high-availability.sgml modified +77 −77
doc/src/sgml/history.sgml modified +8 −8
doc/src/sgml/hstore.sgml modified +4 −4
doc/src/sgml/indexam.sgml modified +13 −13
doc/src/sgml/indices.sgml modified +36 −36
doc/src/sgml/information_schema.sgml modified +14 −14
doc/src/sgml/installation.sgml modified +25 −25
doc/src/sgml/install-windows.sgml modified +3 −3
doc/src/sgml/intarray.sgml modified +2 −2
doc/src/sgml/intro.sgml modified +7 −7
doc/src/sgml/isn.sgml modified +2 −2
doc/src/sgml/json.sgml modified +6 −6
doc/src/sgml/keywords.sgml modified +4 −4
doc/src/sgml/libpq.sgml modified +78 −78
doc/src/sgml/lobj.sgml modified +7 −7
doc/src/sgml/logicaldecoding.sgml modified +22 −22
doc/src/sgml/logical-replication.sgml modified +14 −14
doc/src/sgml/lo.sgml modified +1 −1
doc/src/sgml/ltree.sgml modified +3 −3
doc/src/sgml/maintenance.sgml modified +40 −40
doc/src/sgml/Makefile modified +26 −67
doc/src/sgml/manage-ag.sgml modified +19 −19
doc/src/sgml/monitoring.sgml modified +54 −54
doc/src/sgml/mvcc.sgml modified +33 −33
doc/src/sgml/nls.sgml modified +1 −1
doc/src/sgml/oid2name.sgml modified +1 −1
doc/src/sgml/parallel.sgml modified +17 −17
doc/src/sgml/passwordcheck.sgml modified +4 −4
doc/src/sgml/perform.sgml modified +34 −34
doc/src/sgml/pgbuffercache.sgml modified +1 −1
doc/src/sgml/pgcrypto.sgml modified +4 −4
doc/src/sgml/pgprewarm.sgml modified +1 −1
doc/src/sgml/pgrowlocks.sgml modified +1 −1
doc/src/sgml/pgstandby.sgml modified +4 −4
doc/src/sgml/pgstatstatements.sgml modified +4 −4
doc/src/sgml/pgstattuple.sgml modified +2 −2
doc/src/sgml/pgtrgm.sgml modified +2 −2
doc/src/sgml/planstats.sgml modified +3 −3
doc/src/sgml/plhandler.sgml modified +7 −7
doc/src/sgml/plperl.sgml modified +11 −11
doc/src/sgml/plpgsql.sgml modified +83 −83
doc/src/sgml/plpython.sgml modified +15 −15
doc/src/sgml/pltcl.sgml modified +8 −8
doc/src/sgml/postgres-fdw.sgml modified +20 −20
doc/src/sgml/postgres.sgml modified +14 −12
doc/src/sgml/problems.sgml modified +1 −1
doc/src/sgml/protocol.sgml modified +30 −30
doc/src/sgml/queries.sgml modified +28 −28
doc/src/sgml/query.sgml modified +4 −4
doc/src/sgml/rangetypes.sgml modified +7 −7
doc/src/sgml/recovery-config.sgml modified +17 −17
doc/src/sgml/ref/abort.sgml modified +5 −5
doc/src/sgml/ref/alter_aggregate.sgml modified +3 −3
doc/src/sgml/ref/alter_collation.sgml modified +3 −3
doc/src/sgml/ref/alter_conversion.sgml modified +2 −2
doc/src/sgml/ref/alter_database.sgml modified +6 −6
doc/src/sgml/ref/alter_default_privileges.sgml modified +7 −7
doc/src/sgml/ref/alter_domain.sgml modified +4 −4
doc/src/sgml/ref/alter_event_trigger.sgml modified +3 −3
doc/src/sgml/ref/alter_extension.sgml modified +3 −3
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml modified +2 −2
doc/src/sgml/ref/alter_foreign_table.sgml modified +14 −14
doc/src/sgml/ref/alter_function.sgml modified +11 −11
doc/src/sgml/ref/alter_group.sgml modified +6 −6
doc/src/sgml/ref/alter_index.sgml modified +9 −9
doc/src/sgml/ref/alter_language.sgml modified +2 −2
doc/src/sgml/ref/alter_large_object.sgml modified +1 −1
doc/src/sgml/ref/alter_materialized_view.sgml modified +4 −4
doc/src/sgml/ref/alter_opclass.sgml modified +3 −3
doc/src/sgml/ref/alter_operator.sgml modified +2 −2
doc/src/sgml/ref/alter_opfamily.sgml modified +7 −7
doc/src/sgml/ref/alter_policy.sgml modified +4 −4
doc/src/sgml/ref/alter_publication.sgml modified +6 −6
doc/src/sgml/ref/alter_role.sgml modified +22 −22
doc/src/sgml/ref/alter_rule.sgml modified +2 −2
doc/src/sgml/ref/alter_schema.sgml modified +2 −2
doc/src/sgml/ref/alter_sequence.sgml modified +2 −2
doc/src/sgml/ref/alter_server.sgml modified +2 −2
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 +5 −5
doc/src/sgml/ref/alter_table.sgml modified +28 −28
doc/src/sgml/ref/alter_tablespace.sgml modified +5 −5
doc/src/sgml/ref/alter_trigger.sgml modified +2 −2
doc/src/sgml/ref/alter_tsconfig.sgml modified +2 −2
doc/src/sgml/ref/alter_tsdictionary.sgml modified +2 −2
doc/src/sgml/ref/alter_tsparser.sgml modified +2 −2
doc/src/sgml/ref/alter_tstemplate.sgml modified +2 −2
doc/src/sgml/ref/alter_type.sgml modified +3 −3
doc/src/sgml/ref/alter_user_mapping.sgml modified +2 −2
doc/src/sgml/ref/alter_user.sgml modified +2 −2
doc/src/sgml/ref/alter_view.sgml modified +2 −2
doc/src/sgml/ref/analyze.sgml modified +11 −11
doc/src/sgml/ref/begin.sgml modified +13 −13
doc/src/sgml/ref/checkpoint.sgml modified +3 −3
doc/src/sgml/ref/close.sgml modified +4 −4
doc/src/sgml/ref/clusterdb.sgml modified +5 −5
doc/src/sgml/ref/cluster.sgml modified +5 −5
doc/src/sgml/ref/comment.sgml modified +1 −1
doc/src/sgml/ref/commit_prepared.sgml modified +2 −2
doc/src/sgml/ref/commit.sgml modified +3 −3
doc/src/sgml/ref/copy.sgml modified +3 −3
doc/src/sgml/ref/create_access_method.sgml modified +4 −4
doc/src/sgml/ref/create_aggregate.sgml modified +10 −10
doc/src/sgml/ref/create_cast.sgml modified +5 −5
doc/src/sgml/ref/create_collation.sgml modified +5 −5
doc/src/sgml/ref/create_conversion.sgml modified +3 −3
doc/src/sgml/ref/create_database.sgml modified +9 −9
doc/src/sgml/ref/createdb.sgml modified +8 −8
doc/src/sgml/ref/create_domain.sgml modified +2 −2
doc/src/sgml/ref/create_event_trigger.sgml modified +6 −6
doc/src/sgml/ref/create_extension.sgml modified +3 −3
doc/src/sgml/ref/create_foreign_data_wrapper.sgml modified +5 −5
doc/src/sgml/ref/create_foreign_table.sgml modified +8 −8
doc/src/sgml/ref/create_function.sgml modified +18 −18
doc/src/sgml/ref/create_group.sgml modified +2 −2
doc/src/sgml/ref/create_index.sgml modified +19 −19
doc/src/sgml/ref/create_language.sgml modified +10 −10
doc/src/sgml/ref/create_materialized_view.sgml modified +10 −10
doc/src/sgml/ref/create_opclass.sgml modified +6 −6
doc/src/sgml/ref/create_operator.sgml modified +8 −8
doc/src/sgml/ref/create_opfamily.sgml modified +6 −6
doc/src/sgml/ref/create_policy.sgml modified +4 −4
doc/src/sgml/ref/create_publication.sgml modified +3 −3
doc/src/sgml/ref/create_role.sgml modified +18 −18
doc/src/sgml/ref/create_rule.sgml modified +5 −5
doc/src/sgml/ref/create_schema.sgml modified +2 −2
doc/src/sgml/ref/create_sequence.sgml modified +3 −3
doc/src/sgml/ref/create_server.sgml modified +8 −8
doc/src/sgml/ref/create_statistics.sgml modified +4 −4
doc/src/sgml/ref/create_subscription.sgml modified +9 −9
doc/src/sgml/ref/create_table_as.sgml modified +21 −21
doc/src/sgml/ref/create_table.sgml modified +50 −50
doc/src/sgml/ref/create_tablespace.sgml modified +9 −9
doc/src/sgml/ref/create_transform.sgml modified +5 −5
doc/src/sgml/ref/create_trigger.sgml modified +9 −9
doc/src/sgml/ref/create_tsconfig.sgml modified +3 −3
doc/src/sgml/ref/create_tsdictionary.sgml modified +3 −3
doc/src/sgml/ref/create_tsparser.sgml modified +3 −3
doc/src/sgml/ref/create_tstemplate.sgml modified +3 −3
doc/src/sgml/ref/create_type.sgml modified +13 −13
doc/src/sgml/ref/create_user_mapping.sgml modified +4 −4
doc/src/sgml/ref/create_user.sgml modified +2 −2
doc/src/sgml/ref/createuser.sgml modified +8 −8
doc/src/sgml/ref/create_view.sgml modified +13 −13
doc/src/sgml/ref/deallocate.sgml modified +3 −3
doc/src/sgml/ref/declare.sgml modified +14 −14
doc/src/sgml/ref/delete.sgml modified +5 −5
doc/src/sgml/ref/discard.sgml modified +1 −1
doc/src/sgml/ref/do.sgml modified +1 −1
doc/src/sgml/ref/drop_access_method.sgml modified +2 −2
doc/src/sgml/ref/drop_aggregate.sgml modified +4 −4
doc/src/sgml/ref/drop_cast.sgml modified +1 −1
doc/src/sgml/ref/drop_collation.sgml modified +3 −3
doc/src/sgml/ref/drop_conversion.sgml modified +2 −2
doc/src/sgml/ref/drop_database.sgml modified +2 −2
doc/src/sgml/ref/dropdb.sgml modified +6 −6
doc/src/sgml/ref/drop_domain.sgml modified +3 −3
doc/src/sgml/ref/drop_event_trigger.sgml modified +3 −3
doc/src/sgml/ref/drop_extension.sgml modified +3 −3
doc/src/sgml/ref/drop_foreign_data_wrapper.sgml modified +3 −3
doc/src/sgml/ref/drop_foreign_table.sgml modified +3 −3
doc/src/sgml/ref/drop_function.sgml modified +3 −3
doc/src/sgml/ref/drop_group.sgml modified +2 −2
doc/src/sgml/ref/drop_index.sgml modified +2 −2
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 +3 −3
doc/src/sgml/ref/drop_opfamily.sgml modified +6 −6
doc/src/sgml/ref/drop_owned.sgml modified +5 −5
doc/src/sgml/ref/drop_policy.sgml modified +2 −2
doc/src/sgml/ref/drop_publication.sgml modified +2 −2
doc/src/sgml/ref/drop_role.sgml modified +6 −6
doc/src/sgml/ref/drop_rule.sgml modified +3 −3
doc/src/sgml/ref/drop_schema.sgml modified +3 −3
doc/src/sgml/ref/drop_sequence.sgml modified +3 −3
doc/src/sgml/ref/drop_server.sgml modified +3 −3
doc/src/sgml/ref/drop_statistics.sgml modified +2 −2
doc/src/sgml/ref/drop_subscription.sgml modified +3 −3
doc/src/sgml/ref/drop_table.sgml modified +5 −5
doc/src/sgml/ref/drop_tablespace.sgml modified +3 −3
doc/src/sgml/ref/drop_transform.sgml modified +3 −3
doc/src/sgml/ref/drop_trigger.sgml modified +2 −2
doc/src/sgml/ref/drop_tsconfig.sgml modified +3 −3
doc/src/sgml/ref/drop_tsdictionary.sgml modified +3 −3
doc/src/sgml/ref/drop_tsparser.sgml modified +3 −3
doc/src/sgml/ref/drop_tstemplate.sgml modified +3 −3
doc/src/sgml/ref/drop_type.sgml modified +3 −3
doc/src/sgml/ref/drop_user_mapping.sgml modified +2 −2
doc/src/sgml/ref/drop_user.sgml modified +2 −2
doc/src/sgml/ref/dropuser.sgml modified +6 −6
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 +6 −6
doc/src/sgml/reference.sgml modified +1 −1
doc/src/sgml/ref/execute.sgml modified +5 −5
doc/src/sgml/ref/explain.sgml modified +3 −3
doc/src/sgml/ref/fetch.sgml modified +6 −6
doc/src/sgml/ref/grant.sgml modified +16 −16
doc/src/sgml/ref/import_foreign_schema.sgml modified +2 −2
doc/src/sgml/ref/initdb.sgml modified +9 −9
doc/src/sgml/ref/insert.sgml modified +4 −4
doc/src/sgml/ref/listen.sgml modified +3 −3
doc/src/sgml/ref/load.sgml modified +3 −3
doc/src/sgml/ref/lock.sgml modified +8 −8
doc/src/sgml/ref/move.sgml modified +4 −4
doc/src/sgml/ref/notify.sgml modified +3 −3
doc/src/sgml/ref/pgarchivecleanup.sgml modified +3 −3
doc/src/sgml/ref/pg_basebackup.sgml modified +14 −14
doc/src/sgml/ref/pgbench.sgml modified +3 −3
doc/src/sgml/ref/pg_ctl-ref.sgml modified +7 −7
doc/src/sgml/ref/pg_dumpall.sgml modified +6 −6
doc/src/sgml/ref/pg_dump.sgml modified +23 −23
doc/src/sgml/ref/pg_isready.sgml modified +2 −2
doc/src/sgml/ref/pg_receivewal.sgml modified +11 −11
doc/src/sgml/ref/pg_recvlogical.sgml modified +10 −10
doc/src/sgml/ref/pg_resetwal.sgml modified +1 −1
doc/src/sgml/ref/pg_restore.sgml modified +11 −11
doc/src/sgml/ref/pg_rewind.sgml modified +3 −3
doc/src/sgml/ref/pgtestfsync.sgml modified +3 −3
doc/src/sgml/ref/pgtesttiming.sgml modified +1 −1
doc/src/sgml/ref/pgupgrade.sgml modified +10 −10
doc/src/sgml/ref/pg_waldump.sgml modified +1 −1
doc/src/sgml/ref/postgres-ref.sgml modified +26 −26
doc/src/sgml/ref/postmaster.sgml modified +1 −1
doc/src/sgml/ref/prepare.sgml modified +7 −7
doc/src/sgml/ref/prepare_transaction.sgml modified +7 −7
doc/src/sgml/ref/psql-ref.sgml modified +38 −38
doc/src/sgml/ref/reassign_owned.sgml modified +5 −5
doc/src/sgml/ref/refresh_materialized_view.sgml modified +4 −4
doc/src/sgml/ref/reindexdb.sgml modified +6 −6
doc/src/sgml/ref/reindex.sgml modified +2 −2
doc/src/sgml/ref/release_savepoint.sgml modified +6 −6
doc/src/sgml/ref/reset.sgml modified +6 −6
doc/src/sgml/ref/revoke.sgml modified +5 −5
doc/src/sgml/ref/rollback_prepared.sgml modified +2 −2
doc/src/sgml/ref/rollback.sgml modified +4 −4
doc/src/sgml/ref/rollback_to.sgml modified +6 −6
doc/src/sgml/ref/savepoint.sgml modified +7 −7
doc/src/sgml/ref/security_label.sgml modified +1 −1
doc/src/sgml/ref/select_into.sgml modified +8 −8
doc/src/sgml/ref/select.sgml modified +34 −34
doc/src/sgml/ref/set_role.sgml modified +4 −4
doc/src/sgml/ref/set_session_auth.sgml modified +3 −3
doc/src/sgml/ref/set.sgml modified +8 −8
doc/src/sgml/ref/set_transaction.sgml modified +6 −6
doc/src/sgml/ref/show.sgml modified +6 −6
doc/src/sgml/ref/start_transaction.sgml modified +9 −9
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 +7 −7
doc/src/sgml/ref/vacuum.sgml modified +9 −9
doc/src/sgml/ref/values.sgml modified +8 −8
doc/src/sgml/regress.sgml modified +6 −6
doc/src/sgml/release-10.sgml modified +40 −40
doc/src/sgml/release-7.4.sgml modified +52 −52
doc/src/sgml/release-8.0.sgml modified +49 −49
doc/src/sgml/release-8.1.sgml modified +44 −44
doc/src/sgml/release-8.2.sgml modified +39 −39
doc/src/sgml/release-8.3.sgml modified +45 −45
doc/src/sgml/release-8.4.sgml modified +43 −43
doc/src/sgml/release-9.0.sgml modified +43 −43
doc/src/sgml/release-9.1.sgml modified +49 −49
doc/src/sgml/release-9.2.sgml modified +57 −57
doc/src/sgml/release-9.3.sgml modified +56 −56
doc/src/sgml/release-9.4.sgml modified +120 −120
doc/src/sgml/release-9.5.sgml modified +59 −59
doc/src/sgml/release-9.6.sgml modified +43 −43
doc/src/sgml/release-old.sgml modified +11 −11
doc/src/sgml/replication-origins.sgml modified +1 −1
doc/src/sgml/rowtypes.sgml modified +5 −5
doc/src/sgml/rules.sgml modified +5 −5
doc/src/sgml/runtime.sgml modified +58 −58
doc/src/sgml/seg.sgml modified +4 −4
doc/src/sgml/sepgsql.sgml modified +9 −9
doc/src/sgml/sourcerepo.sgml modified +1 −1
doc/src/sgml/sources.sgml modified +5 −5
doc/src/sgml/spgist.sgml modified +9 −9
doc/src/sgml/spi.sgml modified +6 −6
doc/src/sgml/standalone-install.xml modified +6 −6
doc/src/sgml/start.sgml modified +5 −5
doc/src/sgml/storage.sgml modified +16 −16
doc/src/sgml/syntax.sgml modified +48 −48
doc/src/sgml/tablefunc.sgml modified +2 −2
doc/src/sgml/tablesample-method.sgml modified +1 −1
doc/src/sgml/textsearch.sgml modified +31 −31
doc/src/sgml/trigger.sgml modified +10 −10
doc/src/sgml/tsm-system-rows.sgml modified +1 −1
doc/src/sgml/tsm-system-time.sgml modified +1 −1
doc/src/sgml/typeconv.sgml modified +12 −12
doc/src/sgml/user-manag.sgml modified +18 −18
doc/src/sgml/uuid-ossp.sgml modified +3 −3
doc/src/sgml/vacuumlo.sgml modified +2 −2
doc/src/sgml/wal.sgml modified +31 −31
doc/src/sgml/xaggr.sgml modified +9 −9
doc/src/sgml/xfunc.sgml modified +33 −33
doc/src/sgml/xindex.sgml modified +19 −19
doc/src/sgml/xml2.sgml modified +2 −2
doc/src/sgml/xoper.sgml modified +1 −1
doc/src/sgml/xplang.sgml modified +9 −9
doc/src/sgml/xtypes.sgml modified +3 −3
src/Makefile.global.in modified +0 −2

Documentation touched