Don't use SGML empty tags

Peter Eisentraut <peter_e@gmx.net>

Commit: c29c578908dc0271eeb13a4014e54bff07a29c05
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-10-17T19:10:33Z
Releases: 11.0
Don't use SGML empty tags

For DocBook XML compatibility, don't use SGML empty tags (</>) anymore,
replace by the full tag name.  Add a warning option to catch future
occurrences.

Alexander Lakhin, Jürgen Purtz

Files

PathChange+/−
doc/src/sgml/acronyms.sgml modified +9 −9
doc/src/sgml/adminpack.sgml modified +27 −27
doc/src/sgml/advanced.sgml modified +55 −55
doc/src/sgml/amcheck.sgml modified +33 −33
doc/src/sgml/arch-dev.sgml modified +32 −32
doc/src/sgml/array.sgml modified +55 −55
doc/src/sgml/auth-delay.sgml modified +3 −3
doc/src/sgml/auto-explain.sgml modified +18 −18
doc/src/sgml/backup.sgml modified +248 −248
doc/src/sgml/bgworker.sgml modified +40 −40
doc/src/sgml/biblio.sgml modified +1 −1
doc/src/sgml/bki.sgml modified +43 −43
doc/src/sgml/bloom.sgml modified +12 −12
doc/src/sgml/brin.sgml modified +39 −39
doc/src/sgml/btree-gin.sgml modified +9 −9
doc/src/sgml/btree-gist.sgml modified +16 −16
doc/src/sgml/catalogs.sgml modified +506 −506
doc/src/sgml/charset.sgml modified +135 −135
doc/src/sgml/citext.sgml modified +60 −60
doc/src/sgml/client-auth.sgml modified +164 −164
doc/src/sgml/config.sgml modified +1078 −1078
doc/src/sgml/contrib.sgml modified +13 −13
doc/src/sgml/contrib-spi.sgml modified +40 −40
doc/src/sgml/cube.sgml modified +79 −79
doc/src/sgml/custom-scan.sgml modified +68 −68
doc/src/sgml/datatype.sgml modified +346 −346
doc/src/sgml/datetime.sgml modified +36 −36
doc/src/sgml/dblink.sgml modified +135 −135
doc/src/sgml/ddl.sgml modified +195 −195
doc/src/sgml/dfunc.sgml modified +20 −20
doc/src/sgml/dict-int.sgml modified +9 −9
doc/src/sgml/dict-xsyn.sgml modified +20 −20
doc/src/sgml/diskusage.sgml modified +8 −8
doc/src/sgml/dml.sgml modified +16 −16
doc/src/sgml/docguide.sgml modified +1 −1
doc/src/sgml/earthdistance.sgml modified +16 −16
doc/src/sgml/ecpg.sgml modified +367 −367
doc/src/sgml/errcodes.sgml modified +9 −9
doc/src/sgml/event-trigger.sgml modified +39 −39
doc/src/sgml/extend.sgml modified +181 −181
doc/src/sgml/external-projects.sgml modified +9 −9
doc/src/sgml/fdwhandler.sgml modified +440 −440
doc/src/sgml/file-fdw.sgml modified +24 −24
doc/src/sgml/func.sgml modified +1264 −1264
doc/src/sgml/fuzzystrmatch.sgml modified +13 −13
doc/src/sgml/generate-errcodes-table.pl modified +2 −2
doc/src/sgml/generic-wal.sgml modified +21 −21
doc/src/sgml/geqo.sgml modified +6 −6
doc/src/sgml/gin.sgml modified +143 −143
doc/src/sgml/gist.sgml modified +201 −201
doc/src/sgml/high-availability.sgml modified +258 −258
doc/src/sgml/history.sgml modified +2 −2
doc/src/sgml/hstore.sgml modified +76 −76
doc/src/sgml/indexam.sgml modified +223 −223
doc/src/sgml/indices.sgml modified +112 −112
doc/src/sgml/information_schema.sgml modified +182 −182
doc/src/sgml/info.sgml modified +3 −3
doc/src/sgml/installation.sgml modified +230 −230
doc/src/sgml/install-windows.sgml modified +29 −29
doc/src/sgml/intagg.sgml modified +14 −14
doc/src/sgml/intarray.sgml modified +34 −34
doc/src/sgml/intro.sgml modified +2 −2
doc/src/sgml/isn.sgml modified +14 −14
doc/src/sgml/json.sgml modified +87 −87
doc/src/sgml/libpq.sgml modified +707 −707
doc/src/sgml/lobj.sgml modified +64 −64
doc/src/sgml/logicaldecoding.sgml modified +9 −9
doc/src/sgml/lo.sgml modified +17 −17
doc/src/sgml/ltree.sgml modified +117 −117
doc/src/sgml/maintenance.sgml modified +169 −169
doc/src/sgml/Makefile modified +2 −1
doc/src/sgml/manage-ag.sgml modified +98 −98
doc/src/sgml/monitoring.sgml modified +720 −720
doc/src/sgml/mvcc.sgml modified +65 −65
doc/src/sgml/nls.sgml modified +12 −12
doc/src/sgml/notation.sgml modified +4 −4
doc/src/sgml/oid2name.sgml modified +30 −30
doc/src/sgml/pageinspect.sgml modified +18 −18
doc/src/sgml/parallel.sgml modified +48 −48
doc/src/sgml/perform.sgml modified +172 −172
doc/src/sgml/pgbuffercache.sgml modified +8 −8
doc/src/sgml/pgcrypto.sgml modified +88 −88
doc/src/sgml/pgfreespacemap.sgml modified +4 −4
doc/src/sgml/pgprewarm.sgml modified +8 −8
doc/src/sgml/pgrowlocks.sgml modified +5 −5
doc/src/sgml/pgstandby.sgml modified +50 −50
doc/src/sgml/pgstatstatements.sgml modified +53 −53
doc/src/sgml/pgstattuple.sgml modified +15 −15
doc/src/sgml/pgtrgm.sgml modified +45 −45
doc/src/sgml/pgvisibility.sgml modified +6 −6
doc/src/sgml/planstats.sgml modified +26 −26
doc/src/sgml/plhandler.sgml modified +25 −25
doc/src/sgml/plperl.sgml modified +74 −74
doc/src/sgml/plpgsql.sgml modified +602 −602
doc/src/sgml/plpython.sgml modified +52 −52
doc/src/sgml/pltcl.sgml modified +105 −105
doc/src/sgml/postgres-fdw.sgml modified +99 −99
doc/src/sgml/postgres.sgml modified +8 −8
doc/src/sgml/problems.sgml modified +10 −10
doc/src/sgml/protocol.sgml modified +237 −237
doc/src/sgml/queries.sgml modified +337 −337
doc/src/sgml/query.sgml modified +18 −18
doc/src/sgml/rangetypes.sgml modified +33 −33
doc/src/sgml/recovery-config.sgml modified +66 −66
doc/src/sgml/ref/abort.sgml modified +1 −1
doc/src/sgml/ref/alter_aggregate.sgml modified +9 −9
doc/src/sgml/ref/alter_collation.sgml modified +1 −1
doc/src/sgml/ref/alter_conversion.sgml modified +1 −1
doc/src/sgml/ref/alter_database.sgml modified +2 −2
doc/src/sgml/ref/alter_default_privileges.sgml modified +10 −10
doc/src/sgml/ref/alter_domain.sgml modified +10 −10
doc/src/sgml/ref/alter_extension.sgml modified +11 −11
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml modified +9 −9
doc/src/sgml/ref/alter_foreign_table.sgml modified +21 −21
doc/src/sgml/ref/alter_function.sgml modified +14 −14
doc/src/sgml/ref/alter_group.sgml modified +4 −4
doc/src/sgml/ref/alter_index.sgml modified +5 −5
doc/src/sgml/ref/alter_materialized_view.sgml modified +2 −2
doc/src/sgml/ref/alter_opclass.sgml modified +1 −1
doc/src/sgml/ref/alter_operator.sgml modified +1 −1
doc/src/sgml/ref/alter_opfamily.sgml modified +16 −16
doc/src/sgml/ref/alter_publication.sgml modified +4 −4
doc/src/sgml/ref/alter_role.sgml modified +11 −11
doc/src/sgml/ref/alter_schema.sgml modified +1 −1
doc/src/sgml/ref/alter_sequence.sgml modified +17 −17
doc/src/sgml/ref/alter_server.sgml modified +6 −6
doc/src/sgml/ref/alter_statistics.sgml modified +2 −2
doc/src/sgml/ref/alter_subscription.sgml modified +2 −2
doc/src/sgml/ref/alter_system.sgml modified +6 −6
doc/src/sgml/ref/alter_table.sgml modified +70 −70
doc/src/sgml/ref/alter_tablespace.sgml modified +2 −2
doc/src/sgml/ref/alter_trigger.sgml modified +2 −2
doc/src/sgml/ref/alter_tsconfig.sgml modified +10 −10
doc/src/sgml/ref/alter_tsdictionary.sgml modified +4 −4
doc/src/sgml/ref/alter_tsparser.sgml modified +1 −1
doc/src/sgml/ref/alter_tstemplate.sgml modified +1 −1
doc/src/sgml/ref/alter_type.sgml modified +3 −3
doc/src/sgml/ref/alter_user_mapping.sgml modified +7 −7
doc/src/sgml/ref/alter_view.sgml modified +5 −5
doc/src/sgml/ref/analyze.sgml modified +8 −8
doc/src/sgml/ref/begin.sgml modified +2 −2
doc/src/sgml/ref/close.sgml modified +2 −2
doc/src/sgml/ref/clusterdb.sgml modified +31 −31
doc/src/sgml/ref/cluster.sgml modified +5 −5
doc/src/sgml/ref/comment.sgml modified +13 −13
doc/src/sgml/ref/commit_prepared.sgml modified +1 −1
doc/src/sgml/ref/commit.sgml modified +1 −1
doc/src/sgml/ref/copy.sgml modified +113 −113
doc/src/sgml/ref/create_access_method.sgml modified +4 −4
doc/src/sgml/ref/create_aggregate.sgml modified +82 −82
doc/src/sgml/ref/create_cast.sgml modified +40 −40
doc/src/sgml/ref/create_collation.sgml modified +1 −1
doc/src/sgml/ref/create_conversion.sgml modified +3 −3
doc/src/sgml/ref/create_database.sgml modified +27 −27
doc/src/sgml/ref/createdb.sgml modified +33 −33
doc/src/sgml/ref/create_domain.sgml modified +11 −11
doc/src/sgml/ref/create_event_trigger.sgml modified +3 −3
doc/src/sgml/ref/create_extension.sgml modified +19 −19
doc/src/sgml/ref/create_foreign_data_wrapper.sgml modified +6 −6
doc/src/sgml/ref/create_foreign_table.sgml modified +22 −22
doc/src/sgml/ref/create_function.sgml modified +64 −64
doc/src/sgml/ref/create_index.sgml modified +60 −60
doc/src/sgml/ref/create_language.sgml modified +21 −21
doc/src/sgml/ref/create_materialized_view.sgml modified +5 −5
doc/src/sgml/ref/create_opclass.sgml modified +19 −19
doc/src/sgml/ref/create_operator.sgml modified +12 −12
doc/src/sgml/ref/create_opfamily.sgml modified +2 −2
doc/src/sgml/ref/create_policy.sgml modified +10 −10
doc/src/sgml/ref/create_publication.sgml modified +7 −7
doc/src/sgml/ref/create_role.sgml modified +47 −47
doc/src/sgml/ref/create_rule.sgml modified +16 −16
doc/src/sgml/ref/create_schema.sgml modified +16 −16
doc/src/sgml/ref/create_sequence.sgml modified +14 −14
doc/src/sgml/ref/create_server.sgml modified +4 −4
doc/src/sgml/ref/create_statistics.sgml modified +5 −5
doc/src/sgml/ref/create_subscription.sgml modified +2 −2
doc/src/sgml/ref/create_table_as.sgml modified +18 −18
doc/src/sgml/ref/create_table.sgml modified +147 −147
doc/src/sgml/ref/create_tablespace.sgml modified +11 −11
doc/src/sgml/ref/create_trigger.sgml modified +86 −86
doc/src/sgml/ref/create_tsconfig.sgml modified +1 −1
doc/src/sgml/ref/create_tstemplate.sgml modified +1 −1
doc/src/sgml/ref/create_type.sgml modified +49 −49
doc/src/sgml/ref/create_user_mapping.sgml modified +5 −5
doc/src/sgml/ref/create_user.sgml modified +2 −2
doc/src/sgml/ref/createuser.sgml modified +57 −57
doc/src/sgml/ref/create_view.sgml modified +70 −70
doc/src/sgml/ref/declare.sgml modified +28 −28
doc/src/sgml/ref/delete.sgml modified +31 −31
doc/src/sgml/ref/discard.sgml modified +5 −5
doc/src/sgml/ref/do.sgml modified +9 −9
doc/src/sgml/ref/drop_access_method.sgml modified +2 −2
doc/src/sgml/ref/drop_aggregate.sgml modified +5 −5
doc/src/sgml/ref/drop_collation.sgml modified +2 −2
doc/src/sgml/ref/drop_conversion.sgml modified +1 −1
doc/src/sgml/ref/drop_database.sgml modified +1 −1
doc/src/sgml/ref/dropdb.sgml modified +24 −24
doc/src/sgml/ref/drop_domain.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 +1 −1
doc/src/sgml/ref/drop_function.sgml modified +6 −6
doc/src/sgml/ref/drop_index.sgml modified +6 −6
doc/src/sgml/ref/drop_language.sgml modified +2 −2
doc/src/sgml/ref/drop_opclass.sgml modified +6 −6
doc/src/sgml/ref/drop_opfamily.sgml modified +2 −2
doc/src/sgml/ref/drop_owned.sgml modified +1 −1
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_schema.sgml modified +1 −1
doc/src/sgml/ref/drop_sequence.sgml modified +1 −1
doc/src/sgml/ref/drop_server.sgml modified +3 −3
doc/src/sgml/ref/drop_subscription.sgml modified +1 −1
doc/src/sgml/ref/drop_table.sgml modified +3 −3
doc/src/sgml/ref/drop_tablespace.sgml modified +3 −3
doc/src/sgml/ref/drop_tsconfig.sgml modified +2 −2
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_mapping.sgml modified +7 −7
doc/src/sgml/ref/dropuser.sgml modified +23 −23
doc/src/sgml/ref/drop_view.sgml modified +1 −1
doc/src/sgml/ref/ecpg-ref.sgml modified +3 −3
doc/src/sgml/ref/end.sgml modified +1 −1
doc/src/sgml/ref/execute.sgml modified +2 −2
doc/src/sgml/ref/explain.sgml modified +9 −9
doc/src/sgml/ref/fetch.sgml modified +18 −18
doc/src/sgml/ref/grant.sgml modified +49 −49
doc/src/sgml/ref/import_foreign_schema.sgml modified +7 −7
doc/src/sgml/ref/initdb.sgml modified +21 −21
doc/src/sgml/ref/insert.sgml modified +43 −43
doc/src/sgml/ref/listen.sgml modified +3 −3
doc/src/sgml/ref/load.sgml modified +7 −7
doc/src/sgml/ref/lock.sgml modified +36 −36
doc/src/sgml/ref/move.sgml modified +1 −1
doc/src/sgml/ref/notify.sgml modified +6 −6
doc/src/sgml/ref/pgarchivecleanup.sgml modified +25 −25
doc/src/sgml/ref/pg_basebackup.sgml modified +20 −20
doc/src/sgml/ref/pgbench.sgml modified +284 −284
doc/src/sgml/ref/pg_config-ref.sgml modified +50 −50
doc/src/sgml/ref/pg_controldata.sgml modified +4 −4
doc/src/sgml/ref/pg_ctl-ref.sgml modified +25 −25
doc/src/sgml/ref/pg_dumpall.sgml modified +51 −51
doc/src/sgml/ref/pg_dump.sgml modified +140 −140
doc/src/sgml/ref/pg_isready.sgml modified +16 −16
doc/src/sgml/ref/pg_receivewal.sgml modified +17 −17
doc/src/sgml/ref/pg_recvlogical.sgml modified +13 −13
doc/src/sgml/ref/pg_resetwal.sgml modified +28 −28
doc/src/sgml/ref/pg_restore.sgml modified +75 −75
doc/src/sgml/ref/pg_rewind.sgml modified +24 −24
doc/src/sgml/ref/pgtestfsync.sgml modified +8 −8
doc/src/sgml/ref/pgtesttiming.sgml modified +5 −5
doc/src/sgml/ref/pgupgrade.sgml modified +116 −116
doc/src/sgml/ref/pg_waldump.sgml modified +8 −8
doc/src/sgml/ref/postgres-ref.sgml modified +38 −38
doc/src/sgml/ref/postmaster.sgml modified +1 −1
doc/src/sgml/ref/prepare.sgml modified +9 −9
doc/src/sgml/ref/prepare_transaction.sgml modified +15 −15
doc/src/sgml/ref/psql-ref.sgml modified +331 −331
doc/src/sgml/ref/reassign_owned.sgml modified +1 −1
doc/src/sgml/ref/refresh_materialized_view.sgml modified +2 −2
doc/src/sgml/ref/reindexdb.sgml modified +40 −40
doc/src/sgml/ref/reindex.sgml modified +17 −17
doc/src/sgml/ref/release_savepoint.sgml modified +1 −1
doc/src/sgml/ref/reset.sgml modified +5 −5
doc/src/sgml/ref/revoke.sgml modified +24 −24
doc/src/sgml/ref/rollback_prepared.sgml modified +1 −1
doc/src/sgml/ref/rollback.sgml modified +1 −1
doc/src/sgml/ref/rollback_to.sgml modified +14 −14
doc/src/sgml/ref/savepoint.sgml modified +4 −4
doc/src/sgml/ref/security_label.sgml modified +11 −11
doc/src/sgml/ref/select.sgml modified +299 −299
doc/src/sgml/ref/set_constraints.sgml modified +7 −7
doc/src/sgml/ref/set_role.sgml modified +18 −18
doc/src/sgml/ref/set_session_auth.sgml modified +8 −8
doc/src/sgml/ref/set.sgml modified +22 −22
doc/src/sgml/ref/set_transaction.sgml modified +6 −6
doc/src/sgml/ref/show.sgml modified +1 −1
doc/src/sgml/ref/start_transaction.sgml modified +3 −3
doc/src/sgml/ref/truncate.sgml modified +19 −19
doc/src/sgml/ref/unlisten.sgml modified +1 −1
doc/src/sgml/ref/update.sgml modified +44 −44
doc/src/sgml/ref/vacuumdb.sgml modified +26 −26
doc/src/sgml/ref/vacuum.sgml modified +12 −12
doc/src/sgml/ref/values.sgml modified +30 −30
doc/src/sgml/regress.sgml modified +61 −61
doc/src/sgml/release-10.sgml modified +368 −368
doc/src/sgml/release-7.4.sgml modified +350 −350
doc/src/sgml/release-8.0.sgml modified +633 −633
doc/src/sgml/release-8.1.sgml modified +672 −672
doc/src/sgml/release-8.2.sgml modified +799 −799
doc/src/sgml/release-8.3.sgml modified +841 −841
doc/src/sgml/release-8.4.sgml modified +1234 −1234
doc/src/sgml/release-9.0.sgml modified +1286 −1286
doc/src/sgml/release-9.1.sgml modified +1339 −1339
doc/src/sgml/release-9.2.sgml modified +1347 −1347
doc/src/sgml/release-9.3.sgml modified +1259 −1259
doc/src/sgml/release-9.4.sgml modified +1071 −1071
doc/src/sgml/release-9.5.sgml modified +900 −900
doc/src/sgml/release-9.6.sgml modified +758 −758
doc/src/sgml/release-old.sgml modified +157 −157
doc/src/sgml/release.sgml modified +1 −1
doc/src/sgml/rowtypes.sgml modified +65 −65
doc/src/sgml/rules.sgml modified +163 −163
doc/src/sgml/runtime.sgml modified +305 −305
doc/src/sgml/seg.sgml modified +35 −35
doc/src/sgml/sepgsql.sgml modified +95 −95
doc/src/sgml/sourcerepo.sgml modified +12 −12
doc/src/sgml/sources.sgml modified +85 −85
doc/src/sgml/spgist.sgml modified +234 −234
doc/src/sgml/spi.sgml modified +113 −113
doc/src/sgml/sslinfo.sgml modified +7 −7
doc/src/sgml/start.sgml modified +11 −11
doc/src/sgml/storage.sgml modified +164 −164
doc/src/sgml/syntax.sgml modified +181 −181
doc/src/sgml/tablefunc.sgml modified +84 −84
doc/src/sgml/tablesample-method.sgml modified +64 −64
doc/src/sgml/tcn.sgml modified +4 −4
doc/src/sgml/test-decoding.sgml modified +2 −2
doc/src/sgml/textsearch.sgml modified +367 −367
doc/src/sgml/trigger.sgml modified +110 −110
doc/src/sgml/tsm-system-rows.sgml modified +4 −4
doc/src/sgml/tsm-system-time.sgml modified +4 −4
doc/src/sgml/typeconv.sgml modified +61 −61
doc/src/sgml/unaccent.sgml modified +22 −22
doc/src/sgml/user-manag.sgml modified +69 −69
doc/src/sgml/uuid-ossp.sgml modified +13 −13
doc/src/sgml/vacuumlo.sgml modified +21 −21
doc/src/sgml/wal.sgml modified +69 −69
doc/src/sgml/xaggr.sgml modified +80 −80
doc/src/sgml/xfunc.sgml modified +307 −307
doc/src/sgml/xindex.sgml modified +96 −96
doc/src/sgml/xml2.sgml modified +29 −29
doc/src/sgml/xoper.sgml modified +71 −71
doc/src/sgml/xplang.sgml modified +13 −13
doc/src/sgml/xtypes.sgml modified +34 −34

Documentation touched