Merge ~athos/ubuntu/+source/postgresql-14:lunar-14.6 into ubuntu/+source/postgresql-14:ubuntu/devel
- Git
- lp:~athos/ubuntu/+source/postgresql-14
- lunar-14.6
- Merge into ubuntu/devel
| Status: | Merged |
|---|---|
| Merged at revision: | b9d2155e8c80f3af9e8c3de7d25a6ffa7dffb903 |
| Proposed branch: | ~athos/ubuntu/+source/postgresql-14:lunar-14.6 |
| Merge into: | ubuntu/+source/postgresql-14:ubuntu/devel |
| Diff against target: |
148034 lines (+34043/-29992) 1650 files modified
.gitrevision (+1/-1) INSTALL (+2/-2) configure (+185/-9) configure.ac (+16/-1) contrib/pg_stat_statements/pg_stat_statements.c (+14/-2) contrib/postgres_fdw/expected/postgres_fdw.out (+79/-0) contrib/postgres_fdw/postgres_fdw.c (+49/-0) contrib/postgres_fdw/sql/postgres_fdw.sql (+13/-0) contrib/test_decoding/Makefile (+1/-1) contrib/test_decoding/expected/catalog_change_snapshot.out (+134/-0) contrib/test_decoding/specs/catalog_change_snapshot.spec (+62/-0) contrib/uuid-ossp/uuid-ossp.c (+12/-0) debian/changelog (+23/-0) debian/control (+2/-2) doc/src/sgml/acronyms.sgml (+1/-3) doc/src/sgml/btree.sgml (+2/-1) doc/src/sgml/catalogs.sgml (+1/-1) doc/src/sgml/config.sgml (+27/-13) doc/src/sgml/datatype.sgml (+2/-0) doc/src/sgml/ddl.sgml (+7/-6) doc/src/sgml/docguide.sgml (+1/-1) doc/src/sgml/func.sgml (+10/-13) doc/src/sgml/html/acronyms.html (+4/-5) doc/src/sgml/html/admin.html (+2/-2) doc/src/sgml/html/adminpack.html (+2/-2) doc/src/sgml/html/amcheck.html (+2/-2) doc/src/sgml/html/app-clusterdb.html (+2/-2) doc/src/sgml/html/app-createdb.html (+2/-2) doc/src/sgml/html/app-createuser.html (+2/-2) doc/src/sgml/html/app-dropdb.html (+2/-2) doc/src/sgml/html/app-dropuser.html (+2/-2) doc/src/sgml/html/app-ecpg.html (+2/-2) doc/src/sgml/html/app-initdb.html (+2/-2) doc/src/sgml/html/app-pg-ctl.html (+2/-2) doc/src/sgml/html/app-pg-dumpall.html (+2/-2) doc/src/sgml/html/app-pg-isready.html (+2/-2) doc/src/sgml/html/app-pgamcheck.html (+2/-2) doc/src/sgml/html/app-pgbasebackup.html (+2/-2) doc/src/sgml/html/app-pgchecksums.html (+2/-2) doc/src/sgml/html/app-pgconfig.html (+2/-2) doc/src/sgml/html/app-pgcontroldata.html (+2/-2) doc/src/sgml/html/app-pgdump.html (+2/-2) doc/src/sgml/html/app-pgreceivewal.html (+2/-2) doc/src/sgml/html/app-pgreceivexlog.html (+3/-3) doc/src/sgml/html/app-pgrecvlogical.html (+2/-2) doc/src/sgml/html/app-pgresetwal.html (+2/-2) doc/src/sgml/html/app-pgresetxlog.html (+3/-3) doc/src/sgml/html/app-pgrestore.html (+2/-2) doc/src/sgml/html/app-pgrewind.html (+2/-2) doc/src/sgml/html/app-pgverifybackup.html (+2/-2) doc/src/sgml/html/app-postgres.html (+2/-2) doc/src/sgml/html/app-postmaster.html (+2/-2) doc/src/sgml/html/app-psql.html (+3/-3) doc/src/sgml/html/app-reindexdb.html (+2/-2) doc/src/sgml/html/app-vacuumdb.html (+2/-2) doc/src/sgml/html/appendix-obsolete.html (+2/-2) doc/src/sgml/html/appendixes.html (+1/-1) doc/src/sgml/html/applevel-consistency.html (+2/-2) doc/src/sgml/html/arrays.html (+2/-2) doc/src/sgml/html/auth-bsd.html (+2/-2) doc/src/sgml/html/auth-cert.html (+2/-2) doc/src/sgml/html/auth-delay.html (+2/-2) doc/src/sgml/html/auth-ident.html (+2/-2) doc/src/sgml/html/auth-ldap.html (+2/-2) doc/src/sgml/html/auth-methods.html (+2/-2) doc/src/sgml/html/auth-pam.html (+2/-2) doc/src/sgml/html/auth-password.html (+2/-2) doc/src/sgml/html/auth-peer.html (+2/-2) doc/src/sgml/html/auth-pg-hba-conf.html (+2/-2) doc/src/sgml/html/auth-radius.html (+2/-2) doc/src/sgml/html/auth-trust.html (+2/-2) doc/src/sgml/html/auth-username-maps.html (+2/-2) doc/src/sgml/html/auto-explain.html (+2/-2) doc/src/sgml/html/backup-dump.html (+2/-2) doc/src/sgml/html/backup-file.html (+2/-2) doc/src/sgml/html/backup-manifest-files.html (+2/-2) doc/src/sgml/html/backup-manifest-format.html (+2/-2) doc/src/sgml/html/backup-manifest-toplevel.html (+2/-2) doc/src/sgml/html/backup-manifest-wal-ranges.html (+2/-2) doc/src/sgml/html/backup.html (+2/-2) doc/src/sgml/html/bgworker.html (+2/-2) doc/src/sgml/html/biblio.html (+2/-2) doc/src/sgml/html/bki-commands.html (+2/-2) doc/src/sgml/html/bki-example.html (+2/-2) doc/src/sgml/html/bki-format.html (+2/-2) doc/src/sgml/html/bki-structure.html (+2/-2) doc/src/sgml/html/bki.html (+2/-2) doc/src/sgml/html/bloom.html (+2/-2) doc/src/sgml/html/bookindex.html (+9/-9) doc/src/sgml/html/brin-builtin-opclasses.html (+2/-2) doc/src/sgml/html/brin-extensibility.html (+2/-2) doc/src/sgml/html/brin-intro.html (+2/-2) doc/src/sgml/html/brin.html (+1/-1) doc/src/sgml/html/btree-behavior.html (+2/-2) doc/src/sgml/html/btree-gin.html (+2/-2) doc/src/sgml/html/btree-gist.html (+2/-2) doc/src/sgml/html/btree-implementation.html (+4/-3) doc/src/sgml/html/btree-intro.html (+2/-2) doc/src/sgml/html/btree-support-funcs.html (+2/-2) doc/src/sgml/html/btree.html (+1/-1) doc/src/sgml/html/bug-reporting.html (+3/-3) doc/src/sgml/html/catalog-pg-aggregate.html (+2/-2) doc/src/sgml/html/catalog-pg-am.html (+2/-2) doc/src/sgml/html/catalog-pg-amop.html (+2/-2) doc/src/sgml/html/catalog-pg-amproc.html (+2/-2) doc/src/sgml/html/catalog-pg-attrdef.html (+2/-2) doc/src/sgml/html/catalog-pg-attribute.html (+2/-2) doc/src/sgml/html/catalog-pg-auth-members.html (+2/-2) doc/src/sgml/html/catalog-pg-authid.html (+2/-2) doc/src/sgml/html/catalog-pg-cast.html (+2/-2) doc/src/sgml/html/catalog-pg-class.html (+2/-2) doc/src/sgml/html/catalog-pg-collation.html (+2/-2) doc/src/sgml/html/catalog-pg-constraint.html (+2/-2) doc/src/sgml/html/catalog-pg-conversion.html (+2/-2) doc/src/sgml/html/catalog-pg-database.html (+2/-2) doc/src/sgml/html/catalog-pg-db-role-setting.html (+2/-2) doc/src/sgml/html/catalog-pg-default-acl.html (+2/-2) doc/src/sgml/html/catalog-pg-depend.html (+2/-2) doc/src/sgml/html/catalog-pg-description.html (+2/-2) doc/src/sgml/html/catalog-pg-enum.html (+2/-2) doc/src/sgml/html/catalog-pg-event-trigger.html (+2/-2) doc/src/sgml/html/catalog-pg-extension.html (+2/-2) doc/src/sgml/html/catalog-pg-foreign-data-wrapper.html (+2/-2) doc/src/sgml/html/catalog-pg-foreign-server.html (+2/-2) doc/src/sgml/html/catalog-pg-foreign-table.html (+2/-2) doc/src/sgml/html/catalog-pg-index.html (+3/-3) doc/src/sgml/html/catalog-pg-inherits.html (+2/-2) doc/src/sgml/html/catalog-pg-init-privs.html (+2/-2) doc/src/sgml/html/catalog-pg-language.html (+2/-2) doc/src/sgml/html/catalog-pg-largeobject-metadata.html (+2/-2) doc/src/sgml/html/catalog-pg-largeobject.html (+2/-2) doc/src/sgml/html/catalog-pg-namespace.html (+2/-2) doc/src/sgml/html/catalog-pg-opclass.html (+2/-2) doc/src/sgml/html/catalog-pg-operator.html (+2/-2) doc/src/sgml/html/catalog-pg-opfamily.html (+2/-2) doc/src/sgml/html/catalog-pg-partitioned-table.html (+2/-2) doc/src/sgml/html/catalog-pg-policy.html (+2/-2) doc/src/sgml/html/catalog-pg-proc.html (+2/-2) doc/src/sgml/html/catalog-pg-publication-rel.html (+2/-2) doc/src/sgml/html/catalog-pg-publication.html (+2/-2) doc/src/sgml/html/catalog-pg-range.html (+2/-2) doc/src/sgml/html/catalog-pg-replication-origin.html (+2/-2) doc/src/sgml/html/catalog-pg-rewrite.html (+2/-2) doc/src/sgml/html/catalog-pg-seclabel.html (+2/-2) doc/src/sgml/html/catalog-pg-sequence.html (+2/-2) doc/src/sgml/html/catalog-pg-shdepend.html (+2/-2) doc/src/sgml/html/catalog-pg-shdescription.html (+2/-2) doc/src/sgml/html/catalog-pg-shseclabel.html (+2/-2) doc/src/sgml/html/catalog-pg-statistic-ext-data.html (+2/-2) doc/src/sgml/html/catalog-pg-statistic-ext.html (+2/-2) doc/src/sgml/html/catalog-pg-statistic.html (+2/-2) doc/src/sgml/html/catalog-pg-subscription-rel.html (+2/-2) doc/src/sgml/html/catalog-pg-subscription.html (+2/-2) doc/src/sgml/html/catalog-pg-tablespace.html (+2/-2) doc/src/sgml/html/catalog-pg-transform.html (+2/-2) doc/src/sgml/html/catalog-pg-trigger.html (+2/-2) doc/src/sgml/html/catalog-pg-ts-config-map.html (+2/-2) doc/src/sgml/html/catalog-pg-ts-config.html (+2/-2) doc/src/sgml/html/catalog-pg-ts-dict.html (+2/-2) doc/src/sgml/html/catalog-pg-ts-parser.html (+2/-2) doc/src/sgml/html/catalog-pg-ts-template.html (+2/-2) doc/src/sgml/html/catalog-pg-type.html (+2/-2) doc/src/sgml/html/catalog-pg-user-mapping.html (+2/-2) doc/src/sgml/html/catalogs-overview.html (+2/-2) doc/src/sgml/html/catalogs.html (+2/-2) doc/src/sgml/html/charset.html (+2/-2) doc/src/sgml/html/checksums.html (+2/-2) doc/src/sgml/html/citext.html (+2/-2) doc/src/sgml/html/client-authentication-problems.html (+2/-2) doc/src/sgml/html/client-authentication.html (+2/-2) doc/src/sgml/html/client-interfaces.html (+2/-2) doc/src/sgml/html/collation.html (+2/-2) doc/src/sgml/html/color-when.html (+2/-2) doc/src/sgml/html/color-which.html (+2/-2) doc/src/sgml/html/color.html (+2/-2) doc/src/sgml/html/config-setting.html (+2/-2) doc/src/sgml/html/connect-estab.html (+2/-2) doc/src/sgml/html/continuous-archiving.html (+2/-2) doc/src/sgml/html/contrib-dblink-build-sql-delete.html (+2/-2) doc/src/sgml/html/contrib-dblink-build-sql-insert.html (+2/-2) doc/src/sgml/html/contrib-dblink-build-sql-update.html (+2/-2) doc/src/sgml/html/contrib-dblink-cancel-query.html (+2/-2) doc/src/sgml/html/contrib-dblink-close.html (+2/-2) doc/src/sgml/html/contrib-dblink-connect-u.html (+2/-2) doc/src/sgml/html/contrib-dblink-connect.html (+2/-2) doc/src/sgml/html/contrib-dblink-disconnect.html (+2/-2) doc/src/sgml/html/contrib-dblink-error-message.html (+2/-2) doc/src/sgml/html/contrib-dblink-exec.html (+2/-2) doc/src/sgml/html/contrib-dblink-fetch.html (+2/-2) doc/src/sgml/html/contrib-dblink-function.html (+2/-2) doc/src/sgml/html/contrib-dblink-get-connections.html (+2/-2) doc/src/sgml/html/contrib-dblink-get-notify.html (+2/-2) doc/src/sgml/html/contrib-dblink-get-pkey.html (+2/-2) doc/src/sgml/html/contrib-dblink-get-result.html (+2/-2) doc/src/sgml/html/contrib-dblink-is-busy.html (+2/-2) doc/src/sgml/html/contrib-dblink-open.html (+2/-2) doc/src/sgml/html/contrib-dblink-send-query.html (+2/-2) doc/src/sgml/html/contrib-prog-client.html (+2/-2) doc/src/sgml/html/contrib-prog-server.html (+2/-2) doc/src/sgml/html/contrib-prog.html (+2/-2) doc/src/sgml/html/contrib-spi.html (+2/-2) doc/src/sgml/html/contrib.html (+2/-2) doc/src/sgml/html/creating-cluster.html (+2/-2) doc/src/sgml/html/cube.html (+2/-2) doc/src/sgml/html/custom-scan-execution.html (+2/-2) doc/src/sgml/html/custom-scan-path.html (+2/-2) doc/src/sgml/html/custom-scan-plan.html (+2/-2) doc/src/sgml/html/custom-scan.html (+2/-2) doc/src/sgml/html/database-roles.html (+2/-2) doc/src/sgml/html/datatype-binary.html (+2/-2) doc/src/sgml/html/datatype-bit.html (+2/-2) doc/src/sgml/html/datatype-boolean.html (+2/-2) doc/src/sgml/html/datatype-character.html (+4/-2) doc/src/sgml/html/datatype-datetime.html (+2/-2) doc/src/sgml/html/datatype-enum.html (+2/-2) doc/src/sgml/html/datatype-geometric.html (+2/-2) doc/src/sgml/html/datatype-json.html (+2/-2) doc/src/sgml/html/datatype-money.html (+2/-2) doc/src/sgml/html/datatype-net-types.html (+2/-2) doc/src/sgml/html/datatype-numeric.html (+2/-2) doc/src/sgml/html/datatype-oid.html (+2/-2) doc/src/sgml/html/datatype-pg-lsn.html (+2/-2) doc/src/sgml/html/datatype-pseudo.html (+2/-2) doc/src/sgml/html/datatype-textsearch.html (+2/-2) doc/src/sgml/html/datatype-uuid.html (+2/-2) doc/src/sgml/html/datatype-xml.html (+2/-2) doc/src/sgml/html/datatype.html (+2/-2) doc/src/sgml/html/datetime-appendix.html (+2/-2) doc/src/sgml/html/datetime-config-files.html (+2/-2) doc/src/sgml/html/datetime-input-rules.html (+2/-2) doc/src/sgml/html/datetime-invalid-input.html (+2/-2) doc/src/sgml/html/datetime-julian-dates.html (+2/-2) doc/src/sgml/html/datetime-keywords.html (+2/-2) doc/src/sgml/html/datetime-posix-timezone-specs.html (+2/-2) doc/src/sgml/html/datetime-units-history.html (+2/-2) doc/src/sgml/html/dblink.html (+2/-2) doc/src/sgml/html/ddl-alter.html (+2/-2) doc/src/sgml/html/ddl-basics.html (+2/-2) doc/src/sgml/html/ddl-constraints.html (+2/-2) doc/src/sgml/html/ddl-default.html (+2/-2) doc/src/sgml/html/ddl-depend.html (+2/-2) doc/src/sgml/html/ddl-foreign-data.html (+2/-2) doc/src/sgml/html/ddl-generated-columns.html (+2/-2) doc/src/sgml/html/ddl-inherit.html (+2/-2) doc/src/sgml/html/ddl-others.html (+2/-2) doc/src/sgml/html/ddl-partitioning.html (+9/-8) doc/src/sgml/html/ddl-priv.html (+2/-2) doc/src/sgml/html/ddl-rowsecurity.html (+2/-2) doc/src/sgml/html/ddl-schemas.html (+2/-2) doc/src/sgml/html/ddl-system-columns.html (+2/-2) doc/src/sgml/html/ddl.html (+2/-2) doc/src/sgml/html/default-roles.html (+3/-3) doc/src/sgml/html/dict-int.html (+2/-2) doc/src/sgml/html/dict-xsyn.html (+2/-2) doc/src/sgml/html/different-replication-solutions.html (+2/-2) doc/src/sgml/html/disk-full.html (+2/-2) doc/src/sgml/html/disk-usage.html (+2/-2) doc/src/sgml/html/diskusage.html (+2/-2) doc/src/sgml/html/dml-delete.html (+2/-2) doc/src/sgml/html/dml-insert.html (+2/-2) doc/src/sgml/html/dml-returning.html (+2/-2) doc/src/sgml/html/dml-update.html (+2/-2) doc/src/sgml/html/dml.html (+2/-2) doc/src/sgml/html/docguide-authoring.html (+2/-2) doc/src/sgml/html/docguide-build.html (+2/-2) doc/src/sgml/html/docguide-docbook.html (+3/-3) doc/src/sgml/html/docguide-style.html (+2/-2) doc/src/sgml/html/docguide-toolsets.html (+2/-2) doc/src/sgml/html/docguide.html (+2/-2) doc/src/sgml/html/domains.html (+2/-2) doc/src/sgml/html/dynamic-trace.html (+2/-2) doc/src/sgml/html/earthdistance.html (+2/-2) doc/src/sgml/html/ecpg-commands.html (+2/-2) doc/src/sgml/html/ecpg-concept.html (+2/-2) doc/src/sgml/html/ecpg-connect.html (+2/-2) doc/src/sgml/html/ecpg-cpp.html (+2/-2) doc/src/sgml/html/ecpg-descriptors.html (+2/-2) doc/src/sgml/html/ecpg-develop.html (+2/-2) doc/src/sgml/html/ecpg-dynamic.html (+2/-2) doc/src/sgml/html/ecpg-errors.html (+2/-2) doc/src/sgml/html/ecpg-informix-compat.html (+2/-2) doc/src/sgml/html/ecpg-library.html (+2/-2) doc/src/sgml/html/ecpg-lo.html (+2/-2) doc/src/sgml/html/ecpg-oracle-compat.html (+2/-2) doc/src/sgml/html/ecpg-pgtypes.html (+2/-2) doc/src/sgml/html/ecpg-preproc.html (+2/-2) doc/src/sgml/html/ecpg-process.html (+2/-2) doc/src/sgml/html/ecpg-sql-allocate-descriptor.html (+2/-2) doc/src/sgml/html/ecpg-sql-commands.html (+2/-2) doc/src/sgml/html/ecpg-sql-connect.html (+2/-2) doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html (+2/-2) doc/src/sgml/html/ecpg-sql-declare-statement.html (+2/-2) doc/src/sgml/html/ecpg-sql-declare.html (+2/-2) doc/src/sgml/html/ecpg-sql-describe.html (+2/-2) doc/src/sgml/html/ecpg-sql-disconnect.html (+2/-2) doc/src/sgml/html/ecpg-sql-execute-immediate.html (+2/-2) doc/src/sgml/html/ecpg-sql-get-descriptor.html (+2/-2) doc/src/sgml/html/ecpg-sql-open.html (+2/-2) doc/src/sgml/html/ecpg-sql-prepare.html (+2/-2) doc/src/sgml/html/ecpg-sql-set-autocommit.html (+2/-2) doc/src/sgml/html/ecpg-sql-set-connection.html (+2/-2) doc/src/sgml/html/ecpg-sql-set-descriptor.html (+2/-2) doc/src/sgml/html/ecpg-sql-type.html (+2/-2) doc/src/sgml/html/ecpg-sql-var.html (+2/-2) doc/src/sgml/html/ecpg-sql-whenever.html (+2/-2) doc/src/sgml/html/ecpg-variables.html (+2/-2) doc/src/sgml/html/ecpg.html (+2/-2) doc/src/sgml/html/encryption-options.html (+2/-2) doc/src/sgml/html/errcodes-appendix.html (+3/-3) doc/src/sgml/html/error-message-reporting.html (+2/-2) doc/src/sgml/html/error-style-guide.html (+2/-2) doc/src/sgml/html/event-log-registration.html (+2/-2) doc/src/sgml/html/event-trigger-definition.html (+2/-2) doc/src/sgml/html/event-trigger-example.html (+2/-2) doc/src/sgml/html/event-trigger-interface.html (+2/-2) doc/src/sgml/html/event-trigger-matrix.html (+2/-2) doc/src/sgml/html/event-trigger-table-rewrite-example.html (+2/-2) doc/src/sgml/html/event-triggers.html (+2/-2) doc/src/sgml/html/executor.html (+2/-2) doc/src/sgml/html/explicit-joins.html (+2/-2) doc/src/sgml/html/explicit-locking.html (+2/-2) doc/src/sgml/html/extend-extensions.html (+2/-2) doc/src/sgml/html/extend-how.html (+2/-2) doc/src/sgml/html/extend-pgxs.html (+2/-2) doc/src/sgml/html/extend-type-system.html (+2/-2) doc/src/sgml/html/extend.html (+2/-2) doc/src/sgml/html/external-admin-tools.html (+2/-2) doc/src/sgml/html/external-extensions.html (+2/-2) doc/src/sgml/html/external-interfaces.html (+2/-2) doc/src/sgml/html/external-pl.html (+2/-2) doc/src/sgml/html/external-projects.html (+2/-2) doc/src/sgml/html/fdw-callbacks.html (+2/-2) doc/src/sgml/html/fdw-functions.html (+2/-2) doc/src/sgml/html/fdw-helpers.html (+2/-2) doc/src/sgml/html/fdw-planning.html (+2/-2) doc/src/sgml/html/fdw-row-locking.html (+2/-2) doc/src/sgml/html/fdwhandler.html (+2/-2) doc/src/sgml/html/features-sql-standard.html (+2/-2) doc/src/sgml/html/features.html (+2/-2) doc/src/sgml/html/file-fdw.html (+2/-2) doc/src/sgml/html/functions-admin.html (+4/-4) doc/src/sgml/html/functions-aggregate.html (+2/-2) doc/src/sgml/html/functions-array.html (+2/-2) doc/src/sgml/html/functions-binarystring.html (+2/-2) doc/src/sgml/html/functions-bitstring.html (+2/-2) doc/src/sgml/html/functions-comparison.html (+2/-2) doc/src/sgml/html/functions-comparisons.html (+2/-2) doc/src/sgml/html/functions-conditional.html (+2/-2) doc/src/sgml/html/functions-datetime.html (+2/-2) doc/src/sgml/html/functions-enum.html (+2/-2) doc/src/sgml/html/functions-event-triggers.html (+2/-2) doc/src/sgml/html/functions-formatting.html (+2/-2) doc/src/sgml/html/functions-geometry.html (+2/-2) doc/src/sgml/html/functions-info.html (+2/-2) doc/src/sgml/html/functions-json.html (+11/-12) doc/src/sgml/html/functions-logical.html (+2/-2) doc/src/sgml/html/functions-matching.html (+2/-2) doc/src/sgml/html/functions-math.html (+2/-2) doc/src/sgml/html/functions-net.html (+2/-2) doc/src/sgml/html/functions-range.html (+2/-2) doc/src/sgml/html/functions-sequence.html (+2/-2) doc/src/sgml/html/functions-srf.html (+2/-2) doc/src/sgml/html/functions-statistics.html (+2/-2) doc/src/sgml/html/functions-string.html (+2/-2) doc/src/sgml/html/functions-subquery.html (+2/-2) doc/src/sgml/html/functions-textsearch.html (+2/-2) doc/src/sgml/html/functions-trigger.html (+2/-2) doc/src/sgml/html/functions-uuid.html (+2/-2) doc/src/sgml/html/functions-window.html (+2/-2) doc/src/sgml/html/functions-xml.html (+2/-2) doc/src/sgml/html/functions.html (+2/-2) doc/src/sgml/html/fuzzystrmatch.html (+2/-2) doc/src/sgml/html/generic-wal.html (+2/-2) doc/src/sgml/html/geqo-biblio.html (+2/-2) doc/src/sgml/html/geqo-intro.html (+2/-2) doc/src/sgml/html/geqo-intro2.html (+2/-2) doc/src/sgml/html/geqo-pg-intro.html (+2/-2) doc/src/sgml/html/geqo.html (+2/-2) doc/src/sgml/html/gin-builtin-opclasses.html (+2/-2) doc/src/sgml/html/gin-examples.html (+2/-2) doc/src/sgml/html/gin-extensibility.html (+2/-2) doc/src/sgml/html/gin-implementation.html (+2/-2) doc/src/sgml/html/gin-intro.html (+2/-2) doc/src/sgml/html/gin-limit.html (+2/-2) doc/src/sgml/html/gin-tips.html (+2/-2) doc/src/sgml/html/gin.html (+1/-1) doc/src/sgml/html/gist-builtin-opclasses.html (+2/-2) doc/src/sgml/html/gist-examples.html (+2/-2) doc/src/sgml/html/gist-extensibility.html (+2/-2) doc/src/sgml/html/gist-implementation.html (+2/-2) doc/src/sgml/html/gist-intro.html (+2/-2) doc/src/sgml/html/gist.html (+1/-1) doc/src/sgml/html/git.html (+2/-2) doc/src/sgml/html/glossary.html (+2/-2) doc/src/sgml/html/gssapi-auth.html (+2/-2) doc/src/sgml/html/gssapi-enc.html (+2/-2) doc/src/sgml/html/hash-implementation.html (+2/-2) doc/src/sgml/html/hash-index.html (+1/-1) doc/src/sgml/html/hash-intro.html (+2/-2) doc/src/sgml/html/high-availability.html (+2/-2) doc/src/sgml/html/history.html (+2/-2) doc/src/sgml/html/hot-standby.html (+2/-2) doc/src/sgml/html/how-parallel-query-works.html (+2/-2) doc/src/sgml/html/hstore.html (+2/-2) doc/src/sgml/html/index-api.html (+2/-2) doc/src/sgml/html/index-cost-estimation.html (+2/-2) doc/src/sgml/html/index-functions.html (+2/-2) doc/src/sgml/html/index-locking.html (+2/-2) doc/src/sgml/html/index-scanning.html (+2/-2) doc/src/sgml/html/index-unique-checks.html (+2/-2) doc/src/sgml/html/index.html (+1/-1) doc/src/sgml/html/indexam.html (+4/-3) doc/src/sgml/html/indexes-bitmap-scans.html (+2/-2) doc/src/sgml/html/indexes-collations.html (+2/-2) doc/src/sgml/html/indexes-examine.html (+2/-2) doc/src/sgml/html/indexes-expressional.html (+3/-3) doc/src/sgml/html/indexes-index-only-scans.html (+2/-2) doc/src/sgml/html/indexes-intro.html (+5/-3) doc/src/sgml/html/indexes-multicolumn.html (+2/-2) doc/src/sgml/html/indexes-opclass.html (+2/-2) doc/src/sgml/html/indexes-ordering.html (+2/-2) doc/src/sgml/html/indexes-partial.html (+2/-2) doc/src/sgml/html/indexes-types.html (+3/-3) doc/src/sgml/html/indexes-unique.html (+2/-2) doc/src/sgml/html/indexes.html (+2/-2) doc/src/sgml/html/information-schema.html (+2/-2) doc/src/sgml/html/infoschema-administrable-role-authorizations.html (+2/-2) doc/src/sgml/html/infoschema-applicable-roles.html (+2/-2) doc/src/sgml/html/infoschema-attributes.html (+2/-2) doc/src/sgml/html/infoschema-character-sets.html (+2/-2) doc/src/sgml/html/infoschema-check-constraint-routine-usage.html (+2/-2) doc/src/sgml/html/infoschema-check-constraints.html (+2/-2) doc/src/sgml/html/infoschema-collation-character-set-applicab.html (+2/-2) doc/src/sgml/html/infoschema-collations.html (+2/-2) doc/src/sgml/html/infoschema-column-column-usage.html (+2/-2) doc/src/sgml/html/infoschema-column-domain-usage.html (+2/-2) doc/src/sgml/html/infoschema-column-options.html (+2/-2) doc/src/sgml/html/infoschema-column-privileges.html (+2/-2) doc/src/sgml/html/infoschema-column-udt-usage.html (+2/-2) doc/src/sgml/html/infoschema-columns.html (+2/-2) doc/src/sgml/html/infoschema-constraint-column-usage.html (+2/-2) doc/src/sgml/html/infoschema-constraint-table-usage.html (+2/-2) doc/src/sgml/html/infoschema-data-type-privileges.html (+2/-2) doc/src/sgml/html/infoschema-datatypes.html (+2/-2) doc/src/sgml/html/infoschema-domain-constraints.html (+2/-2) doc/src/sgml/html/infoschema-domain-udt-usage.html (+2/-2) doc/src/sgml/html/infoschema-domains.html (+2/-2) doc/src/sgml/html/infoschema-element-types.html (+2/-2) doc/src/sgml/html/infoschema-enabled-roles.html (+2/-2) doc/src/sgml/html/infoschema-foreign-data-wrapper-options.html (+2/-2) doc/src/sgml/html/infoschema-foreign-data-wrappers.html (+2/-2) doc/src/sgml/html/infoschema-foreign-server-options.html (+2/-2) doc/src/sgml/html/infoschema-foreign-servers.html (+2/-2) doc/src/sgml/html/infoschema-foreign-table-options.html (+2/-2) doc/src/sgml/html/infoschema-foreign-tables.html (+2/-2) doc/src/sgml/html/infoschema-information-schema-catalog-name.html (+2/-2) doc/src/sgml/html/infoschema-key-column-usage.html (+2/-2) doc/src/sgml/html/infoschema-parameters.html (+2/-2) doc/src/sgml/html/infoschema-referential-constraints.html (+2/-2) doc/src/sgml/html/infoschema-role-column-grants.html (+2/-2) doc/src/sgml/html/infoschema-role-routine-grants.html (+2/-2) doc/src/sgml/html/infoschema-role-table-grants.html (+2/-2) doc/src/sgml/html/infoschema-role-udt-grants.html (+2/-2) doc/src/sgml/html/infoschema-role-usage-grants.html (+2/-2) doc/src/sgml/html/infoschema-routine-column-usage.html (+2/-2) doc/src/sgml/html/infoschema-routine-privileges.html (+2/-2) doc/src/sgml/html/infoschema-routine-routine-usage.html (+2/-2) doc/src/sgml/html/infoschema-routine-sequence-usage.html (+2/-2) doc/src/sgml/html/infoschema-routine-table-usage.html (+2/-2) doc/src/sgml/html/infoschema-routines.html (+2/-2) doc/src/sgml/html/infoschema-schema.html (+2/-2) doc/src/sgml/html/infoschema-schemata.html (+2/-2) doc/src/sgml/html/infoschema-sequences.html (+2/-2) doc/src/sgml/html/infoschema-sql-features.html (+2/-2) doc/src/sgml/html/infoschema-sql-implementation-info.html (+2/-2) doc/src/sgml/html/infoschema-sql-parts.html (+2/-2) doc/src/sgml/html/infoschema-sql-sizing.html (+2/-2) doc/src/sgml/html/infoschema-table-constraints.html (+2/-2) doc/src/sgml/html/infoschema-table-privileges.html (+2/-2) doc/src/sgml/html/infoschema-tables.html (+2/-2) doc/src/sgml/html/infoschema-transforms.html (+2/-2) doc/src/sgml/html/infoschema-triggered-update-columns.html (+2/-2) doc/src/sgml/html/infoschema-triggers.html (+2/-2) doc/src/sgml/html/infoschema-udt-privileges.html (+2/-2) doc/src/sgml/html/infoschema-usage-privileges.html (+2/-2) doc/src/sgml/html/infoschema-user-defined-types.html (+2/-2) doc/src/sgml/html/infoschema-user-mapping-options.html (+2/-2) doc/src/sgml/html/infoschema-user-mappings.html (+2/-2) doc/src/sgml/html/infoschema-view-column-usage.html (+2/-2) doc/src/sgml/html/infoschema-view-routine-usage.html (+2/-2) doc/src/sgml/html/infoschema-view-table-usage.html (+2/-2) doc/src/sgml/html/infoschema-views.html (+2/-2) doc/src/sgml/html/install-binaries.html (+2/-2) doc/src/sgml/html/install-getsource.html (+8/-8) doc/src/sgml/html/install-post.html (+2/-2) doc/src/sgml/html/install-procedure.html (+3/-3) doc/src/sgml/html/install-requirements.html (+2/-2) doc/src/sgml/html/install-short.html (+2/-2) doc/src/sgml/html/install-windows-full.html (+3/-3) doc/src/sgml/html/install-windows.html (+2/-2) doc/src/sgml/html/installation-platform-notes.html (+2/-2) doc/src/sgml/html/installation.html (+2/-2) doc/src/sgml/html/intagg.html (+2/-2) doc/src/sgml/html/intarray.html (+2/-2) doc/src/sgml/html/internals.html (+2/-2) doc/src/sgml/html/intro-whatis.html (+2/-2) doc/src/sgml/html/isn.html (+2/-2) doc/src/sgml/html/jit-configuration.html (+2/-2) doc/src/sgml/html/jit-decision.html (+2/-2) doc/src/sgml/html/jit-extensibility.html (+2/-2) doc/src/sgml/html/jit-reason.html (+2/-2) doc/src/sgml/html/jit.html (+2/-2) doc/src/sgml/html/kernel-resources.html (+22/-7) doc/src/sgml/html/largeobjects.html (+2/-2) doc/src/sgml/html/libpq-async.html (+2/-2) doc/src/sgml/html/libpq-build.html (+2/-2) doc/src/sgml/html/libpq-cancel.html (+2/-2) doc/src/sgml/html/libpq-connect.html (+6/-8) doc/src/sgml/html/libpq-control.html (+2/-2) doc/src/sgml/html/libpq-copy.html (+2/-2) doc/src/sgml/html/libpq-envars.html (+2/-2) doc/src/sgml/html/libpq-events.html (+2/-2) doc/src/sgml/html/libpq-example.html (+2/-2) doc/src/sgml/html/libpq-exec.html (+2/-2) doc/src/sgml/html/libpq-fastpath.html (+2/-2) doc/src/sgml/html/libpq-ldap.html (+2/-2) doc/src/sgml/html/libpq-misc.html (+2/-2) doc/src/sgml/html/libpq-notice-processing.html (+2/-2) doc/src/sgml/html/libpq-notify.html (+2/-2) doc/src/sgml/html/libpq-pgpass.html (+2/-2) doc/src/sgml/html/libpq-pgservice.html (+2/-2) doc/src/sgml/html/libpq-pipeline-mode.html (+2/-2) doc/src/sgml/html/libpq-single-row-mode.html (+2/-2) doc/src/sgml/html/libpq-ssl.html (+2/-2) doc/src/sgml/html/libpq-status.html (+3/-5) doc/src/sgml/html/libpq-threading.html (+2/-2) doc/src/sgml/html/libpq.html (+2/-2) doc/src/sgml/html/limits.html (+2/-2) doc/src/sgml/html/lo-examplesect.html (+2/-2) doc/src/sgml/html/lo-funcs.html (+2/-2) doc/src/sgml/html/lo-implementation.html (+2/-2) doc/src/sgml/html/lo-interfaces.html (+2/-2) doc/src/sgml/html/lo-intro.html (+2/-2) doc/src/sgml/html/lo.html (+2/-2) doc/src/sgml/html/locale.html (+2/-2) doc/src/sgml/html/locking-indexes.html (+2/-2) doc/src/sgml/html/logfile-maintenance.html (+15/-3) doc/src/sgml/html/logical-replication-architecture.html (+2/-2) doc/src/sgml/html/logical-replication-config.html (+2/-2) doc/src/sgml/html/logical-replication-conflicts.html (+2/-2) doc/src/sgml/html/logical-replication-monitoring.html (+2/-2) doc/src/sgml/html/logical-replication-publication.html (+2/-2) doc/src/sgml/html/logical-replication-quick-setup.html (+2/-2) doc/src/sgml/html/logical-replication-restrictions.html (+2/-2) doc/src/sgml/html/logical-replication-security.html (+2/-2) doc/src/sgml/html/logical-replication-subscription.html (+2/-2) doc/src/sgml/html/logical-replication.html (+2/-2) doc/src/sgml/html/logicaldecoding-catalogs.html (+2/-2) doc/src/sgml/html/logicaldecoding-example.html (+2/-2) doc/src/sgml/html/logicaldecoding-explanation.html (+2/-2) doc/src/sgml/html/logicaldecoding-output-plugin.html (+2/-2) doc/src/sgml/html/logicaldecoding-sql.html (+2/-2) doc/src/sgml/html/logicaldecoding-streaming.html (+2/-2) doc/src/sgml/html/logicaldecoding-synchronous.html (+2/-2) doc/src/sgml/html/logicaldecoding-two-phase-commits.html (+2/-2) doc/src/sgml/html/logicaldecoding-walsender.html (+2/-2) doc/src/sgml/html/logicaldecoding-writer.html (+2/-2) doc/src/sgml/html/logicaldecoding.html (+2/-2) doc/src/sgml/html/ltree.html (+2/-2) doc/src/sgml/html/maintenance.html (+2/-2) doc/src/sgml/html/manage-ag-config.html (+2/-2) doc/src/sgml/html/manage-ag-createdb.html (+2/-2) doc/src/sgml/html/manage-ag-dropdb.html (+2/-2) doc/src/sgml/html/manage-ag-overview.html (+2/-2) doc/src/sgml/html/manage-ag-tablespaces.html (+2/-2) doc/src/sgml/html/manage-ag-templatedbs.html (+2/-2) doc/src/sgml/html/managing-databases.html (+2/-2) doc/src/sgml/html/monitoring-locks.html (+2/-2) doc/src/sgml/html/monitoring-ps.html (+2/-2) doc/src/sgml/html/monitoring-stats.html (+23/-16) doc/src/sgml/html/monitoring.html (+2/-2) doc/src/sgml/html/multibyte.html (+2/-2) doc/src/sgml/html/multivariate-statistics-examples.html (+2/-2) doc/src/sgml/html/mvcc-caveats.html (+2/-2) doc/src/sgml/html/mvcc-intro.html (+2/-2) doc/src/sgml/html/mvcc.html (+2/-2) doc/src/sgml/html/nls-programmer.html (+2/-2) doc/src/sgml/html/nls-translator.html (+2/-2) doc/src/sgml/html/nls.html (+1/-1) doc/src/sgml/html/non-durability.html (+2/-2) doc/src/sgml/html/notation.html (+2/-2) doc/src/sgml/html/oid2name.html (+2/-2) doc/src/sgml/html/oldsnapshot.html (+2/-2) doc/src/sgml/html/overview.html (+2/-2) doc/src/sgml/html/pageinspect.html (+2/-2) doc/src/sgml/html/parallel-plans.html (+5/-4) doc/src/sgml/html/parallel-query.html (+2/-2) doc/src/sgml/html/parallel-safety.html (+2/-2) doc/src/sgml/html/parser-stage.html (+2/-2) doc/src/sgml/html/passwordcheck.html (+2/-2) doc/src/sgml/html/performance-tips.html (+2/-2) doc/src/sgml/html/perm-functions.html (+2/-2) doc/src/sgml/html/pgarchivecleanup.html (+2/-2) doc/src/sgml/html/pgbench.html (+2/-2) doc/src/sgml/html/pgbuffercache.html (+2/-2) doc/src/sgml/html/pgcrypto.html (+5/-4) doc/src/sgml/html/pgfreespacemap.html (+2/-2) doc/src/sgml/html/pgprewarm.html (+2/-2) doc/src/sgml/html/pgrowlocks.html (+2/-2) doc/src/sgml/html/pgstatstatements.html (+2/-2) doc/src/sgml/html/pgstattuple.html (+2/-2) doc/src/sgml/html/pgsurgery.html (+2/-2) doc/src/sgml/html/pgtestfsync.html (+2/-2) doc/src/sgml/html/pgtesttiming.html (+2/-2) doc/src/sgml/html/pgtrgm.html (+2/-2) doc/src/sgml/html/pgupgrade.html (+2/-2) doc/src/sgml/html/pgvisibility.html (+2/-2) doc/src/sgml/html/pgwaldump.html (+2/-2) doc/src/sgml/html/pgxlogdump.html (+3/-3) doc/src/sgml/html/planner-optimizer.html (+2/-2) doc/src/sgml/html/planner-stats-details.html (+2/-2) doc/src/sgml/html/planner-stats-security.html (+2/-2) doc/src/sgml/html/planner-stats.html (+2/-2) doc/src/sgml/html/plhandler.html (+2/-2) doc/src/sgml/html/plperl-builtins.html (+2/-2) doc/src/sgml/html/plperl-data.html (+2/-2) doc/src/sgml/html/plperl-event-triggers.html (+2/-2) doc/src/sgml/html/plperl-funcs.html (+2/-2) doc/src/sgml/html/plperl-global.html (+2/-2) doc/src/sgml/html/plperl-triggers.html (+2/-2) doc/src/sgml/html/plperl-trusted.html (+2/-2) doc/src/sgml/html/plperl-under-the-hood.html (+2/-2) doc/src/sgml/html/plperl.html (+2/-2) doc/src/sgml/html/plpgsql-control-structures.html (+2/-2) doc/src/sgml/html/plpgsql-cursors.html (+2/-2) doc/src/sgml/html/plpgsql-declarations.html (+2/-2) doc/src/sgml/html/plpgsql-development-tips.html (+2/-2) doc/src/sgml/html/plpgsql-errors-and-messages.html (+2/-2) doc/src/sgml/html/plpgsql-expressions.html (+2/-2) doc/src/sgml/html/plpgsql-implementation.html (+2/-2) doc/src/sgml/html/plpgsql-overview.html (+2/-2) doc/src/sgml/html/plpgsql-porting.html (+2/-2) doc/src/sgml/html/plpgsql-statements.html (+2/-2) doc/src/sgml/html/plpgsql-structure.html (+2/-2) doc/src/sgml/html/plpgsql-transactions.html (+2/-2) doc/src/sgml/html/plpgsql-trigger.html (+2/-2) doc/src/sgml/html/plpgsql.html (+1/-1) doc/src/sgml/html/plpython-data.html (+2/-2) doc/src/sgml/html/plpython-database.html (+2/-2) doc/src/sgml/html/plpython-do.html (+2/-2) doc/src/sgml/html/plpython-envar.html (+2/-2) doc/src/sgml/html/plpython-funcs.html (+2/-2) doc/src/sgml/html/plpython-python23.html (+2/-2) doc/src/sgml/html/plpython-sharing.html (+2/-2) doc/src/sgml/html/plpython-subtransaction.html (+2/-2) doc/src/sgml/html/plpython-transactions.html (+2/-2) doc/src/sgml/html/plpython-trigger.html (+2/-2) doc/src/sgml/html/plpython-util.html (+2/-2) doc/src/sgml/html/plpython.html (+2/-2) doc/src/sgml/html/pltcl-config.html (+2/-2) doc/src/sgml/html/pltcl-data.html (+2/-2) doc/src/sgml/html/pltcl-dbaccess.html (+2/-2) doc/src/sgml/html/pltcl-error-handling.html (+2/-2) doc/src/sgml/html/pltcl-event-trigger.html (+2/-2) doc/src/sgml/html/pltcl-functions.html (+2/-2) doc/src/sgml/html/pltcl-global.html (+2/-2) doc/src/sgml/html/pltcl-overview.html (+2/-2) doc/src/sgml/html/pltcl-procnames.html (+2/-2) doc/src/sgml/html/pltcl-subtransactions.html (+2/-2) doc/src/sgml/html/pltcl-transactions.html (+2/-2) doc/src/sgml/html/pltcl-trigger.html (+2/-2) doc/src/sgml/html/pltcl.html (+2/-2) doc/src/sgml/html/populate.html (+2/-2) doc/src/sgml/html/postgres-fdw.html (+2/-2) doc/src/sgml/html/postgres-user.html (+2/-2) doc/src/sgml/html/predefined-roles.html (+2/-2) doc/src/sgml/html/preface.html (+2/-2) doc/src/sgml/html/preventing-server-spoofing.html (+2/-2) doc/src/sgml/html/progress-reporting.html (+2/-2) doc/src/sgml/html/protocol-changes.html (+2/-2) doc/src/sgml/html/protocol-error-fields.html (+2/-2) doc/src/sgml/html/protocol-flow.html (+2/-2) doc/src/sgml/html/protocol-logical-replication.html (+2/-2) doc/src/sgml/html/protocol-logicalrep-message-formats.html (+2/-2) doc/src/sgml/html/protocol-message-formats.html (+2/-2) doc/src/sgml/html/protocol-message-types.html (+2/-2) doc/src/sgml/html/protocol-overview.html (+2/-2) doc/src/sgml/html/protocol-replication.html (+2/-2) doc/src/sgml/html/protocol.html (+2/-2) doc/src/sgml/html/queries-limit.html (+2/-2) doc/src/sgml/html/queries-order.html (+2/-2) doc/src/sgml/html/queries-overview.html (+2/-2) doc/src/sgml/html/queries-select-lists.html (+2/-2) doc/src/sgml/html/queries-table-expressions.html (+2/-2) doc/src/sgml/html/queries-union.html (+2/-2) doc/src/sgml/html/queries-values.html (+2/-2) doc/src/sgml/html/queries-with.html (+5/-6) doc/src/sgml/html/queries.html (+2/-2) doc/src/sgml/html/query-path.html (+2/-2) doc/src/sgml/html/querytree.html (+2/-2) doc/src/sgml/html/rangetypes.html (+2/-2) doc/src/sgml/html/recovery-config.html (+3/-3) doc/src/sgml/html/reference-client.html (+2/-2) doc/src/sgml/html/reference-server.html (+2/-2) doc/src/sgml/html/reference.html (+2/-2) doc/src/sgml/html/regress-coverage.html (+2/-2) doc/src/sgml/html/regress-evaluation.html (+2/-2) doc/src/sgml/html/regress-run.html (+2/-2) doc/src/sgml/html/regress-tap.html (+2/-2) doc/src/sgml/html/regress-variant.html (+2/-2) doc/src/sgml/html/regress.html (+2/-2) doc/src/sgml/html/release-14-1.html (+5/-5) doc/src/sgml/html/release-14-2.html (+6/-6) doc/src/sgml/html/release-14-3.html (+6/-6) doc/src/sgml/html/release-14-4.html (+6/-6) doc/src/sgml/html/release-14-5.html (+6/-6) doc/src/sgml/html/release-14-6.html (+338/-0) doc/src/sgml/html/release-14.html (+31/-31) doc/src/sgml/html/release-prior.html (+2/-2) doc/src/sgml/html/release.html (+2/-2) doc/src/sgml/html/replication-origins.html (+2/-2) doc/src/sgml/html/resources.html (+2/-2) doc/src/sgml/html/role-attributes.html (+14/-2) doc/src/sgml/html/role-membership.html (+2/-2) doc/src/sgml/html/role-removal.html (+2/-2) doc/src/sgml/html/routine-reindex.html (+2/-2) doc/src/sgml/html/routine-vacuuming.html (+2/-2) doc/src/sgml/html/row-estimation-examples.html (+2/-2) doc/src/sgml/html/rowtypes.html (+2/-2) doc/src/sgml/html/rule-system.html (+2/-2) doc/src/sgml/html/rules-materializedviews.html (+2/-2) doc/src/sgml/html/rules-privileges.html (+2/-2) doc/src/sgml/html/rules-status.html (+2/-2) doc/src/sgml/html/rules-triggers.html (+2/-2) doc/src/sgml/html/rules-update.html (+2/-2) doc/src/sgml/html/rules-views.html (+2/-2) doc/src/sgml/html/rules.html (+2/-2) doc/src/sgml/html/runtime-config-autovacuum.html (+2/-2) doc/src/sgml/html/runtime-config-client.html (+2/-2) doc/src/sgml/html/runtime-config-compatible.html (+2/-2) doc/src/sgml/html/runtime-config-connection.html (+2/-2) doc/src/sgml/html/runtime-config-custom.html (+2/-2) doc/src/sgml/html/runtime-config-developer.html (+2/-2) doc/src/sgml/html/runtime-config-error-handling.html (+2/-2) doc/src/sgml/html/runtime-config-file-locations.html (+2/-2) doc/src/sgml/html/runtime-config-locks.html (+2/-2) doc/src/sgml/html/runtime-config-logging.html (+30/-24) doc/src/sgml/html/runtime-config-preset.html (+2/-2) doc/src/sgml/html/runtime-config-query.html (+2/-2) doc/src/sgml/html/runtime-config-replication.html (+4/-3) doc/src/sgml/html/runtime-config-resource.html (+2/-2) doc/src/sgml/html/runtime-config-short.html (+2/-2) doc/src/sgml/html/runtime-config-statistics.html (+2/-2) doc/src/sgml/html/runtime-config-wal.html (+16/-14) doc/src/sgml/html/runtime-config.html (+2/-2) doc/src/sgml/html/runtime.html (+2/-2) doc/src/sgml/html/sasl-authentication.html (+2/-2) doc/src/sgml/html/seg.html (+2/-2) doc/src/sgml/html/sepgsql.html (+2/-2) doc/src/sgml/html/server-programming.html (+2/-2) doc/src/sgml/html/server-shutdown.html (+2/-2) doc/src/sgml/html/server-start.html (+4/-2) doc/src/sgml/html/source-conventions.html (+2/-2) doc/src/sgml/html/source-format.html (+2/-2) doc/src/sgml/html/source.html (+1/-1) doc/src/sgml/html/sourcerepo.html (+2/-2) doc/src/sgml/html/spgist-builtin-opclasses.html (+2/-2) doc/src/sgml/html/spgist-examples.html (+2/-2) doc/src/sgml/html/spgist-extensibility.html (+2/-2) doc/src/sgml/html/spgist-implementation.html (+2/-2) doc/src/sgml/html/spgist-intro.html (+2/-2) doc/src/sgml/html/spgist.html (+1/-1) doc/src/sgml/html/spi-examples.html (+2/-2) doc/src/sgml/html/spi-interface-support.html (+2/-2) doc/src/sgml/html/spi-interface.html (+2/-2) doc/src/sgml/html/spi-memory.html (+2/-2) doc/src/sgml/html/spi-realloc.html (+2/-2) doc/src/sgml/html/spi-spi-commit.html (+2/-2) doc/src/sgml/html/spi-spi-connect.html (+2/-2) doc/src/sgml/html/spi-spi-copytuple.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-close.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-fetch.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-find.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-move.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-open-with-args.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-open-with-paramlist.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-open.html (+2/-2) doc/src/sgml/html/spi-spi-cursor-parse-open.html (+2/-2) doc/src/sgml/html/spi-spi-exec.html (+2/-2) doc/src/sgml/html/spi-spi-execp.html (+2/-2) doc/src/sgml/html/spi-spi-execute-extended.html (+2/-2) doc/src/sgml/html/spi-spi-execute-plan-extended.html (+2/-2) doc/src/sgml/html/spi-spi-execute-plan-with-paramlist.html (+2/-2) doc/src/sgml/html/spi-spi-execute-plan.html (+2/-2) doc/src/sgml/html/spi-spi-execute-with-args.html (+2/-2) doc/src/sgml/html/spi-spi-execute.html (+2/-2) doc/src/sgml/html/spi-spi-finish.html (+2/-2) doc/src/sgml/html/spi-spi-fname.html (+2/-2) doc/src/sgml/html/spi-spi-fnumber.html (+2/-2) doc/src/sgml/html/spi-spi-freeplan.html (+2/-2) doc/src/sgml/html/spi-spi-freetuple.html (+2/-2) doc/src/sgml/html/spi-spi-freetupletable.html (+2/-2) doc/src/sgml/html/spi-spi-getargcount.html (+2/-2) doc/src/sgml/html/spi-spi-getargtypeid.html (+2/-2) doc/src/sgml/html/spi-spi-getbinval.html (+2/-2) doc/src/sgml/html/spi-spi-getnspname.html (+2/-2) doc/src/sgml/html/spi-spi-getrelname.html (+2/-2) doc/src/sgml/html/spi-spi-gettype.html (+2/-2) doc/src/sgml/html/spi-spi-gettypeid.html (+2/-2) doc/src/sgml/html/spi-spi-getvalue.html (+2/-2) doc/src/sgml/html/spi-spi-is-cursor-plan.html (+2/-2) doc/src/sgml/html/spi-spi-keepplan.html (+2/-2) doc/src/sgml/html/spi-spi-modifytuple.html (+2/-2) doc/src/sgml/html/spi-spi-palloc.html (+2/-2) doc/src/sgml/html/spi-spi-pfree.html (+2/-2) doc/src/sgml/html/spi-spi-prepare-cursor.html (+2/-2) doc/src/sgml/html/spi-spi-prepare-extended.html (+2/-2) doc/src/sgml/html/spi-spi-prepare-params.html (+2/-2) doc/src/sgml/html/spi-spi-prepare.html (+2/-2) doc/src/sgml/html/spi-spi-register-relation.html (+2/-2) doc/src/sgml/html/spi-spi-register-trigger-data.html (+2/-2) doc/src/sgml/html/spi-spi-result-code-string.html (+2/-2) doc/src/sgml/html/spi-spi-returntuple.html (+2/-2) doc/src/sgml/html/spi-spi-rollback.html (+2/-2) doc/src/sgml/html/spi-spi-saveplan.html (+2/-2) doc/src/sgml/html/spi-spi-scroll-cursor-fetch.html (+2/-2) doc/src/sgml/html/spi-spi-scroll-cursor-move.html (+2/-2) doc/src/sgml/html/spi-spi-start-transaction.html (+2/-2) doc/src/sgml/html/spi-spi-unregister-relation.html (+2/-2) doc/src/sgml/html/spi-transaction.html (+2/-2) doc/src/sgml/html/spi-visibility.html (+2/-2) doc/src/sgml/html/spi.html (+2/-2) doc/src/sgml/html/sql-abort.html (+2/-2) doc/src/sgml/html/sql-alteraggregate.html (+2/-2) doc/src/sgml/html/sql-altercollation.html (+2/-2) doc/src/sgml/html/sql-alterconversion.html (+2/-2) doc/src/sgml/html/sql-alterdatabase.html (+2/-2) doc/src/sgml/html/sql-alterdefaultprivileges.html (+2/-2) doc/src/sgml/html/sql-alterdomain.html (+2/-2) doc/src/sgml/html/sql-altereventtrigger.html (+2/-2) doc/src/sgml/html/sql-alterextension.html (+2/-2) doc/src/sgml/html/sql-alterforeigndatawrapper.html (+2/-2) doc/src/sgml/html/sql-alterforeigntable.html (+2/-2) doc/src/sgml/html/sql-alterfunction.html (+2/-2) doc/src/sgml/html/sql-altergroup.html (+2/-2) doc/src/sgml/html/sql-alterindex.html (+2/-2) doc/src/sgml/html/sql-alterlanguage.html (+2/-2) doc/src/sgml/html/sql-alterlargeobject.html (+2/-2) doc/src/sgml/html/sql-altermaterializedview.html (+2/-2) doc/src/sgml/html/sql-alteropclass.html (+2/-2) doc/src/sgml/html/sql-alteroperator.html (+2/-2) doc/src/sgml/html/sql-alteropfamily.html (+2/-2) doc/src/sgml/html/sql-alterpolicy.html (+2/-2) doc/src/sgml/html/sql-alterprocedure.html (+2/-2) doc/src/sgml/html/sql-alterpublication.html (+2/-2) doc/src/sgml/html/sql-alterrole.html (+2/-2) doc/src/sgml/html/sql-alterroutine.html (+2/-2) doc/src/sgml/html/sql-alterrule.html (+2/-2) doc/src/sgml/html/sql-alterschema.html (+2/-2) doc/src/sgml/html/sql-altersequence.html (+2/-2) doc/src/sgml/html/sql-alterserver.html (+2/-2) doc/src/sgml/html/sql-alterstatistics.html (+2/-2) doc/src/sgml/html/sql-altersubscription.html (+2/-2) doc/src/sgml/html/sql-altersystem.html (+2/-2) doc/src/sgml/html/sql-altertable.html (+2/-2) doc/src/sgml/html/sql-altertablespace.html (+2/-2) doc/src/sgml/html/sql-altertrigger.html (+2/-2) doc/src/sgml/html/sql-altertsconfig.html (+2/-2) doc/src/sgml/html/sql-altertsdictionary.html (+2/-2) doc/src/sgml/html/sql-altertsparser.html (+2/-2) doc/src/sgml/html/sql-altertstemplate.html (+2/-2) doc/src/sgml/html/sql-altertype.html (+2/-2) doc/src/sgml/html/sql-alteruser.html (+2/-2) doc/src/sgml/html/sql-alterusermapping.html (+2/-2) doc/src/sgml/html/sql-alterview.html (+2/-2) doc/src/sgml/html/sql-analyze.html (+9/-15) doc/src/sgml/html/sql-begin.html (+2/-2) doc/src/sgml/html/sql-call.html (+2/-2) doc/src/sgml/html/sql-checkpoint.html (+2/-2) doc/src/sgml/html/sql-close.html (+2/-2) doc/src/sgml/html/sql-cluster.html (+2/-2) doc/src/sgml/html/sql-commands.html (+2/-2) doc/src/sgml/html/sql-comment.html (+2/-2) doc/src/sgml/html/sql-commit-prepared.html (+2/-2) doc/src/sgml/html/sql-commit.html (+2/-2) doc/src/sgml/html/sql-copy.html (+2/-2) doc/src/sgml/html/sql-create-access-method.html (+2/-2) doc/src/sgml/html/sql-createaggregate.html (+2/-2) doc/src/sgml/html/sql-createcast.html (+2/-2) doc/src/sgml/html/sql-createcollation.html (+2/-2) doc/src/sgml/html/sql-createconversion.html (+2/-2) doc/src/sgml/html/sql-createdatabase.html (+4/-4) doc/src/sgml/html/sql-createdomain.html (+2/-2) doc/src/sgml/html/sql-createeventtrigger.html (+2/-2) doc/src/sgml/html/sql-createextension.html (+2/-2) doc/src/sgml/html/sql-createforeigndatawrapper.html (+2/-2) doc/src/sgml/html/sql-createforeigntable.html (+2/-2) doc/src/sgml/html/sql-createfunction.html (+2/-2) doc/src/sgml/html/sql-creategroup.html (+2/-2) doc/src/sgml/html/sql-createindex.html (+5/-4) doc/src/sgml/html/sql-createlanguage.html (+2/-2) doc/src/sgml/html/sql-creatematerializedview.html (+2/-2) doc/src/sgml/html/sql-createopclass.html (+2/-2) doc/src/sgml/html/sql-createoperator.html (+2/-2) doc/src/sgml/html/sql-createopfamily.html (+2/-2) doc/src/sgml/html/sql-createpolicy.html (+2/-2) doc/src/sgml/html/sql-createprocedure.html (+2/-2) doc/src/sgml/html/sql-createpublication.html (+4/-4) doc/src/sgml/html/sql-createrole.html (+2/-2) doc/src/sgml/html/sql-createrule.html (+2/-2) doc/src/sgml/html/sql-createschema.html (+2/-2) doc/src/sgml/html/sql-createsequence.html (+3/-3) doc/src/sgml/html/sql-createserver.html (+2/-2) doc/src/sgml/html/sql-createstatistics.html (+4/-3) doc/src/sgml/html/sql-createsubscription.html (+2/-2) doc/src/sgml/html/sql-createtable.html (+5/-3) doc/src/sgml/html/sql-createtableas.html (+4/-5) doc/src/sgml/html/sql-createtablespace.html (+2/-2) doc/src/sgml/html/sql-createtransform.html (+2/-2) doc/src/sgml/html/sql-createtrigger.html (+2/-2) doc/src/sgml/html/sql-createtsconfig.html (+2/-2) doc/src/sgml/html/sql-createtsdictionary.html (+2/-2) doc/src/sgml/html/sql-createtsparser.html (+2/-2) doc/src/sgml/html/sql-createtstemplate.html (+2/-2) doc/src/sgml/html/sql-createtype.html (+2/-2) doc/src/sgml/html/sql-createuser.html (+2/-2) doc/src/sgml/html/sql-createusermapping.html (+2/-2) doc/src/sgml/html/sql-createview.html (+2/-2) doc/src/sgml/html/sql-deallocate.html (+2/-2) doc/src/sgml/html/sql-declare.html (+2/-2) doc/src/sgml/html/sql-delete.html (+2/-2) doc/src/sgml/html/sql-discard.html (+2/-2) doc/src/sgml/html/sql-do.html (+2/-2) doc/src/sgml/html/sql-drop-access-method.html (+2/-2) doc/src/sgml/html/sql-drop-owned.html (+2/-2) doc/src/sgml/html/sql-dropaggregate.html (+2/-2) doc/src/sgml/html/sql-dropcast.html (+2/-2) doc/src/sgml/html/sql-dropcollation.html (+2/-2) doc/src/sgml/html/sql-dropconversion.html (+2/-2) doc/src/sgml/html/sql-dropdatabase.html (+2/-2) doc/src/sgml/html/sql-dropdomain.html (+2/-2) doc/src/sgml/html/sql-dropeventtrigger.html (+2/-2) doc/src/sgml/html/sql-dropextension.html (+6/-6) doc/src/sgml/html/sql-dropforeigndatawrapper.html (+2/-2) doc/src/sgml/html/sql-dropforeigntable.html (+2/-2) doc/src/sgml/html/sql-dropfunction.html (+2/-2) doc/src/sgml/html/sql-dropgroup.html (+2/-2) doc/src/sgml/html/sql-dropindex.html (+2/-2) doc/src/sgml/html/sql-droplanguage.html (+2/-2) doc/src/sgml/html/sql-dropmaterializedview.html (+2/-2) doc/src/sgml/html/sql-dropopclass.html (+2/-2) doc/src/sgml/html/sql-dropoperator.html (+2/-2) doc/src/sgml/html/sql-dropopfamily.html (+2/-2) doc/src/sgml/html/sql-droppolicy.html (+2/-2) doc/src/sgml/html/sql-dropprocedure.html (+2/-2) doc/src/sgml/html/sql-droppublication.html (+2/-2) doc/src/sgml/html/sql-droprole.html (+2/-2) doc/src/sgml/html/sql-droproutine.html (+2/-2) doc/src/sgml/html/sql-droprule.html (+2/-2) doc/src/sgml/html/sql-dropschema.html (+2/-2) doc/src/sgml/html/sql-dropsequence.html (+2/-2) doc/src/sgml/html/sql-dropserver.html (+2/-2) doc/src/sgml/html/sql-dropstatistics.html (+2/-2) doc/src/sgml/html/sql-dropsubscription.html (+2/-2) doc/src/sgml/html/sql-droptable.html (+2/-2) doc/src/sgml/html/sql-droptablespace.html (+2/-2) doc/src/sgml/html/sql-droptransform.html (+2/-2) doc/src/sgml/html/sql-droptrigger.html (+2/-2) doc/src/sgml/html/sql-droptsconfig.html (+2/-2) doc/src/sgml/html/sql-droptsdictionary.html (+2/-2) doc/src/sgml/html/sql-droptsparser.html (+2/-2) doc/src/sgml/html/sql-droptstemplate.html (+2/-2) doc/src/sgml/html/sql-droptype.html (+2/-2) doc/src/sgml/html/sql-dropuser.html (+2/-2) doc/src/sgml/html/sql-dropusermapping.html (+2/-2) doc/src/sgml/html/sql-dropview.html (+2/-2) doc/src/sgml/html/sql-end.html (+2/-2) doc/src/sgml/html/sql-execute.html (+2/-2) doc/src/sgml/html/sql-explain.html (+2/-2) doc/src/sgml/html/sql-expressions.html (+2/-2) doc/src/sgml/html/sql-fetch.html (+5/-4) doc/src/sgml/html/sql-grant.html (+2/-2) doc/src/sgml/html/sql-importforeignschema.html (+2/-2) doc/src/sgml/html/sql-insert.html (+2/-2) doc/src/sgml/html/sql-keywords-appendix.html (+3/-3) doc/src/sgml/html/sql-listen.html (+2/-2) doc/src/sgml/html/sql-load.html (+2/-2) doc/src/sgml/html/sql-lock.html (+2/-2) doc/src/sgml/html/sql-move.html (+5/-4) doc/src/sgml/html/sql-notify.html (+2/-2) doc/src/sgml/html/sql-prepare-transaction.html (+2/-2) doc/src/sgml/html/sql-prepare.html (+2/-2) doc/src/sgml/html/sql-reassign-owned.html (+2/-2) doc/src/sgml/html/sql-refreshmaterializedview.html (+2/-2) doc/src/sgml/html/sql-reindex.html (+2/-2) doc/src/sgml/html/sql-release-savepoint.html (+2/-2) doc/src/sgml/html/sql-reset.html (+2/-2) doc/src/sgml/html/sql-revoke.html (+2/-2) doc/src/sgml/html/sql-rollback-prepared.html (+2/-2) doc/src/sgml/html/sql-rollback-to.html (+2/-2) doc/src/sgml/html/sql-rollback.html (+2/-2) doc/src/sgml/html/sql-savepoint.html (+2/-2) doc/src/sgml/html/sql-security-label.html (+2/-2) doc/src/sgml/html/sql-select.html (+19/-19) doc/src/sgml/html/sql-selectinto.html (+2/-2) doc/src/sgml/html/sql-set-constraints.html (+2/-2) doc/src/sgml/html/sql-set-role.html (+2/-2) doc/src/sgml/html/sql-set-session-authorization.html (+2/-2) doc/src/sgml/html/sql-set-transaction.html (+3/-3) doc/src/sgml/html/sql-set.html (+7/-6) doc/src/sgml/html/sql-show.html (+2/-2) doc/src/sgml/html/sql-start-transaction.html (+2/-2) doc/src/sgml/html/sql-syntax-calling-funcs.html (+2/-2) doc/src/sgml/html/sql-syntax-lexical.html (+2/-2) doc/src/sgml/html/sql-syntax.html (+2/-2) doc/src/sgml/html/sql-truncate.html (+2/-2) doc/src/sgml/html/sql-unlisten.html (+2/-2) doc/src/sgml/html/sql-update.html (+2/-2) doc/src/sgml/html/sql-vacuum.html (+2/-2) doc/src/sgml/html/sql-values.html (+2/-2) doc/src/sgml/html/sql.html (+2/-2) doc/src/sgml/html/ssh-tunnels.html (+2/-2) doc/src/sgml/html/ssl-tcp.html (+2/-2) doc/src/sgml/html/sslinfo.html (+2/-2) doc/src/sgml/html/sspi-auth.html (+2/-2) doc/src/sgml/html/storage-file-layout.html (+2/-2) doc/src/sgml/html/storage-fsm.html (+2/-2) doc/src/sgml/html/storage-hot.html (+45/-0) doc/src/sgml/html/storage-init.html (+2/-2) doc/src/sgml/html/storage-page-layout.html (+2/-2) doc/src/sgml/html/storage-toast.html (+2/-2) doc/src/sgml/html/storage-vm.html (+2/-2) doc/src/sgml/html/storage.html (+2/-2) doc/src/sgml/html/supported-platforms.html (+2/-2) doc/src/sgml/html/system-catalog-declarations.html (+2/-2) doc/src/sgml/html/system-catalog-initial-data.html (+2/-2) doc/src/sgml/html/tableam.html (+2/-2) doc/src/sgml/html/tablefunc.html (+2/-2) doc/src/sgml/html/tablesample-method.html (+2/-2) doc/src/sgml/html/tablesample-support-functions.html (+2/-2) doc/src/sgml/html/tcn.html (+2/-2) doc/src/sgml/html/test-decoding.html (+2/-2) doc/src/sgml/html/textsearch-configuration.html (+2/-2) doc/src/sgml/html/textsearch-controls.html (+2/-2) doc/src/sgml/html/textsearch-debugging.html (+2/-2) doc/src/sgml/html/textsearch-dictionaries.html (+2/-2) doc/src/sgml/html/textsearch-features.html (+2/-2) doc/src/sgml/html/textsearch-indexes.html (+2/-2) doc/src/sgml/html/textsearch-intro.html (+2/-2) doc/src/sgml/html/textsearch-limitations.html (+2/-2) doc/src/sgml/html/textsearch-parsers.html (+2/-2) doc/src/sgml/html/textsearch-psql.html (+2/-2) doc/src/sgml/html/textsearch-tables.html (+2/-2) doc/src/sgml/html/textsearch.html (+1/-1) doc/src/sgml/html/transaction-iso.html (+2/-2) doc/src/sgml/html/trigger-datachanges.html (+2/-2) doc/src/sgml/html/trigger-definition.html (+2/-2) doc/src/sgml/html/trigger-example.html (+2/-2) doc/src/sgml/html/trigger-interface.html (+3/-2) doc/src/sgml/html/triggers.html (+2/-2) doc/src/sgml/html/tsm-system-rows.html (+2/-2) doc/src/sgml/html/tsm-system-time.html (+2/-2) doc/src/sgml/html/tutorial-accessdb.html (+4/-4) doc/src/sgml/html/tutorial-advanced-intro.html (+2/-2) doc/src/sgml/html/tutorial-advanced.html (+1/-1) doc/src/sgml/html/tutorial-agg.html (+9/-8) doc/src/sgml/html/tutorial-arch.html (+2/-2) doc/src/sgml/html/tutorial-concepts.html (+2/-2) doc/src/sgml/html/tutorial-conclusion.html (+2/-2) doc/src/sgml/html/tutorial-createdb.html (+2/-2) doc/src/sgml/html/tutorial-delete.html (+2/-2) doc/src/sgml/html/tutorial-fk.html (+2/-2) doc/src/sgml/html/tutorial-inheritance.html (+2/-2) doc/src/sgml/html/tutorial-install.html (+2/-2) doc/src/sgml/html/tutorial-join.html (+2/-2) doc/src/sgml/html/tutorial-populate.html (+2/-2) doc/src/sgml/html/tutorial-select.html (+2/-2) doc/src/sgml/html/tutorial-sql-intro.html (+2/-2) doc/src/sgml/html/tutorial-sql.html (+1/-1) doc/src/sgml/html/tutorial-start.html (+1/-1) doc/src/sgml/html/tutorial-table.html (+2/-2) doc/src/sgml/html/tutorial-transactions.html (+2/-2) doc/src/sgml/html/tutorial-update.html (+2/-2) doc/src/sgml/html/tutorial-views.html (+2/-2) doc/src/sgml/html/tutorial-window.html (+2/-2) doc/src/sgml/html/tutorial.html (+2/-2) doc/src/sgml/html/typeconv-func.html (+2/-2) doc/src/sgml/html/typeconv-oper.html (+2/-2) doc/src/sgml/html/typeconv-overview.html (+2/-2) doc/src/sgml/html/typeconv-query.html (+2/-2) doc/src/sgml/html/typeconv-select.html (+2/-2) doc/src/sgml/html/typeconv-union-case.html (+2/-2) doc/src/sgml/html/typeconv.html (+2/-2) doc/src/sgml/html/unaccent.html (+2/-2) doc/src/sgml/html/unsupported-features-sql-standard.html (+2/-2) doc/src/sgml/html/upgrading.html (+3/-3) doc/src/sgml/html/user-manag.html (+2/-2) doc/src/sgml/html/using-explain.html (+2/-2) doc/src/sgml/html/uuid-ossp.html (+3/-3) doc/src/sgml/html/vacuumlo.html (+2/-2) doc/src/sgml/html/view-pg-available-extension-versions.html (+2/-2) doc/src/sgml/html/view-pg-available-extensions.html (+2/-2) doc/src/sgml/html/view-pg-backend-memory-contexts.html (+2/-2) doc/src/sgml/html/view-pg-config.html (+2/-2) doc/src/sgml/html/view-pg-cursors.html (+2/-2) doc/src/sgml/html/view-pg-file-settings.html (+2/-2) doc/src/sgml/html/view-pg-group.html (+2/-2) doc/src/sgml/html/view-pg-hba-file-rules.html (+2/-2) doc/src/sgml/html/view-pg-indexes.html (+2/-2) doc/src/sgml/html/view-pg-locks.html (+2/-2) doc/src/sgml/html/view-pg-matviews.html (+2/-2) doc/src/sgml/html/view-pg-policies.html (+2/-2) doc/src/sgml/html/view-pg-prepared-statements.html (+2/-2) doc/src/sgml/html/view-pg-prepared-xacts.html (+2/-2) doc/src/sgml/html/view-pg-publication-tables.html (+2/-2) doc/src/sgml/html/view-pg-replication-origin-status.html (+2/-2) doc/src/sgml/html/view-pg-replication-slots.html (+2/-2) doc/src/sgml/html/view-pg-roles.html (+2/-2) doc/src/sgml/html/view-pg-rules.html (+2/-2) doc/src/sgml/html/view-pg-seclabels.html (+2/-2) doc/src/sgml/html/view-pg-sequences.html (+2/-2) doc/src/sgml/html/view-pg-settings.html (+2/-2) doc/src/sgml/html/view-pg-shadow.html (+2/-2) doc/src/sgml/html/view-pg-shmem-allocations.html (+2/-2) doc/src/sgml/html/view-pg-stats-ext-exprs.html (+2/-2) doc/src/sgml/html/view-pg-stats-ext.html (+2/-2) doc/src/sgml/html/view-pg-stats.html (+2/-2) doc/src/sgml/html/view-pg-tables.html (+2/-2) doc/src/sgml/html/view-pg-timezone-abbrevs.html (+2/-2) doc/src/sgml/html/view-pg-timezone-names.html (+2/-2) doc/src/sgml/html/view-pg-user-mappings.html (+2/-2) doc/src/sgml/html/view-pg-user.html (+2/-2) doc/src/sgml/html/view-pg-views.html (+2/-2) doc/src/sgml/html/views-overview.html (+2/-2) doc/src/sgml/html/wal-async-commit.html (+2/-2) doc/src/sgml/html/wal-configuration.html (+2/-2) doc/src/sgml/html/wal-internals.html (+2/-2) doc/src/sgml/html/wal-intro.html (+2/-2) doc/src/sgml/html/wal-reliability.html (+2/-2) doc/src/sgml/html/wal.html (+2/-2) doc/src/sgml/html/warm-standby-failover.html (+2/-2) doc/src/sgml/html/warm-standby.html (+2/-2) doc/src/sgml/html/when-can-parallel-query-be-used.html (+2/-2) doc/src/sgml/html/xaggr.html (+2/-2) doc/src/sgml/html/xfunc-c.html (+2/-2) doc/src/sgml/html/xfunc-internal.html (+2/-2) doc/src/sgml/html/xfunc-optimization.html (+2/-2) doc/src/sgml/html/xfunc-overload.html (+2/-2) doc/src/sgml/html/xfunc-pl.html (+2/-2) doc/src/sgml/html/xfunc-sql.html (+2/-2) doc/src/sgml/html/xfunc-volatility.html (+2/-2) doc/src/sgml/html/xfunc.html (+2/-2) doc/src/sgml/html/xindex.html (+2/-2) doc/src/sgml/html/xml-limits-conformance.html (+2/-2) doc/src/sgml/html/xml2.html (+2/-2) doc/src/sgml/html/xoper-optimization.html (+3/-3) doc/src/sgml/html/xoper.html (+2/-2) doc/src/sgml/html/xplang-install.html (+2/-2) doc/src/sgml/html/xplang.html (+2/-2) doc/src/sgml/html/xproc.html (+2/-2) doc/src/sgml/html/xtypes.html (+2/-2) doc/src/sgml/indexam.sgml (+2/-1) doc/src/sgml/indices.sgml (+6/-3) doc/src/sgml/install-windows.sgml (+1/-1) doc/src/sgml/installation.sgml (+1/-1) doc/src/sgml/libpq.sgml (+1/-12) doc/src/sgml/maintenance.sgml (+19/-1) doc/src/sgml/man1/clusterdb.1 (+3/-3) doc/src/sgml/man1/createdb.1 (+3/-3) doc/src/sgml/man1/createuser.1 (+3/-3) doc/src/sgml/man1/dropdb.1 (+3/-3) doc/src/sgml/man1/dropuser.1 (+3/-3) doc/src/sgml/man1/ecpg.1 (+3/-3) doc/src/sgml/man1/initdb.1 (+3/-3) doc/src/sgml/man1/oid2name.1 (+3/-3) doc/src/sgml/man1/pg_amcheck.1 (+3/-3) doc/src/sgml/man1/pg_archivecleanup.1 (+3/-3) doc/src/sgml/man1/pg_basebackup.1 (+3/-3) doc/src/sgml/man1/pg_checksums.1 (+3/-3) doc/src/sgml/man1/pg_config.1 (+3/-3) doc/src/sgml/man1/pg_controldata.1 (+3/-3) doc/src/sgml/man1/pg_ctl.1 (+3/-3) doc/src/sgml/man1/pg_dump.1 (+3/-3) doc/src/sgml/man1/pg_dumpall.1 (+3/-3) doc/src/sgml/man1/pg_isready.1 (+3/-3) doc/src/sgml/man1/pg_receivewal.1 (+3/-3) doc/src/sgml/man1/pg_recvlogical.1 (+3/-3) doc/src/sgml/man1/pg_resetwal.1 (+3/-3) doc/src/sgml/man1/pg_restore.1 (+3/-3) doc/src/sgml/man1/pg_rewind.1 (+3/-3) doc/src/sgml/man1/pg_test_fsync.1 (+3/-3) doc/src/sgml/man1/pg_test_timing.1 (+3/-3) doc/src/sgml/man1/pg_upgrade.1 (+3/-3) doc/src/sgml/man1/pg_verifybackup.1 (+3/-3) doc/src/sgml/man1/pg_waldump.1 (+3/-3) doc/src/sgml/man1/pgbench.1 (+3/-3) doc/src/sgml/man1/postgres.1 (+3/-3) doc/src/sgml/man1/postmaster.1 (+3/-3) doc/src/sgml/man1/psql.1 (+4/-4) doc/src/sgml/man1/reindexdb.1 (+3/-3) doc/src/sgml/man1/vacuumdb.1 (+3/-3) doc/src/sgml/man1/vacuumlo.1 (+3/-3) doc/src/sgml/man3/SPI_commit.3 (+3/-3) doc/src/sgml/man3/SPI_connect.3 (+3/-3) doc/src/sgml/man3/SPI_copytuple.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_close.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_fetch.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_find.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_move.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_open.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_open_with_args.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 (+3/-3) doc/src/sgml/man3/SPI_cursor_parse_open.3 (+3/-3) doc/src/sgml/man3/SPI_exec.3 (+3/-3) doc/src/sgml/man3/SPI_execp.3 (+3/-3) doc/src/sgml/man3/SPI_execute.3 (+3/-3) doc/src/sgml/man3/SPI_execute_extended.3 (+3/-3) doc/src/sgml/man3/SPI_execute_plan.3 (+3/-3) doc/src/sgml/man3/SPI_execute_plan_extended.3 (+3/-3) doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 (+3/-3) doc/src/sgml/man3/SPI_execute_with_args.3 (+3/-3) doc/src/sgml/man3/SPI_finish.3 (+3/-3) doc/src/sgml/man3/SPI_fname.3 (+3/-3) doc/src/sgml/man3/SPI_fnumber.3 (+3/-3) doc/src/sgml/man3/SPI_freeplan.3 (+3/-3) doc/src/sgml/man3/SPI_freetuple.3 (+3/-3) doc/src/sgml/man3/SPI_freetuptable.3 (+3/-3) doc/src/sgml/man3/SPI_getargcount.3 (+3/-3) doc/src/sgml/man3/SPI_getargtypeid.3 (+3/-3) doc/src/sgml/man3/SPI_getbinval.3 (+3/-3) doc/src/sgml/man3/SPI_getnspname.3 (+3/-3) doc/src/sgml/man3/SPI_getrelname.3 (+3/-3) doc/src/sgml/man3/SPI_gettype.3 (+3/-3) doc/src/sgml/man3/SPI_gettypeid.3 (+3/-3) doc/src/sgml/man3/SPI_getvalue.3 (+3/-3) doc/src/sgml/man3/SPI_is_cursor_plan.3 (+3/-3) doc/src/sgml/man3/SPI_keepplan.3 (+3/-3) doc/src/sgml/man3/SPI_modifytuple.3 (+3/-3) doc/src/sgml/man3/SPI_palloc.3 (+3/-3) doc/src/sgml/man3/SPI_pfree.3 (+3/-3) doc/src/sgml/man3/SPI_prepare.3 (+3/-3) doc/src/sgml/man3/SPI_prepare_cursor.3 (+3/-3) doc/src/sgml/man3/SPI_prepare_extended.3 (+3/-3) doc/src/sgml/man3/SPI_prepare_params.3 (+3/-3) doc/src/sgml/man3/SPI_register_relation.3 (+3/-3) doc/src/sgml/man3/SPI_register_trigger_data.3 (+3/-3) doc/src/sgml/man3/SPI_repalloc.3 (+3/-3) doc/src/sgml/man3/SPI_result_code_string.3 (+3/-3) doc/src/sgml/man3/SPI_returntuple.3 (+3/-3) doc/src/sgml/man3/SPI_rollback.3 (+3/-3) doc/src/sgml/man3/SPI_saveplan.3 (+3/-3) doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 (+3/-3) doc/src/sgml/man3/SPI_scroll_cursor_move.3 (+3/-3) doc/src/sgml/man3/SPI_start_transaction.3 (+3/-3) doc/src/sgml/man3/SPI_unregister_relation.3 (+3/-3) doc/src/sgml/man3/dblink.3 (+3/-3) doc/src/sgml/man3/dblink_build_sql_delete.3 (+3/-3) doc/src/sgml/man3/dblink_build_sql_insert.3 (+3/-3) doc/src/sgml/man3/dblink_build_sql_update.3 (+3/-3) doc/src/sgml/man3/dblink_cancel_query.3 (+3/-3) doc/src/sgml/man3/dblink_close.3 (+3/-3) doc/src/sgml/man3/dblink_connect.3 (+3/-3) doc/src/sgml/man3/dblink_connect_u.3 (+3/-3) doc/src/sgml/man3/dblink_disconnect.3 (+3/-3) doc/src/sgml/man3/dblink_error_message.3 (+3/-3) doc/src/sgml/man3/dblink_exec.3 (+3/-3) doc/src/sgml/man3/dblink_fetch.3 (+3/-3) doc/src/sgml/man3/dblink_get_connections.3 (+3/-3) doc/src/sgml/man3/dblink_get_notify.3 (+3/-3) doc/src/sgml/man3/dblink_get_pkey.3 (+3/-3) doc/src/sgml/man3/dblink_get_result.3 (+3/-3) doc/src/sgml/man3/dblink_is_busy.3 (+3/-3) doc/src/sgml/man3/dblink_open.3 (+3/-3) doc/src/sgml/man3/dblink_send_query.3 (+3/-3) doc/src/sgml/man7/ABORT.7 (+3/-3) doc/src/sgml/man7/ALTER_AGGREGATE.7 (+3/-3) doc/src/sgml/man7/ALTER_COLLATION.7 (+3/-3) doc/src/sgml/man7/ALTER_CONVERSION.7 (+3/-3) doc/src/sgml/man7/ALTER_DATABASE.7 (+3/-3) doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 (+3/-3) doc/src/sgml/man7/ALTER_DOMAIN.7 (+3/-3) doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 (+3/-3) doc/src/sgml/man7/ALTER_EXTENSION.7 (+3/-3) doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 (+3/-3) doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 (+3/-3) doc/src/sgml/man7/ALTER_FUNCTION.7 (+3/-3) doc/src/sgml/man7/ALTER_GROUP.7 (+3/-3) doc/src/sgml/man7/ALTER_INDEX.7 (+3/-3) doc/src/sgml/man7/ALTER_LANGUAGE.7 (+3/-3) doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 (+3/-3) doc/src/sgml/man7/ALTER_MATERIALIZED_VIEW.7 (+3/-3) doc/src/sgml/man7/ALTER_OPERATOR.7 (+3/-3) doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 (+3/-3) doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 (+3/-3) doc/src/sgml/man7/ALTER_POLICY.7 (+3/-3) doc/src/sgml/man7/ALTER_PROCEDURE.7 (+3/-3) doc/src/sgml/man7/ALTER_PUBLICATION.7 (+3/-3) doc/src/sgml/man7/ALTER_ROLE.7 (+3/-3) doc/src/sgml/man7/ALTER_ROUTINE.7 (+3/-3) doc/src/sgml/man7/ALTER_RULE.7 (+3/-3) doc/src/sgml/man7/ALTER_SCHEMA.7 (+3/-3) doc/src/sgml/man7/ALTER_SEQUENCE.7 (+3/-3) doc/src/sgml/man7/ALTER_SERVER.7 (+3/-3) doc/src/sgml/man7/ALTER_STATISTICS.7 (+3/-3) doc/src/sgml/man7/ALTER_SUBSCRIPTION.7 (+3/-3) doc/src/sgml/man7/ALTER_SYSTEM.7 (+3/-3) doc/src/sgml/man7/ALTER_TABLE.7 (+3/-3) doc/src/sgml/man7/ALTER_TABLESPACE.7 (+3/-3) doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 (+3/-3) doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 (+3/-3) doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 (+3/-3) doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 (+3/-3) doc/src/sgml/man7/ALTER_TRIGGER.7 (+3/-3) doc/src/sgml/man7/ALTER_TYPE.7 (+3/-3) doc/src/sgml/man7/ALTER_USER.7 (+3/-3) doc/src/sgml/man7/ALTER_USER_MAPPING.7 (+3/-3) doc/src/sgml/man7/ALTER_VIEW.7 (+3/-3) doc/src/sgml/man7/ANALYZE.7 (+5/-9) doc/src/sgml/man7/BEGIN.7 (+3/-3) doc/src/sgml/man7/CALL.7 (+3/-3) doc/src/sgml/man7/CHECKPOINT.7 (+3/-3) doc/src/sgml/man7/CLOSE.7 (+3/-3) doc/src/sgml/man7/CLUSTER.7 (+3/-3) doc/src/sgml/man7/COMMENT.7 (+3/-3) doc/src/sgml/man7/COMMIT.7 (+3/-3) doc/src/sgml/man7/COMMIT_PREPARED.7 (+3/-3) doc/src/sgml/man7/COPY.7 (+3/-3) doc/src/sgml/man7/CREATE_ACCESS_METHOD.7 (+3/-3) doc/src/sgml/man7/CREATE_AGGREGATE.7 (+3/-3) doc/src/sgml/man7/CREATE_CAST.7 (+3/-3) doc/src/sgml/man7/CREATE_COLLATION.7 (+3/-3) doc/src/sgml/man7/CREATE_CONVERSION.7 (+3/-3) doc/src/sgml/man7/CREATE_DATABASE.7 (+5/-5) doc/src/sgml/man7/CREATE_DOMAIN.7 (+3/-3) doc/src/sgml/man7/CREATE_EVENT_TRIGGER.7 (+3/-3) doc/src/sgml/man7/CREATE_EXTENSION.7 (+3/-3) doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 (+3/-3) doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 (+3/-3) doc/src/sgml/man7/CREATE_FUNCTION.7 (+3/-3) doc/src/sgml/man7/CREATE_GROUP.7 (+3/-3) doc/src/sgml/man7/CREATE_INDEX.7 (+6/-5) doc/src/sgml/man7/CREATE_LANGUAGE.7 (+3/-3) doc/src/sgml/man7/CREATE_MATERIALIZED_VIEW.7 (+3/-3) doc/src/sgml/man7/CREATE_OPERATOR.7 (+3/-3) doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 (+3/-3) doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 (+3/-3) doc/src/sgml/man7/CREATE_POLICY.7 (+3/-3) doc/src/sgml/man7/CREATE_PROCEDURE.7 (+3/-3) doc/src/sgml/man7/CREATE_PUBLICATION.7 (+4/-4) doc/src/sgml/man7/CREATE_ROLE.7 (+3/-3) doc/src/sgml/man7/CREATE_RULE.7 (+3/-3) doc/src/sgml/man7/CREATE_SCHEMA.7 (+3/-3) doc/src/sgml/man7/CREATE_SEQUENCE.7 (+4/-4) doc/src/sgml/man7/CREATE_SERVER.7 (+3/-3) doc/src/sgml/man7/CREATE_STATISTICS.7 (+6/-4) doc/src/sgml/man7/CREATE_SUBSCRIPTION.7 (+3/-3) doc/src/sgml/man7/CREATE_TABLE.7 (+6/-4) doc/src/sgml/man7/CREATE_TABLESPACE.7 (+3/-3) doc/src/sgml/man7/CREATE_TABLE_AS.7 (+4/-6) doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 (+3/-3) doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 (+3/-3) doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 (+3/-3) doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 (+3/-3) doc/src/sgml/man7/CREATE_TRANSFORM.7 (+3/-3) doc/src/sgml/man7/CREATE_TRIGGER.7 (+3/-3) doc/src/sgml/man7/CREATE_TYPE.7 (+3/-3) doc/src/sgml/man7/CREATE_USER.7 (+3/-3) doc/src/sgml/man7/CREATE_USER_MAPPING.7 (+3/-3) doc/src/sgml/man7/CREATE_VIEW.7 (+3/-3) doc/src/sgml/man7/DEALLOCATE.7 (+3/-3) doc/src/sgml/man7/DECLARE.7 (+3/-3) doc/src/sgml/man7/DELETE.7 (+3/-3) doc/src/sgml/man7/DISCARD.7 (+3/-3) doc/src/sgml/man7/DO.7 (+3/-3) doc/src/sgml/man7/DROP_ACCESS_METHOD.7 (+3/-3) doc/src/sgml/man7/DROP_AGGREGATE.7 (+3/-3) doc/src/sgml/man7/DROP_CAST.7 (+3/-3) doc/src/sgml/man7/DROP_COLLATION.7 (+3/-3) doc/src/sgml/man7/DROP_CONVERSION.7 (+3/-3) doc/src/sgml/man7/DROP_DATABASE.7 (+3/-3) doc/src/sgml/man7/DROP_DOMAIN.7 (+3/-3) doc/src/sgml/man7/DROP_EVENT_TRIGGER.7 (+3/-3) doc/src/sgml/man7/DROP_EXTENSION.7 (+5/-5) doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 (+3/-3) doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 (+3/-3) doc/src/sgml/man7/DROP_FUNCTION.7 (+3/-3) doc/src/sgml/man7/DROP_GROUP.7 (+3/-3) doc/src/sgml/man7/DROP_INDEX.7 (+3/-3) doc/src/sgml/man7/DROP_LANGUAGE.7 (+3/-3) doc/src/sgml/man7/DROP_MATERIALIZED_VIEW.7 (+3/-3) doc/src/sgml/man7/DROP_OPERATOR.7 (+3/-3) doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 (+3/-3) doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 (+3/-3) doc/src/sgml/man7/DROP_OWNED.7 (+3/-3) doc/src/sgml/man7/DROP_POLICY.7 (+3/-3) doc/src/sgml/man7/DROP_PROCEDURE.7 (+3/-3) doc/src/sgml/man7/DROP_PUBLICATION.7 (+3/-3) doc/src/sgml/man7/DROP_ROLE.7 (+3/-3) doc/src/sgml/man7/DROP_ROUTINE.7 (+3/-3) doc/src/sgml/man7/DROP_RULE.7 (+3/-3) doc/src/sgml/man7/DROP_SCHEMA.7 (+3/-3) doc/src/sgml/man7/DROP_SEQUENCE.7 (+3/-3) doc/src/sgml/man7/DROP_SERVER.7 (+3/-3) doc/src/sgml/man7/DROP_STATISTICS.7 (+3/-3) doc/src/sgml/man7/DROP_SUBSCRIPTION.7 (+3/-3) doc/src/sgml/man7/DROP_TABLE.7 (+3/-3) doc/src/sgml/man7/DROP_TABLESPACE.7 (+3/-3) doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 (+3/-3) doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 (+3/-3) doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 (+3/-3) doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 (+3/-3) doc/src/sgml/man7/DROP_TRANSFORM.7 (+3/-3) doc/src/sgml/man7/DROP_TRIGGER.7 (+3/-3) doc/src/sgml/man7/DROP_TYPE.7 (+3/-3) doc/src/sgml/man7/DROP_USER.7 (+3/-3) doc/src/sgml/man7/DROP_USER_MAPPING.7 (+3/-3) doc/src/sgml/man7/DROP_VIEW.7 (+3/-3) doc/src/sgml/man7/END.7 (+3/-3) doc/src/sgml/man7/EXECUTE.7 (+3/-3) doc/src/sgml/man7/EXPLAIN.7 (+3/-3) doc/src/sgml/man7/FETCH.7 (+6/-5) doc/src/sgml/man7/GRANT.7 (+3/-3) doc/src/sgml/man7/IMPORT_FOREIGN_SCHEMA.7 (+3/-3) doc/src/sgml/man7/INSERT.7 (+3/-3) doc/src/sgml/man7/LISTEN.7 (+3/-3) doc/src/sgml/man7/LOAD.7 (+3/-3) doc/src/sgml/man7/LOCK.7 (+3/-3) doc/src/sgml/man7/MOVE.7 (+6/-5) doc/src/sgml/man7/NOTIFY.7 (+3/-3) doc/src/sgml/man7/PREPARE.7 (+3/-3) doc/src/sgml/man7/PREPARE_TRANSACTION.7 (+3/-3) doc/src/sgml/man7/REASSIGN_OWNED.7 (+3/-3) doc/src/sgml/man7/REFRESH_MATERIALIZED_VIEW.7 (+3/-3) doc/src/sgml/man7/REINDEX.7 (+3/-3) doc/src/sgml/man7/RELEASE_SAVEPOINT.7 (+3/-3) doc/src/sgml/man7/RESET.7 (+3/-3) doc/src/sgml/man7/REVOKE.7 (+3/-3) doc/src/sgml/man7/ROLLBACK.7 (+3/-3) doc/src/sgml/man7/ROLLBACK_PREPARED.7 (+3/-3) doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 (+3/-3) doc/src/sgml/man7/SAVEPOINT.7 (+3/-3) doc/src/sgml/man7/SECURITY_LABEL.7 (+3/-3) doc/src/sgml/man7/SELECT.7 (+21/-31) doc/src/sgml/man7/SELECT_INTO.7 (+3/-3) doc/src/sgml/man7/SET.7 (+8/-7) doc/src/sgml/man7/SET_CONSTRAINTS.7 (+3/-3) doc/src/sgml/man7/SET_ROLE.7 (+3/-3) doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 (+3/-3) doc/src/sgml/man7/SET_TRANSACTION.7 (+4/-4) doc/src/sgml/man7/SHOW.7 (+3/-3) doc/src/sgml/man7/START_TRANSACTION.7 (+3/-3) doc/src/sgml/man7/TRUNCATE.7 (+3/-3) doc/src/sgml/man7/UNLISTEN.7 (+3/-3) doc/src/sgml/man7/UPDATE.7 (+3/-3) doc/src/sgml/man7/VACUUM.7 (+3/-3) doc/src/sgml/man7/VALUES.7 (+3/-3) doc/src/sgml/monitoring.sgml (+12/-1) doc/src/sgml/parallel.sgml (+3/-2) doc/src/sgml/pgcrypto.sgml (+3/-2) doc/src/sgml/queries.sgml (+3/-4) doc/src/sgml/query.sgml (+7/-6) doc/src/sgml/ref/analyze.sgml (+7/-15) doc/src/sgml/ref/create_database.sgml (+2/-2) doc/src/sgml/ref/create_index.sgml (+3/-2) doc/src/sgml/ref/create_publication.sgml (+2/-2) doc/src/sgml/ref/create_sequence.sgml (+1/-1) doc/src/sgml/ref/create_statistics.sgml (+3/-1) doc/src/sgml/ref/create_table.sgml (+3/-1) doc/src/sgml/ref/create_table_as.sgml (+2/-3) doc/src/sgml/ref/drop_extension.sgml (+4/-4) doc/src/sgml/ref/fetch.sgml (+3/-2) doc/src/sgml/ref/move.sgml (+3/-2) doc/src/sgml/ref/select.sgml (+24/-22) doc/src/sgml/ref/set.sgml (+5/-4) doc/src/sgml/ref/set_transaction.sgml (+1/-1) doc/src/sgml/release-14.sgml (+1037/-0) doc/src/sgml/runtime.sgml (+24/-5) doc/src/sgml/storage.sgml (+70/-0) doc/src/sgml/trigger.sgml (+1/-0) doc/src/sgml/user-manag.sgml (+33/-0) doc/src/sgml/uuid-ossp.sgml (+1/-1) src/backend/access/brin/brin_minmax_multi.c (+88/-84) src/backend/access/gin/ginfast.c (+8/-5) src/backend/access/gist/gistxlog.c (+1/-1) src/backend/access/heap/heapam.c (+19/-11) src/backend/access/heap/hio.c (+23/-18) src/backend/access/rmgrdesc/logicalmsgdesc.c (+1/-1) src/backend/access/transam/xlog.c (+20/-6) src/backend/catalog/dependency.c (+3/-3) src/backend/catalog/pg_constraint.c (+12/-1) src/backend/catalog/pg_proc.c (+15/-5) src/backend/commands/copyfrom.c (+2/-2) src/backend/commands/copyfromparse.c (+1/-1) src/backend/commands/indexcmds.c (+17/-6) src/backend/commands/tablecmds.c (+58/-18) src/backend/commands/trigger.c (+12/-5) src/backend/commands/user.c (+2/-2) src/backend/executor/execProcnode.c (+8/-1) src/backend/executor/execReplication.c (+7/-0) src/backend/executor/functions.c (+17/-2) src/backend/executor/nodeHash.c (+4/-1) src/backend/executor/nodeModifyTable.c (+3/-4) src/backend/jit/llvm/llvmjit.c (+18/-0) src/backend/jit/llvm/llvmjit_inline.cpp (+1/-0) src/backend/main/main.c (+1/-1) src/backend/nodes/outfuncs.c (+3/-2) src/backend/optimizer/util/plancat.c (+16/-0) src/backend/optimizer/util/var.c (+0/-3) src/backend/parser/gram.c (+4484/-4483) src/backend/parser/gram.h (+1/-1) src/backend/parser/gram.y (+5/-4) src/backend/parser/parse_clause.c (+3/-0) src/backend/po/de.po (+2183/-2116) src/backend/po/es.po (+10855/-10852) src/backend/po/fr.po (+1090/-1057) src/backend/po/ja.po (+1031/-1039) src/backend/po/ru.po (+2423/-2332) src/backend/po/sv.po (+735/-723) src/backend/postmaster/autovacuum.c (+3/-0) src/backend/postmaster/postmaster.c (+1/-1) src/backend/regex/regc_lex.c (+3/-2) src/backend/replication/logical/decode.c (+17/-2) src/backend/replication/logical/reorderbuffer.c (+18/-0) src/backend/replication/logical/snapbuild.c (+130/-7) src/backend/replication/logical/worker.c (+17/-3) src/backend/rewrite/rewriteDefine.c (+12/-0) src/backend/rewrite/rewriteHandler.c (+59/-28) src/backend/snowball/dict_snowball.c (+17/-1) src/backend/storage/ipc/pmsignal.c (+44/-12) src/backend/tsearch/spell.c (+4/-0) src/backend/utils/adt/acl.c (+2/-2) src/backend/utils/adt/array_typanalyze.c (+1/-3) src/backend/utils/adt/geo_ops.c (+4/-1) src/backend/utils/adt/jsonfuncs.c (+2/-2) src/backend/utils/adt/jsonpath_gram.c (+171/-170) src/backend/utils/adt/jsonpath_gram.y (+1/-0) src/backend/utils/adt/like_support.c (+4/-0) src/backend/utils/adt/ruleutils.c (+2/-1) src/backend/utils/adt/varlena.c (+6/-10) src/backend/utils/fmgr/funcapi.c (+34/-0) src/backend/utils/mmgr/slab.c (+8/-6) src/bin/initdb/po/ru.po (+4/-4) src/bin/pg_amcheck/po/ru.po (+65/-65) src/bin/pg_archivecleanup/po/ru.po (+1/-1) src/bin/pg_basebackup/pg_basebackup.c (+15/-5) src/bin/pg_basebackup/po/ru.po (+142/-142) src/bin/pg_basebackup/walmethods.c (+6/-4) src/bin/pg_checksums/po/ru.po (+1/-1) src/bin/pg_controldata/po/ru.po (+1/-1) src/bin/pg_ctl/po/ja.po (+2/-2) src/bin/pg_ctl/po/ru.po (+1/-1) src/bin/pg_dump/po/fr.po (+1/-1) src/bin/pg_resetwal/po/ru.po (+1/-1) src/bin/pg_rewind/po/ru.po (+2/-2) src/bin/pg_test_fsync/po/ru.po (+1/-1) src/bin/pg_upgrade/controldata.c (+0/-1) src/bin/pg_upgrade/pg_upgrade.h (+1/-1) src/bin/pg_upgrade/po/ru.po (+142/-113) src/bin/pg_upgrade/po/uk.po (+98/-75) src/bin/pg_verifybackup/po/ru.po (+1/-1) src/bin/pg_waldump/nls.mk (+4/-3) src/bin/pg_waldump/po/de.po (+185/-50) src/bin/pg_waldump/po/es.po (+136/-1) src/bin/pg_waldump/po/fr.po (+203/-66) src/bin/pg_waldump/po/ru.po (+169/-3) src/bin/pg_waldump/po/sv.po (+188/-52) src/bin/pgbench/exprparse.c (+102/-99) src/bin/pgbench/exprparse.y (+4/-1) src/bin/psql/po/ru.po (+593/-588) src/bin/psql/sql_help.c (+42/-18) src/bin/scripts/po/ru.po (+1/-1) src/common/jsonapi.c (+1/-1) src/fe_utils/parallel_slot.c (+1/-1) src/include/common/fe_memutils.h (+28/-0) src/include/lib/simplehash.h (+5/-5) src/include/libpq/hba.h (+1/-1) src/include/parser/kwlist.h (+1/-1) src/include/port.h (+19/-15) src/include/replication/snapbuild.h (+3/-0) src/include/storage/s_lock.h (+45/-23) src/include/utils/palloc.h (+22/-0) src/interfaces/ecpg/ecpglib/po/ru.po (+7/-7) src/interfaces/ecpg/preproc/ecpg.trailer (+5/-3) src/interfaces/ecpg/preproc/po/ru.po (+12/-12) src/interfaces/ecpg/preproc/preproc.c (+803/-801) src/interfaces/ecpg/preproc/preproc.h (+1/-1) src/interfaces/ecpg/preproc/preproc.y (+9/-7) src/interfaces/ecpg/preproc/type.h (+1/-0) src/interfaces/ecpg/test/expected/preproc-variable.c (+54/-39) src/interfaces/ecpg/test/expected/preproc-variable.stderr (+81/-81) src/interfaces/ecpg/test/expected/preproc-variable.stdout (+1/-0) src/interfaces/ecpg/test/preproc/variable.pgc (+9/-0) src/interfaces/libpq/fe-exec.c (+10/-6) src/interfaces/libpq/fe-secure-openssl.c (+1/-1) src/interfaces/libpq/po/ru.po (+71/-69) src/interfaces/libpq/po/uk.po (+66/-62) src/pl/plperl/po/ru.po (+5/-5) src/pl/plpgsql/src/expected/plpgsql_record.out (+35/-0) src/pl/plpgsql/src/pl_comp.c (+30/-4) src/pl/plpgsql/src/po/ru.po (+23/-23) src/pl/plpgsql/src/sql/plpgsql_record.sql (+11/-0) src/pl/plpython/po/ru.po (+11/-11) src/pl/tcl/po/ru.po (+6/-6) src/port/pread.c (+1/-1) src/port/preadv.c (+1/-1) src/port/pwrite.c (+1/-1) src/port/pwritev.c (+1/-1) src/port/snprintf.c (+7/-7) src/template/netbsd (+9/-0) src/test/modules/libpq_pipeline/libpq_pipeline.c (+55/-132) src/test/modules/libpq_pipeline/traces/pipeline_abort.trace (+2/-4) src/test/modules/libpq_pipeline/traces/pipeline_idle.trace (+3/-64) src/test/modules/libpq_pipeline/traces/singlerow.trace (+20/-0) src/test/perl/Makefile (+5/-1) src/test/perl/PostgresNode.pm (+44/-0) src/test/regress/expected/create_function_3.out (+18/-1) src/test/regress/expected/foreign_key.out (+81/-0) src/test/regress/expected/geometry.out (+1/-2) src/test/regress/expected/indexing.out (+65/-1) src/test/regress/expected/publication.out (+2/-0) src/test/regress/expected/triggers.out (+33/-7) src/test/regress/expected/updatable_views.out (+22/-0) src/test/regress/expected/with.out (+120/-0) src/test/regress/input/constraints.source (+19/-0) src/test/regress/output/constraints.source (+23/-0) src/test/regress/sql/create_function_3.sql (+13/-0) src/test/regress/sql/foreign_key.sql (+55/-0) src/test/regress/sql/indexing.sql (+14/-1) src/test/regress/sql/publication.sql (+2/-0) src/test/regress/sql/triggers.sql (+39/-6) src/test/regress/sql/updatable_views.sql (+17/-0) src/test/regress/sql/with.sql (+52/-0) src/test/subscription/t/001_rep_changes.pl (+4/-14) src/test/subscription/t/002_types.pl (+2/-7) src/test/subscription/t/004_sync.pl (+5/-13) src/test/subscription/t/005_encoding.pl (+2/-7) src/test/subscription/t/006_rewrite.pl (+2/-7) src/test/subscription/t/008_diff_schema.pl (+3/-9) src/test/subscription/t/010_truncate.pl (+2/-6) src/test/subscription/t/011_generated.pl (+1/-4) src/test/subscription/t/013_partition.pl (+6/-14) src/test/subscription/t/014_binary.pl (+1/-4) src/test/subscription/t/015_stream.pl (+2/-7) src/test/subscription/t/016_stream_subxact.pl (+2/-7) src/test/subscription/t/017_stream_ddl.pl (+2/-7) src/test/subscription/t/018_stream_subxact_abort.pl (+2/-7) src/test/subscription/t/019_stream_subxact_ddl_abort.pl (+2/-7) src/test/subscription/t/021_alter_sub_pub.pl (+3/-15) src/test/subscription/t/100_bugs.pl (+3/-11) src/timezone/data/tzdata.zi (+266/-507) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Sergio Durigan Junior (community) | Approve | ||
| Canonical Server Reporter | Pending | ||
|
Review via email:
|
|||
Commit message
Description of the change
This is the postgresql-14 update for lunar. We are going "ahead" of debian here for 2 reasons:
- Debian no longer ships postgresql-14 in unstable [1]
- To comply with Ubuntu policies, we want to update lunar before proceeding with the MREs for the new November minor releases [2]
Once this lands in lunar, we can proceed to transition to postgresql-15 without blocking the MREs for the other supported series.
Note that this change also includes dropping a change that fixed the llvm version used to build postgresql, now that 14.6 supports llvm 15. This change will NOT be introduced in the kinetic MRE to reduce the amount of changes performed in the MRE.
PPA: https:/
[1] https:/
[2] https:/
| Athos Ribeiro (athos) wrote : | # |
Thanks for catching the issue :)
I fixed it and uploaded:
$ dput ubuntu ../postgresql-
D: Setting host argument.
Checking signature on .changes
gpg: ../postgresql-
Checking signature on .dsc
gpg: ../postgresql-
Uploading to ubuntu (via ftp to upload.ubuntu.com):
Uploading postgresql-
Uploading postgresql-
Uploading postgresql-
Uploading postgresql-
Uploading postgresql-
Successfully uploaded packages.
Preview Diff
| 1 | diff --git a/.gitrevision b/.gitrevision |
| 2 | index f16052d..681bb83 100644 |
| 3 | --- a/.gitrevision |
| 4 | +++ b/.gitrevision |
| 5 | @@ -1 +1 @@ |
| 6 | -278273ccbad27a8834dfdf11895da9cd91de4114 |
| 7 | +6dde6ed3efb4baaa0955f78ba5c93e9490aaa490 |
| 8 | diff --git a/INSTALL b/INSTALL |
| 9 | index 3230fe7..0189fcf 100644 |
| 10 | --- a/INSTALL |
| 11 | +++ b/INSTALL |
| 12 | @@ -584,8 +584,8 @@ in the section called "Requirements". |
| 13 | Build the uuid-ossp module (which provides functions to generate |
| 14 | UUIDs), using the specified UUID library. "LIBRARY" must be one of: |
| 15 | |
| 16 | - - "bsd" to use the UUID functions found in FreeBSD, NetBSD, and |
| 17 | - some other BSD-derived systems |
| 18 | + - "bsd" to use the UUID functions found in FreeBSD and some other |
| 19 | + BSD-derived systems |
| 20 | |
| 21 | - "e2fs" to use the UUID library created by the e2fsprogs project; |
| 22 | this library is present in most Linux systems and in macOS, and |
| 23 | diff --git a/configure b/configure |
| 24 | index df200be..cbc193d 100755 |
| 25 | --- a/configure |
| 26 | +++ b/configure |
| 27 | @@ -1,6 +1,6 @@ |
| 28 | #! /bin/sh |
| 29 | # Guess values for system-dependent variables and create Makefiles. |
| 30 | -# Generated by GNU Autoconf 2.69 for PostgreSQL 14.5. |
| 31 | +# Generated by GNU Autoconf 2.69 for PostgreSQL 14.6. |
| 32 | # |
| 33 | # Report bugs to <pgsql-bugs@lists.postgresql.org>. |
| 34 | # |
| 35 | @@ -582,8 +582,8 @@ MAKEFLAGS= |
| 36 | # Identity of this package. |
| 37 | PACKAGE_NAME='PostgreSQL' |
| 38 | PACKAGE_TARNAME='postgresql' |
| 39 | -PACKAGE_VERSION='14.5' |
| 40 | -PACKAGE_STRING='PostgreSQL 14.5' |
| 41 | +PACKAGE_VERSION='14.6' |
| 42 | +PACKAGE_STRING='PostgreSQL 14.6' |
| 43 | PACKAGE_BUGREPORT='pgsql-bugs@lists.postgresql.org' |
| 44 | PACKAGE_URL='https://www.postgresql.org/' |
| 45 | |
| 46 | @@ -1443,7 +1443,7 @@ if test "$ac_init_help" = "long"; then |
| 47 | # Omit some internal or obsolete options to make the list less imposing. |
| 48 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 49 | cat <<_ACEOF |
| 50 | -\`configure' configures PostgreSQL 14.5 to adapt to many kinds of systems. |
| 51 | +\`configure' configures PostgreSQL 14.6 to adapt to many kinds of systems. |
| 52 | |
| 53 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 54 | |
| 55 | @@ -1508,7 +1508,7 @@ fi |
| 56 | |
| 57 | if test -n "$ac_init_help"; then |
| 58 | case $ac_init_help in |
| 59 | - short | recursive ) echo "Configuration of PostgreSQL 14.5:";; |
| 60 | + short | recursive ) echo "Configuration of PostgreSQL 14.6:";; |
| 61 | esac |
| 62 | cat <<\_ACEOF |
| 63 | |
| 64 | @@ -1679,7 +1679,7 @@ fi |
| 65 | test -n "$ac_init_help" && exit $ac_status |
| 66 | if $ac_init_version; then |
| 67 | cat <<\_ACEOF |
| 68 | -PostgreSQL configure 14.5 |
| 69 | +PostgreSQL configure 14.6 |
| 70 | generated by GNU Autoconf 2.69 |
| 71 | |
| 72 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 73 | @@ -2432,7 +2432,7 @@ cat >config.log <<_ACEOF |
| 74 | This file contains any messages produced by compilers while |
| 75 | running configure, to aid debugging if configure makes a mistake. |
| 76 | |
| 77 | -It was created by PostgreSQL $as_me 14.5, which was |
| 78 | +It was created by PostgreSQL $as_me 14.6, which was |
| 79 | generated by GNU Autoconf 2.69. Invocation command line was |
| 80 | |
| 81 | $ $0 $@ |
| 82 | @@ -6384,6 +6384,51 @@ fi |
| 83 | if test -n "$NOT_THE_CFLAGS"; then |
| 84 | CFLAGS="$CFLAGS -Wno-compound-token-split-by-macro" |
| 85 | fi |
| 86 | + # Similarly remove clang 15+'s deprecated-non-prototype, as it warns about |
| 87 | + # tree-walking APIs that we can't reasonably change in the back branches. |
| 88 | + NOT_THE_CFLAGS="" |
| 89 | + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS" >&5 |
| 90 | +$as_echo_n "checking whether ${CC} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS... " >&6; } |
| 91 | +if ${pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype+:} false; then : |
| 92 | + $as_echo_n "(cached) " >&6 |
| 93 | +else |
| 94 | + pgac_save_CFLAGS=$CFLAGS |
| 95 | +pgac_save_CC=$CC |
| 96 | +CC=${CC} |
| 97 | +CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" |
| 98 | +ac_save_c_werror_flag=$ac_c_werror_flag |
| 99 | +ac_c_werror_flag=yes |
| 100 | +cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 101 | +/* end confdefs.h. */ |
| 102 | + |
| 103 | +int |
| 104 | +main () |
| 105 | +{ |
| 106 | + |
| 107 | + ; |
| 108 | + return 0; |
| 109 | +} |
| 110 | +_ACEOF |
| 111 | +if ac_fn_c_try_compile "$LINENO"; then : |
| 112 | + pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype=yes |
| 113 | +else |
| 114 | + pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype=no |
| 115 | +fi |
| 116 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 117 | +ac_c_werror_flag=$ac_save_c_werror_flag |
| 118 | +CFLAGS="$pgac_save_CFLAGS" |
| 119 | +CC="$pgac_save_CC" |
| 120 | +fi |
| 121 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype" >&5 |
| 122 | +$as_echo "$pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype" >&6; } |
| 123 | +if test x"$pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype" = x"yes"; then |
| 124 | + NOT_THE_CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" |
| 125 | +fi |
| 126 | + |
| 127 | + |
| 128 | + if test -n "$NOT_THE_CFLAGS"; then |
| 129 | + CFLAGS="$CFLAGS -Wno-deprecated-non-prototype" |
| 130 | + fi |
| 131 | # Similarly disable useless truncation warnings from gcc 8+ |
| 132 | NOT_THE_CFLAGS="" |
| 133 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} supports -Wformat-truncation, for NOT_THE_CFLAGS" >&5 |
| 134 | @@ -7214,6 +7259,95 @@ if test x"$pgac_cv_prog_CLANGXX_cxxflags__fexcess_precision_standard" = x"yes"; |
| 135 | fi |
| 136 | |
| 137 | |
| 138 | + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Xclang -no-opaque-pointers, for BITCODE_CFLAGS" >&5 |
| 139 | +$as_echo_n "checking whether ${CLANG} supports -Xclang -no-opaque-pointers, for BITCODE_CFLAGS... " >&6; } |
| 140 | +if ${pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers+:} false; then : |
| 141 | + $as_echo_n "(cached) " >&6 |
| 142 | +else |
| 143 | + pgac_save_CFLAGS=$CFLAGS |
| 144 | +pgac_save_CC=$CC |
| 145 | +CC=${CLANG} |
| 146 | +CFLAGS="${BITCODE_CFLAGS} -Xclang -no-opaque-pointers" |
| 147 | +ac_save_c_werror_flag=$ac_c_werror_flag |
| 148 | +ac_c_werror_flag=yes |
| 149 | +cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 150 | +/* end confdefs.h. */ |
| 151 | + |
| 152 | +int |
| 153 | +main () |
| 154 | +{ |
| 155 | + |
| 156 | + ; |
| 157 | + return 0; |
| 158 | +} |
| 159 | +_ACEOF |
| 160 | +if ac_fn_c_try_compile "$LINENO"; then : |
| 161 | + pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers=yes |
| 162 | +else |
| 163 | + pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers=no |
| 164 | +fi |
| 165 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 166 | +ac_c_werror_flag=$ac_save_c_werror_flag |
| 167 | +CFLAGS="$pgac_save_CFLAGS" |
| 168 | +CC="$pgac_save_CC" |
| 169 | +fi |
| 170 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers" >&5 |
| 171 | +$as_echo "$pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers" >&6; } |
| 172 | +if test x"$pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers" = x"yes"; then |
| 173 | + BITCODE_CFLAGS="${BITCODE_CFLAGS} -Xclang -no-opaque-pointers" |
| 174 | +fi |
| 175 | + |
| 176 | + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANGXX} supports -Xclang -no-opaque-pointers, for BITCODE_CXXFLAGS" >&5 |
| 177 | +$as_echo_n "checking whether ${CLANGXX} supports -Xclang -no-opaque-pointers, for BITCODE_CXXFLAGS... " >&6; } |
| 178 | +if ${pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers+:} false; then : |
| 179 | + $as_echo_n "(cached) " >&6 |
| 180 | +else |
| 181 | + pgac_save_CXXFLAGS=$CXXFLAGS |
| 182 | +pgac_save_CXX=$CXX |
| 183 | +CXX=${CLANGXX} |
| 184 | +CXXFLAGS="${BITCODE_CXXFLAGS} -Xclang -no-opaque-pointers" |
| 185 | +ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
| 186 | +ac_cxx_werror_flag=yes |
| 187 | +ac_ext=cpp |
| 188 | +ac_cpp='$CXXCPP $CPPFLAGS' |
| 189 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 190 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 191 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 192 | + |
| 193 | +cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 194 | +/* end confdefs.h. */ |
| 195 | + |
| 196 | +int |
| 197 | +main () |
| 198 | +{ |
| 199 | + |
| 200 | + ; |
| 201 | + return 0; |
| 202 | +} |
| 203 | +_ACEOF |
| 204 | +if ac_fn_cxx_try_compile "$LINENO"; then : |
| 205 | + pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers=yes |
| 206 | +else |
| 207 | + pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers=no |
| 208 | +fi |
| 209 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 210 | +ac_ext=c |
| 211 | +ac_cpp='$CPP $CPPFLAGS' |
| 212 | +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 213 | +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 214 | +ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 215 | + |
| 216 | +ac_cxx_werror_flag=$ac_save_cxx_werror_flag |
| 217 | +CXXFLAGS="$pgac_save_CXXFLAGS" |
| 218 | +CXX="$pgac_save_CXX" |
| 219 | +fi |
| 220 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers" >&5 |
| 221 | +$as_echo "$pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers" >&6; } |
| 222 | +if test x"$pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers" = x"yes"; then |
| 223 | + BITCODE_CXXFLAGS="${BITCODE_CXXFLAGS} -Xclang -no-opaque-pointers" |
| 224 | +fi |
| 225 | + |
| 226 | + |
| 227 | NOT_THE_CFLAGS="" |
| 228 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Wunused-command-line-argument, for NOT_THE_CFLAGS" >&5 |
| 229 | $as_echo_n "checking whether ${CLANG} supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... " >&6; } |
| 230 | @@ -7299,6 +7433,48 @@ fi |
| 231 | BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-compound-token-split-by-macro" |
| 232 | fi |
| 233 | NOT_THE_CFLAGS="" |
| 234 | + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS" >&5 |
| 235 | +$as_echo_n "checking whether ${CLANG} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS... " >&6; } |
| 236 | +if ${pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype+:} false; then : |
| 237 | + $as_echo_n "(cached) " >&6 |
| 238 | +else |
| 239 | + pgac_save_CFLAGS=$CFLAGS |
| 240 | +pgac_save_CC=$CC |
| 241 | +CC=${CLANG} |
| 242 | +CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" |
| 243 | +ac_save_c_werror_flag=$ac_c_werror_flag |
| 244 | +ac_c_werror_flag=yes |
| 245 | +cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 246 | +/* end confdefs.h. */ |
| 247 | + |
| 248 | +int |
| 249 | +main () |
| 250 | +{ |
| 251 | + |
| 252 | + ; |
| 253 | + return 0; |
| 254 | +} |
| 255 | +_ACEOF |
| 256 | +if ac_fn_c_try_compile "$LINENO"; then : |
| 257 | + pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype=yes |
| 258 | +else |
| 259 | + pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype=no |
| 260 | +fi |
| 261 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 262 | +ac_c_werror_flag=$ac_save_c_werror_flag |
| 263 | +CFLAGS="$pgac_save_CFLAGS" |
| 264 | +CC="$pgac_save_CC" |
| 265 | +fi |
| 266 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype" >&5 |
| 267 | +$as_echo "$pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype" >&6; } |
| 268 | +if test x"$pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype" = x"yes"; then |
| 269 | + NOT_THE_CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" |
| 270 | +fi |
| 271 | + |
| 272 | + if test -n "$NOT_THE_CFLAGS"; then |
| 273 | + BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-deprecated-non-prototype" |
| 274 | + fi |
| 275 | + NOT_THE_CFLAGS="" |
| 276 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Wformat-truncation, for NOT_THE_CFLAGS" >&5 |
| 277 | $as_echo_n "checking whether ${CLANG} supports -Wformat-truncation, for NOT_THE_CFLAGS... " >&6; } |
| 278 | if ${pgac_cv_prog_CLANG_cflags__Wformat_truncation+:} false; then : |
| 279 | @@ -20275,7 +20451,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 280 | # report actual input values of CONFIG_FILES etc. instead of their |
| 281 | # values after options handling. |
| 282 | ac_log=" |
| 283 | -This file was extended by PostgreSQL $as_me 14.5, which was |
| 284 | +This file was extended by PostgreSQL $as_me 14.6, which was |
| 285 | generated by GNU Autoconf 2.69. Invocation command line was |
| 286 | |
| 287 | CONFIG_FILES = $CONFIG_FILES |
| 288 | @@ -20346,7 +20522,7 @@ _ACEOF |
| 289 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 290 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 291 | ac_cs_version="\\ |
| 292 | -PostgreSQL config.status 14.5 |
| 293 | +PostgreSQL config.status 14.6 |
| 294 | configured by $0, generated by GNU Autoconf 2.69, |
| 295 | with options \\"\$ac_cs_config\\" |
| 296 | |
| 297 | diff --git a/configure.ac b/configure.ac |
| 298 | index 0ca14d9..62a10ee 100644 |
| 299 | --- a/configure.ac |
| 300 | +++ b/configure.ac |
| 301 | @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. |
| 302 | dnl |
| 303 | m4_pattern_forbid(^PGAC_)dnl to catch undefined macros |
| 304 | |
| 305 | -AC_INIT([PostgreSQL], [14.5], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) |
| 306 | +AC_INIT([PostgreSQL], [14.6], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) |
| 307 | |
| 308 | m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. |
| 309 | Untested combinations of 'autoconf' and PostgreSQL versions are not |
| 310 | @@ -542,6 +542,13 @@ if test "$GCC" = yes -a "$ICC" = no; then |
| 311 | if test -n "$NOT_THE_CFLAGS"; then |
| 312 | CFLAGS="$CFLAGS -Wno-compound-token-split-by-macro" |
| 313 | fi |
| 314 | + # Similarly remove clang 15+'s deprecated-non-prototype, as it warns about |
| 315 | + # tree-walking APIs that we can't reasonably change in the back branches. |
| 316 | + NOT_THE_CFLAGS="" |
| 317 | + PGAC_PROG_CC_VAR_OPT(NOT_THE_CFLAGS, [-Wdeprecated-non-prototype]) |
| 318 | + if test -n "$NOT_THE_CFLAGS"; then |
| 319 | + CFLAGS="$CFLAGS -Wno-deprecated-non-prototype" |
| 320 | + fi |
| 321 | # Similarly disable useless truncation warnings from gcc 8+ |
| 322 | NOT_THE_CFLAGS="" |
| 323 | PGAC_PROG_CC_VAR_OPT(NOT_THE_CFLAGS, [-Wformat-truncation]) |
| 324 | @@ -593,6 +600,9 @@ if test "$with_llvm" = yes ; then |
| 325 | PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, BITCODE_CFLAGS, [-fexcess-precision=standard]) |
| 326 | PGAC_PROG_VARCXX_VARFLAGS_OPT(CLANGXX, BITCODE_CXXFLAGS, [-fexcess-precision=standard]) |
| 327 | |
| 328 | + PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, BITCODE_CFLAGS, [-Xclang -no-opaque-pointers]) |
| 329 | + PGAC_PROG_VARCXX_VARFLAGS_OPT(CLANGXX, BITCODE_CXXFLAGS, [-Xclang -no-opaque-pointers]) |
| 330 | + |
| 331 | NOT_THE_CFLAGS="" |
| 332 | PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, NOT_THE_CFLAGS, [-Wunused-command-line-argument]) |
| 333 | if test -n "$NOT_THE_CFLAGS"; then |
| 334 | @@ -604,6 +614,11 @@ if test "$with_llvm" = yes ; then |
| 335 | BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-compound-token-split-by-macro" |
| 336 | fi |
| 337 | NOT_THE_CFLAGS="" |
| 338 | + PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, NOT_THE_CFLAGS, [-Wdeprecated-non-prototype]) |
| 339 | + if test -n "$NOT_THE_CFLAGS"; then |
| 340 | + BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-deprecated-non-prototype" |
| 341 | + fi |
| 342 | + NOT_THE_CFLAGS="" |
| 343 | PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, NOT_THE_CFLAGS, [-Wformat-truncation]) |
| 344 | if test -n "$NOT_THE_CFLAGS"; then |
| 345 | BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-format-truncation" |
| 346 | diff --git a/contrib/pg_stat_statements/pg_stat_statements.c b/contrib/pg_stat_statements/pg_stat_statements.c |
| 347 | index 0070f0f..5fff558 100644 |
| 348 | --- a/contrib/pg_stat_statements/pg_stat_statements.c |
| 349 | +++ b/contrib/pg_stat_statements/pg_stat_statements.c |
| 350 | @@ -1077,6 +1077,8 @@ pgss_ProcessUtility(PlannedStmt *pstmt, const char *queryString, |
| 351 | { |
| 352 | Node *parsetree = pstmt->utilityStmt; |
| 353 | uint64 saved_queryId = pstmt->queryId; |
| 354 | + int saved_stmt_location = pstmt->stmt_location; |
| 355 | + int saved_stmt_len = pstmt->stmt_len; |
| 356 | |
| 357 | /* |
| 358 | * Force utility statements to get queryId zero. We do this even in cases |
| 359 | @@ -1142,6 +1144,16 @@ pgss_ProcessUtility(PlannedStmt *pstmt, const char *queryString, |
| 360 | } |
| 361 | PG_END_TRY(); |
| 362 | |
| 363 | + /* |
| 364 | + * CAUTION: do not access the *pstmt data structure again below here. |
| 365 | + * If it was a ROLLBACK or similar, that data structure may have been |
| 366 | + * freed. We must copy everything we still need into local variables, |
| 367 | + * which we did above. |
| 368 | + * |
| 369 | + * For the same reason, we can't risk restoring pstmt->queryId to its |
| 370 | + * former value, which'd otherwise be a good idea. |
| 371 | + */ |
| 372 | + |
| 373 | INSTR_TIME_SET_CURRENT(duration); |
| 374 | INSTR_TIME_SUBTRACT(duration, start); |
| 375 | |
| 376 | @@ -1166,8 +1178,8 @@ pgss_ProcessUtility(PlannedStmt *pstmt, const char *queryString, |
| 377 | |
| 378 | pgss_store(queryString, |
| 379 | saved_queryId, |
| 380 | - pstmt->stmt_location, |
| 381 | - pstmt->stmt_len, |
| 382 | + saved_stmt_location, |
| 383 | + saved_stmt_len, |
| 384 | PGSS_EXEC, |
| 385 | INSTR_TIME_GET_MILLISEC(duration), |
| 386 | rows, |
| 387 | diff --git a/contrib/postgres_fdw/expected/postgres_fdw.out b/contrib/postgres_fdw/expected/postgres_fdw.out |
| 388 | index e850db1..d4c8c56 100644 |
| 389 | --- a/contrib/postgres_fdw/expected/postgres_fdw.out |
| 390 | +++ b/contrib/postgres_fdw/expected/postgres_fdw.out |
| 391 | @@ -2355,6 +2355,85 @@ SELECT * FROM ft1, ft2, ft4, ft5, local_tbl WHERE ft1.c1 = ft2.c1 AND ft1.c2 = f |
| 392 | |
| 393 | RESET enable_nestloop; |
| 394 | RESET enable_hashjoin; |
| 395 | +-- test that add_paths_with_pathkeys_for_rel() arranges for the epq_path to |
| 396 | +-- return columns needed by the parent ForeignScan node |
| 397 | +EXPLAIN (VERBOSE, COSTS OFF) |
| 398 | +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = ss.c1) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; |
| 399 | + QUERY PLAN |
| 400 | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 401 | + LockRows |
| 402 | + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)), local_tbl.ctid, ft1.*, ft2.* |
| 403 | + -> Merge Left Join |
| 404 | + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)), local_tbl.ctid, ft1.*, ft2.* |
| 405 | + Merge Cond: (local_tbl.c1 = ft1.c1) |
| 406 | + -> Index Scan using local_tbl_pkey on public.local_tbl |
| 407 | + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, local_tbl.ctid |
| 408 | + -> Materialize |
| 409 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)) |
| 410 | + -> Foreign Scan |
| 411 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, COALESCE((ft1.c3 || ft2.c3), 'foobar'::text) |
| 412 | + Relations: (public.ft1) INNER JOIN (public.ft2) |
| 413 | + Remote SQL: SELECT r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8, CASE WHEN (r4.*)::text IS NOT NULL THEN ROW(r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8) END, CASE WHEN (r5.*)::text IS NOT NULL THEN ROW(r5."C 1", r5.c2, r5.c3, r5.c4, r5.c5, r5.c6, r5.c7, r5.c8) END, r5.c3 FROM ("S 1"."T 1" r4 INNER JOIN "S 1"."T 1" r5 ON (((r4."C 1" = r5."C 1")) AND ((r4."C 1" < 100)))) ORDER BY r4."C 1" ASC NULLS LAST |
| 414 | + -> Result |
| 415 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, ft2.c3 |
| 416 | + -> Sort |
| 417 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)), ft2.c3 |
| 418 | + Sort Key: ft1.c1 |
| 419 | + -> Hash Join |
| 420 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, COALESCE((ft1.c3 || ft2.c3), 'foobar'::text), ft2.c3 |
| 421 | + Hash Cond: (ft1.c1 = ft2.c1) |
| 422 | + -> Foreign Scan on public.ft1 |
| 423 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.* |
| 424 | + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" < 100)) |
| 425 | + -> Hash |
| 426 | + Output: ft2.*, ft2.c1, ft2.c3 |
| 427 | + -> Foreign Scan on public.ft2 |
| 428 | + Output: ft2.*, ft2.c1, ft2.c3 |
| 429 | + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" |
| 430 | +(29 rows) |
| 431 | + |
| 432 | +ALTER SERVER loopback OPTIONS (DROP extensions); |
| 433 | +ALTER SERVER loopback OPTIONS (ADD fdw_startup_cost '10000.0'); |
| 434 | +EXPLAIN (VERBOSE, COSTS OFF) |
| 435 | +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.* FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100 AND ft1.c1 = postgres_fdw_abs(ft2.c2))) ss ON (local_tbl.c3 = ss.c3) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; |
| 436 | + QUERY PLAN |
| 437 | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 438 | + LockRows |
| 439 | + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, local_tbl.ctid, ft1.*, ft2.* |
| 440 | + -> Nested Loop Left Join |
| 441 | + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, local_tbl.ctid, ft1.*, ft2.* |
| 442 | + Join Filter: (local_tbl.c3 = ft1.c3) |
| 443 | + -> Index Scan using local_tbl_pkey on public.local_tbl |
| 444 | + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, local_tbl.ctid |
| 445 | + -> Materialize |
| 446 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.* |
| 447 | + -> Foreign Scan |
| 448 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.* |
| 449 | + Filter: (ft1.c1 = postgres_fdw_abs(ft2.c2)) |
| 450 | + Relations: (public.ft1) INNER JOIN (public.ft2) |
| 451 | + Remote SQL: SELECT r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8, CASE WHEN (r4.*)::text IS NOT NULL THEN ROW(r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8) END, CASE WHEN (r5.*)::text IS NOT NULL THEN ROW(r5."C 1", r5.c2, r5.c3, r5.c4, r5.c5, r5.c6, r5.c7, r5.c8) END, r5.c2 FROM ("S 1"."T 1" r4 INNER JOIN "S 1"."T 1" r5 ON (((r4."C 1" = r5."C 1")) AND ((r4."C 1" < 100)))) ORDER BY r4.c3 ASC NULLS LAST |
| 452 | + -> Sort |
| 453 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, ft2.c2 |
| 454 | + Sort Key: ft1.c3 |
| 455 | + -> Merge Join |
| 456 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, ft2.c2 |
| 457 | + Merge Cond: ((ft1.c1 = (postgres_fdw_abs(ft2.c2))) AND (ft1.c1 = ft2.c1)) |
| 458 | + -> Sort |
| 459 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.* |
| 460 | + Sort Key: ft1.c1 |
| 461 | + -> Foreign Scan on public.ft1 |
| 462 | + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.* |
| 463 | + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" < 100)) |
| 464 | + -> Sort |
| 465 | + Output: ft2.*, ft2.c1, ft2.c2, (postgres_fdw_abs(ft2.c2)) |
| 466 | + Sort Key: (postgres_fdw_abs(ft2.c2)), ft2.c1 |
| 467 | + -> Foreign Scan on public.ft2 |
| 468 | + Output: ft2.*, ft2.c1, ft2.c2, postgres_fdw_abs(ft2.c2) |
| 469 | + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" ORDER BY "C 1" ASC NULLS LAST |
| 470 | +(32 rows) |
| 471 | + |
| 472 | +ALTER SERVER loopback OPTIONS (DROP fdw_startup_cost); |
| 473 | +ALTER SERVER loopback OPTIONS (ADD extensions 'postgres_fdw'); |
| 474 | DROP TABLE local_tbl; |
| 475 | -- check join pushdown in situations where multiple userids are involved |
| 476 | CREATE ROLE regress_view_owner SUPERUSER; |
| 477 | diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c |
| 478 | index 63c578b..b4eb728 100644 |
| 479 | --- a/contrib/postgres_fdw/postgres_fdw.c |
| 480 | +++ b/contrib/postgres_fdw/postgres_fdw.c |
| 481 | @@ -5796,6 +5796,55 @@ add_paths_with_pathkeys_for_rel(PlannerInfo *root, RelOptInfo *rel, |
| 482 | |
| 483 | useful_pathkeys_list = get_useful_pathkeys_for_relation(root, rel); |
| 484 | |
| 485 | + /* |
| 486 | + * Before creating sorted paths, arrange for the passed-in EPQ path, if |
| 487 | + * any, to return columns needed by the parent ForeignScan node so that |
| 488 | + * they will propagate up through Sort nodes injected below, if necessary. |
| 489 | + */ |
| 490 | + if (epq_path != NULL && useful_pathkeys_list != NIL) |
| 491 | + { |
| 492 | + PgFdwRelationInfo *fpinfo = (PgFdwRelationInfo *) rel->fdw_private; |
| 493 | + PathTarget *target = copy_pathtarget(epq_path->pathtarget); |
| 494 | + |
| 495 | + /* Include columns required for evaluating PHVs in the tlist. */ |
| 496 | + add_new_columns_to_pathtarget(target, |
| 497 | + pull_var_clause((Node *) target->exprs, |
| 498 | + PVC_RECURSE_PLACEHOLDERS)); |
| 499 | + |
| 500 | + /* Include columns required for evaluating the local conditions. */ |
| 501 | + foreach(lc, fpinfo->local_conds) |
| 502 | + { |
| 503 | + RestrictInfo *rinfo = lfirst_node(RestrictInfo, lc); |
| 504 | + |
| 505 | + add_new_columns_to_pathtarget(target, |
| 506 | + pull_var_clause((Node *) rinfo->clause, |
| 507 | + PVC_RECURSE_PLACEHOLDERS)); |
| 508 | + } |
| 509 | + |
| 510 | + /* |
| 511 | + * If we have added any new columns, adjust the tlist of the EPQ path. |
| 512 | + * |
| 513 | + * Note: the plan created using this path will only be used to execute |
| 514 | + * EPQ checks, where accuracy of the plan cost and width estimates |
| 515 | + * would not be important, so we do not do set_pathtarget_cost_width() |
| 516 | + * for the new pathtarget here. See also postgresGetForeignPlan(). |
| 517 | + */ |
| 518 | + if (list_length(target->exprs) > list_length(epq_path->pathtarget->exprs)) |
| 519 | + { |
| 520 | + /* The EPQ path is a join path, so it is projection-capable. */ |
| 521 | + Assert(is_projection_capable_path(epq_path)); |
| 522 | + |
| 523 | + /* |
| 524 | + * Use create_projection_path() here, so as to avoid modifying it |
| 525 | + * in place. |
| 526 | + */ |
| 527 | + epq_path = (Path *) create_projection_path(root, |
| 528 | + rel, |
| 529 | + epq_path, |
| 530 | + target); |
| 531 | + } |
| 532 | + } |
| 533 | + |
| 534 | /* Create one path for each set of pathkeys we found above. */ |
| 535 | foreach(lc, useful_pathkeys_list) |
| 536 | { |
| 537 | diff --git a/contrib/postgres_fdw/sql/postgres_fdw.sql b/contrib/postgres_fdw/sql/postgres_fdw.sql |
| 538 | index 2378194..94a7d36 100644 |
| 539 | --- a/contrib/postgres_fdw/sql/postgres_fdw.sql |
| 540 | +++ b/contrib/postgres_fdw/sql/postgres_fdw.sql |
| 541 | @@ -628,6 +628,19 @@ SELECT * FROM ft1, ft2, ft4, ft5, local_tbl WHERE ft1.c1 = ft2.c1 AND ft1.c2 = f |
| 542 | AND ft1.c2 = ft5.c1 AND ft1.c2 = local_tbl.c1 AND ft1.c1 < 100 AND ft2.c1 < 100 FOR UPDATE; |
| 543 | RESET enable_nestloop; |
| 544 | RESET enable_hashjoin; |
| 545 | + |
| 546 | +-- test that add_paths_with_pathkeys_for_rel() arranges for the epq_path to |
| 547 | +-- return columns needed by the parent ForeignScan node |
| 548 | +EXPLAIN (VERBOSE, COSTS OFF) |
| 549 | +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = ss.c1) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; |
| 550 | + |
| 551 | +ALTER SERVER loopback OPTIONS (DROP extensions); |
| 552 | +ALTER SERVER loopback OPTIONS (ADD fdw_startup_cost '10000.0'); |
| 553 | +EXPLAIN (VERBOSE, COSTS OFF) |
| 554 | +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.* FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100 AND ft1.c1 = postgres_fdw_abs(ft2.c2))) ss ON (local_tbl.c3 = ss.c3) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; |
| 555 | +ALTER SERVER loopback OPTIONS (DROP fdw_startup_cost); |
| 556 | +ALTER SERVER loopback OPTIONS (ADD extensions 'postgres_fdw'); |
| 557 | + |
| 558 | DROP TABLE local_tbl; |
| 559 | |
| 560 | -- check join pushdown in situations where multiple userids are involved |
| 561 | diff --git a/contrib/test_decoding/Makefile b/contrib/test_decoding/Makefile |
| 562 | index 9a31e0b..4553252 100644 |
| 563 | --- a/contrib/test_decoding/Makefile |
| 564 | +++ b/contrib/test_decoding/Makefile |
| 565 | @@ -8,7 +8,7 @@ REGRESS = ddl xact rewrite toast permissions decoding_in_xact \ |
| 566 | spill slot truncate stream stats twophase twophase_stream |
| 567 | ISOLATION = mxact delayed_startup ondisk_startup concurrent_ddl_dml \ |
| 568 | oldest_xmin snapshot_transfer subxact_without_top concurrent_stream \ |
| 569 | - twophase_snapshot |
| 570 | + twophase_snapshot catalog_change_snapshot |
| 571 | |
| 572 | REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf |
| 573 | ISOLATION_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf |
| 574 | diff --git a/contrib/test_decoding/expected/catalog_change_snapshot.out b/contrib/test_decoding/expected/catalog_change_snapshot.out |
| 575 | new file mode 100644 |
| 576 | index 0000000..b33e49c |
| 577 | --- /dev/null |
| 578 | +++ b/contrib/test_decoding/expected/catalog_change_snapshot.out |
| 579 | @@ -0,0 +1,134 @@ |
| 580 | +Parsed test spec with 2 sessions |
| 581 | + |
| 582 | +starting permutation: s0_init s0_begin s0_savepoint s0_truncate s1_checkpoint s1_get_changes s0_commit s0_begin s0_insert s1_checkpoint s1_get_changes s0_commit s1_get_changes |
| 583 | +step s0_init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); |
| 584 | +?column? |
| 585 | +-------- |
| 586 | +init |
| 587 | +(1 row) |
| 588 | + |
| 589 | +step s0_begin: BEGIN; |
| 590 | +step s0_savepoint: SAVEPOINT sp1; |
| 591 | +step s0_truncate: TRUNCATE tbl1; |
| 592 | +step s1_checkpoint: CHECKPOINT; |
| 593 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 594 | +data |
| 595 | +---- |
| 596 | +(0 rows) |
| 597 | + |
| 598 | +step s0_commit: COMMIT; |
| 599 | +step s0_begin: BEGIN; |
| 600 | +step s0_insert: INSERT INTO tbl1 VALUES (1); |
| 601 | +step s1_checkpoint: CHECKPOINT; |
| 602 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 603 | +data |
| 604 | +--------------------------------------- |
| 605 | +BEGIN |
| 606 | +table public.tbl1: TRUNCATE: (no-flags) |
| 607 | +COMMIT |
| 608 | +(3 rows) |
| 609 | + |
| 610 | +step s0_commit: COMMIT; |
| 611 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 612 | +data |
| 613 | +------------------------------------------------------------- |
| 614 | +BEGIN |
| 615 | +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null |
| 616 | +COMMIT |
| 617 | +(3 rows) |
| 618 | + |
| 619 | +?column? |
| 620 | +-------- |
| 621 | +stop |
| 622 | +(1 row) |
| 623 | + |
| 624 | + |
| 625 | +starting permutation: s0_init s0_begin s0_savepoint s0_insert s1_checkpoint s1_get_changes s0_insert2 s0_commit s0_begin s0_insert s1_checkpoint s1_get_changes s0_commit s1_get_changes |
| 626 | +step s0_init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); |
| 627 | +?column? |
| 628 | +-------- |
| 629 | +init |
| 630 | +(1 row) |
| 631 | + |
| 632 | +step s0_begin: BEGIN; |
| 633 | +step s0_savepoint: SAVEPOINT sp1; |
| 634 | +step s0_insert: INSERT INTO tbl1 VALUES (1); |
| 635 | +step s1_checkpoint: CHECKPOINT; |
| 636 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 637 | +data |
| 638 | +---- |
| 639 | +(0 rows) |
| 640 | + |
| 641 | +step s0_insert2: INSERT INTO user_cat VALUES (1); |
| 642 | +step s0_commit: COMMIT; |
| 643 | +step s0_begin: BEGIN; |
| 644 | +step s0_insert: INSERT INTO tbl1 VALUES (1); |
| 645 | +step s1_checkpoint: CHECKPOINT; |
| 646 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 647 | +data |
| 648 | +------------------------------------------------------------- |
| 649 | +BEGIN |
| 650 | +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null |
| 651 | +table public.user_cat: INSERT: val1[integer]:1 |
| 652 | +COMMIT |
| 653 | +(4 rows) |
| 654 | + |
| 655 | +step s0_commit: COMMIT; |
| 656 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 657 | +data |
| 658 | +------------------------------------------------------------- |
| 659 | +BEGIN |
| 660 | +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null |
| 661 | +COMMIT |
| 662 | +(3 rows) |
| 663 | + |
| 664 | +?column? |
| 665 | +-------- |
| 666 | +stop |
| 667 | +(1 row) |
| 668 | + |
| 669 | + |
| 670 | +starting permutation: s0_init s0_begin s0_savepoint s0_insert s1_checkpoint s1_get_changes s0_truncate s0_commit s0_begin s0_insert s1_checkpoint s1_get_changes s0_commit s1_get_changes |
| 671 | +step s0_init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); |
| 672 | +?column? |
| 673 | +-------- |
| 674 | +init |
| 675 | +(1 row) |
| 676 | + |
| 677 | +step s0_begin: BEGIN; |
| 678 | +step s0_savepoint: SAVEPOINT sp1; |
| 679 | +step s0_insert: INSERT INTO tbl1 VALUES (1); |
| 680 | +step s1_checkpoint: CHECKPOINT; |
| 681 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 682 | +data |
| 683 | +---- |
| 684 | +(0 rows) |
| 685 | + |
| 686 | +step s0_truncate: TRUNCATE tbl1; |
| 687 | +step s0_commit: COMMIT; |
| 688 | +step s0_begin: BEGIN; |
| 689 | +step s0_insert: INSERT INTO tbl1 VALUES (1); |
| 690 | +step s1_checkpoint: CHECKPOINT; |
| 691 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 692 | +data |
| 693 | +------------------------------------------------------------- |
| 694 | +BEGIN |
| 695 | +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null |
| 696 | +table public.tbl1: TRUNCATE: (no-flags) |
| 697 | +COMMIT |
| 698 | +(4 rows) |
| 699 | + |
| 700 | +step s0_commit: COMMIT; |
| 701 | +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); |
| 702 | +data |
| 703 | +------------------------------------------------------------- |
| 704 | +BEGIN |
| 705 | +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null |
| 706 | +COMMIT |
| 707 | +(3 rows) |
| 708 | + |
| 709 | +?column? |
| 710 | +-------- |
| 711 | +stop |
| 712 | +(1 row) |
| 713 | + |
| 714 | diff --git a/contrib/test_decoding/specs/catalog_change_snapshot.spec b/contrib/test_decoding/specs/catalog_change_snapshot.spec |
| 715 | new file mode 100644 |
| 716 | index 0000000..770dbd6 |
| 717 | --- /dev/null |
| 718 | +++ b/contrib/test_decoding/specs/catalog_change_snapshot.spec |
| 719 | @@ -0,0 +1,62 @@ |
| 720 | +# Test decoding only the commit record of the transaction that have |
| 721 | +# modified catalogs. |
| 722 | +setup |
| 723 | +{ |
| 724 | + DROP TABLE IF EXISTS tbl1; |
| 725 | + CREATE TABLE tbl1 (val1 integer, val2 integer); |
| 726 | + CREATE TABLE user_cat (val1 integer) WITH (user_catalog_table = true); |
| 727 | +} |
| 728 | + |
| 729 | +teardown |
| 730 | +{ |
| 731 | + DROP TABLE tbl1; |
| 732 | + DROP TABLE user_cat; |
| 733 | + SELECT 'stop' FROM pg_drop_replication_slot('isolation_slot'); |
| 734 | +} |
| 735 | + |
| 736 | +session "s0" |
| 737 | +setup { SET synchronous_commit=on; } |
| 738 | +step "s0_init" { SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); } |
| 739 | +step "s0_begin" { BEGIN; } |
| 740 | +step "s0_savepoint" { SAVEPOINT sp1; } |
| 741 | +step "s0_truncate" { TRUNCATE tbl1; } |
| 742 | +step "s0_insert" { INSERT INTO tbl1 VALUES (1); } |
| 743 | +step "s0_insert2" { INSERT INTO user_cat VALUES (1); } |
| 744 | +step "s0_commit" { COMMIT; } |
| 745 | + |
| 746 | +session "s1" |
| 747 | +setup { SET synchronous_commit=on; } |
| 748 | +step "s1_checkpoint" { CHECKPOINT; } |
| 749 | +step "s1_get_changes" { SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); } |
| 750 | + |
| 751 | +# For the transaction that TRUNCATEd the table tbl1, the last decoding decodes |
| 752 | +# only its COMMIT record, because it starts from the RUNNING_XACTS record emitted |
| 753 | +# during the first checkpoint execution. This transaction must be marked as |
| 754 | +# containing catalog changes while decoding the COMMIT record and the decoding |
| 755 | +# of the INSERT record must read the pg_class with the correct historic snapshot. |
| 756 | +# |
| 757 | +# Note that in a case where bgwriter wrote the RUNNING_XACTS record between "s0_commit" |
| 758 | +# and "s0_begin", this doesn't happen as the decoding starts from the RUNNING_XACTS |
| 759 | +# record written by bgwriter. One might think we can either stop the bgwriter or |
| 760 | +# increase LOG_SNAPSHOT_INTERVAL_MS but it's not practical via tests. |
| 761 | +permutation "s0_init" "s0_begin" "s0_savepoint" "s0_truncate" "s1_checkpoint" "s1_get_changes" "s0_commit" "s0_begin" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_commit" "s1_get_changes" |
| 762 | + |
| 763 | +# Test that we can handle the case where there is no association between top-level |
| 764 | +# transaction and its subtransactions. The last decoding restarts from the first |
| 765 | +# checkpoint, decodes NEW_CID generated by "s0_insert2", and marks the subtransaction |
| 766 | +# as containing catalog changes while adding tuple cids to its top-level transaction. |
| 767 | +# During that, both transaction entries are created in ReorderBuffer as top-level |
| 768 | +# transactions and have the same LSN. We check if the assertion check for the order |
| 769 | +# of transaction LSNs in AssertTXNLsnOrder() is skipped since we are still before the |
| 770 | +# LSN at which we start replaying the contents of transactions. Besides, when decoding |
| 771 | +# the commit record of the top-level transaction, we must force the top-level |
| 772 | +# transaction to do timetravel since one of its subtransactions has been marked as |
| 773 | +# containing catalog changes. |
| 774 | +permutation "s0_init" "s0_begin" "s0_savepoint" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_insert2" "s0_commit" "s0_begin" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_commit" "s1_get_changes" |
| 775 | + |
| 776 | +# The last decoding restarts from the first checkpoint and adds invalidation |
| 777 | +# messages generated by "s0_truncate" to the subtransaction. While |
| 778 | +# processing the commit record for the top-level transaction, we decide |
| 779 | +# to skip this xact but ensure that corresponding invalidation messages |
| 780 | +# get processed. |
| 781 | +permutation "s0_init" "s0_begin" "s0_savepoint" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_truncate" "s0_commit" "s0_begin" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_commit" "s1_get_changes" |
| 782 | diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c |
| 783 | index f9335f2..b80058e 100644 |
| 784 | --- a/contrib/uuid-ossp/uuid-ossp.c |
| 785 | +++ b/contrib/uuid-ossp/uuid-ossp.c |
| 786 | @@ -285,6 +285,18 @@ uuid_generate_internal(int v, unsigned char *ns, const char *ptr, int len) |
| 787 | strlcpy(strbuf, str, 37); |
| 788 | |
| 789 | /* |
| 790 | + * In recent NetBSD, uuid_create() has started |
| 791 | + * producing v4 instead of v1 UUIDs. Check the |
| 792 | + * version field and complain if it's not v1. |
| 793 | + */ |
| 794 | + if (strbuf[14] != '1') |
| 795 | + ereport(ERROR, |
| 796 | + (errcode(ERRCODE_EXTERNAL_ROUTINE_EXCEPTION), |
| 797 | + /* translator: %c will be a hex digit */ |
| 798 | + errmsg("uuid_create() produced a version %c UUID instead of the expected version 1", |
| 799 | + strbuf[14]))); |
| 800 | + |
| 801 | + /* |
| 802 | * PTR, if set, replaces the trailing characters of |
| 803 | * the uuid; this is to support v1mc, where a random |
| 804 | * multicast MAC is used instead of the physical one |
| 805 | diff --git a/debian/changelog b/debian/changelog |
| 806 | index e619621..29e6dee 100644 |
| 807 | --- a/debian/changelog |
| 808 | +++ b/debian/changelog |
| 809 | @@ -1,3 +1,26 @@ |
| 810 | +postgresql-14 (14.6-0ubuntu1) lunar; urgency=medium |
| 811 | + |
| 812 | + * New upstream version (LP: #1996770). |
| 813 | + |
| 814 | + + A dump/restore is not required for those running 14.X. |
| 815 | + |
| 816 | + + Also, if you are upgrading from a version earlier than 14.4, see |
| 817 | + those release notes as well please. |
| 818 | + |
| 819 | + + Disallow rules named _RETURN that are not ON SELECT rules. |
| 820 | + |
| 821 | + + Fix use-after-free hazard in string comparisons. (Tom Lane) |
| 822 | + |
| 823 | + + Fix incompatibilities with LLVM 15. (Thomas Munro, Andres Freund) |
| 824 | + |
| 825 | + + Details about these and many further changes can be found at: |
| 826 | + https://www.postgresql.org/docs/14/release-14-6.html |
| 827 | + |
| 828 | + * d/control: remove strict dependency on llvm-14-dev/clang-14 now that LLVM |
| 829 | + 15 support is available. |
| 830 | + |
| 831 | + -- Athos Ribeiro <athos.ribeiro@canonical.com> Wed, 16 Nov 2022 12:49:39 -0300 |
| 832 | + |
| 833 | postgresql-14 (14.5-1ubuntu2) lunar; urgency=medium |
| 834 | |
| 835 | * Rebuild against new perlapi-5.36. |
| 836 | diff --git a/debian/control b/debian/control |
| 837 | index 360bd27..a622aed 100644 |
| 838 | --- a/debian/control |
| 839 | +++ b/debian/control |
| 840 | @@ -12,7 +12,7 @@ Rules-Requires-Root: no |
| 841 | Build-Depends: |
| 842 | autoconf, |
| 843 | bison, |
| 844 | - clang-14 [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], |
| 845 | + clang [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], |
| 846 | debhelper-compat (= 13), |
| 847 | dh-exec (>= 0.13~), |
| 848 | docbook-xml, |
| 849 | @@ -36,7 +36,7 @@ Build-Depends: |
| 850 | libxml2-dev, |
| 851 | libxml2-utils, |
| 852 | libxslt1-dev, |
| 853 | - llvm-14-dev [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], |
| 854 | + llvm-dev [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], |
| 855 | mawk, |
| 856 | perl (>= 5.8), |
| 857 | pkg-config, |
| 858 | diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml |
| 859 | index 9ed148a..2df6559 100644 |
| 860 | --- a/doc/src/sgml/acronyms.sgml |
| 861 | +++ b/doc/src/sgml/acronyms.sgml |
| 862 | @@ -299,9 +299,7 @@ |
| 863 | <term><acronym>HOT</acronym></term> |
| 864 | <listitem> |
| 865 | <para> |
| 866 | - <ulink |
| 867 | - url="https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">Heap-Only |
| 868 | - Tuples</ulink> |
| 869 | + <link linkend="storage-hot">Heap-Only Tuples</link> |
| 870 | </para> |
| 871 | </listitem> |
| 872 | </varlistentry> |
| 873 | diff --git a/doc/src/sgml/btree.sgml b/doc/src/sgml/btree.sgml |
| 874 | index a9200ee..6f608a1 100644 |
| 875 | --- a/doc/src/sgml/btree.sgml |
| 876 | +++ b/doc/src/sgml/btree.sgml |
| 877 | @@ -639,7 +639,8 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns |
| 878 | accumulate and adversely affect query latency and throughput. This |
| 879 | typically occurs with <command>UPDATE</command>-heavy workloads |
| 880 | where most individual updates cannot apply the |
| 881 | - <acronym>HOT</acronym> optimization. Changing the value of only |
| 882 | + <link linkend="storage-hot"><acronym>HOT</acronym> optimization.</link> |
| 883 | + Changing the value of only |
| 884 | one column covered by one index during an <command>UPDATE</command> |
| 885 | <emphasis>always</emphasis> necessitates a new set of index tuples |
| 886 | — one for <emphasis>each and every</emphasis> index on the |
| 887 | diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml |
| 888 | index 688e778..8af1252 100644 |
| 889 | --- a/doc/src/sgml/catalogs.sgml |
| 890 | +++ b/doc/src/sgml/catalogs.sgml |
| 891 | @@ -4317,7 +4317,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l |
| 892 | <para> |
| 893 | If true, queries must not use the index until the <structfield>xmin</structfield> |
| 894 | of this <structname>pg_index</structname> row is below their <symbol>TransactionXmin</symbol> |
| 895 | - event horizon, because the table may contain broken HOT chains with |
| 896 | + event horizon, because the table may contain broken <link linkend="storage-hot">HOT chains</link> with |
| 897 | incompatible rows that they can see |
| 898 | </para></entry> |
| 899 | </row> |
| 900 | diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml |
| 901 | index 8827685..e069ccd 100644 |
| 902 | --- a/doc/src/sgml/config.sgml |
| 903 | +++ b/doc/src/sgml/config.sgml |
| 904 | @@ -2754,9 +2754,10 @@ include_dir 'conf.d' |
| 905 | levels. This parameter can only be set at server start. |
| 906 | </para> |
| 907 | <para> |
| 908 | - In <literal>minimal</literal> level, no information is logged for |
| 909 | - permanent relations for the remainder of a transaction that creates or |
| 910 | - rewrites them. This can make operations much faster (see |
| 911 | + The <literal>minimal</literal> level generates the least WAL |
| 912 | + volume. It logs no row information for permanent relations |
| 913 | + in transactions that create or |
| 914 | + rewrite them. This can make operations much faster (see |
| 915 | <xref linkend="populate-pitr"/>). Operations that initiate this |
| 916 | optimization include: |
| 917 | <simplelist> |
| 918 | @@ -2768,19 +2769,20 @@ include_dir 'conf.d' |
| 919 | <member><command>REINDEX</command></member> |
| 920 | <member><command>TRUNCATE</command></member> |
| 921 | </simplelist> |
| 922 | - But minimal WAL does not contain enough information to reconstruct the |
| 923 | - data from a base backup and the WAL logs, so <literal>replica</literal> or |
| 924 | - higher must be used to enable WAL archiving |
| 925 | - (<xref linkend="guc-archive-mode"/>) and streaming replication. |
| 926 | + However, minimal WAL does not contain sufficient information for |
| 927 | + point-in-time recovery, so <literal>replica</literal> or |
| 928 | + higher must be used to enable continuous archiving |
| 929 | + (<xref linkend="guc-archive-mode"/>) and streaming binary replication. |
| 930 | + In fact, the server will not even start in this mode if |
| 931 | + <varname>max_wal_senders</varname> is non-zero. |
| 932 | Note that changing <varname>wal_level</varname> to |
| 933 | - <literal>minimal</literal> makes any base backups taken before |
| 934 | - unavailable for archive recovery and standby server, which may |
| 935 | - lead to data loss. |
| 936 | + <literal>minimal</literal> makes previous base backups unusable |
| 937 | + for point-in-time recovery and standby servers. |
| 938 | </para> |
| 939 | <para> |
| 940 | In <literal>logical</literal> level, the same information is logged as |
| 941 | - with <literal>replica</literal>, plus information needed to allow |
| 942 | - extracting logical change sets from the WAL. Using a level of |
| 943 | + with <literal>replica</literal>, plus information needed to |
| 944 | + extract logical change sets from the WAL. Using a level of |
| 945 | <literal>logical</literal> will increase the WAL volume, particularly if many |
| 946 | tables are configured for <literal>REPLICA IDENTITY FULL</literal> and |
| 947 | many <command>UPDATE</command> and <command>DELETE</command> statements are |
| 948 | @@ -4377,7 +4379,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class=" |
| 949 | <listitem> |
| 950 | <para> |
| 951 | Specifies the number of transactions by which <command>VACUUM</command> and |
| 952 | - <acronym>HOT</acronym> updates will defer cleanup of dead row versions. The |
| 953 | + <link linkend="storage-hot"><acronym>HOT</acronym> updates</link> |
| 954 | + will defer cleanup of dead row versions. The |
| 955 | default is zero transactions, meaning that dead row versions can be |
| 956 | removed as soon as possible, that is, as soon as they are no longer |
| 957 | visible to any open transaction. You may wish to set this to a |
| 958 | @@ -6647,6 +6650,13 @@ local0.* /var/log/postgresql |
| 959 | <sect2 id="runtime-config-logging-what"> |
| 960 | <title>What to Log</title> |
| 961 | |
| 962 | + <note> |
| 963 | + <para> |
| 964 | + What you choose to log can have security implications; see |
| 965 | + <xref linkend="logfile-maintenance"/>. |
| 966 | + </para> |
| 967 | + </note> |
| 968 | + |
| 969 | <variablelist> |
| 970 | |
| 971 | <varlistentry id="guc-application-name" xreflabel="application_name"> |
| 972 | @@ -7239,6 +7249,10 @@ log_line_prefix = '%m [%p] %q%u@%d/%a ' |
| 973 | planning). Set <varname>log_min_error_statement</varname> to |
| 974 | <literal>ERROR</literal> (or lower) to log such statements. |
| 975 | </para> |
| 976 | + <para> |
| 977 | + Logged statements might reveal sensitive data and even contain |
| 978 | + plaintext passwords. |
| 979 | + </para> |
| 980 | </note> |
| 981 | </listitem> |
| 982 | </varlistentry> |
| 983 | diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml |
| 984 | index 77c7b17..0e89b76 100644 |
| 985 | --- a/doc/src/sgml/datatype.sgml |
| 986 | +++ b/doc/src/sgml/datatype.sgml |
| 987 | @@ -1177,6 +1177,8 @@ SELECT '52093.89'::money::numeric::float8; |
| 988 | <type>char(<replaceable>n</replaceable>)</type> are aliases for <type>character |
| 989 | varying(<replaceable>n</replaceable>)</type> and |
| 990 | <type>character(<replaceable>n</replaceable>)</type>, respectively. |
| 991 | + If specified, the length must be greater than zero and cannot exceed |
| 992 | + 10485760. |
| 993 | <type>character</type> without length specifier is equivalent to |
| 994 | <type>character(1)</type>. If <type>character varying</type> is used |
| 995 | without length specifier, the type accepts strings of any size. The |
| 996 | diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml |
| 997 | index c85e92b..e49d197 100644 |
| 998 | --- a/doc/src/sgml/ddl.sgml |
| 999 | +++ b/doc/src/sgml/ddl.sgml |
| 1000 | @@ -4057,12 +4057,13 @@ ALTER INDEX measurement_city_id_logdate_key |
| 1001 | <itemizedlist> |
| 1002 | <listitem> |
| 1003 | <para> |
| 1004 | - Unique constraints (and hence primary keys) on partitioned tables must |
| 1005 | - include all the partition key columns. This limitation exists because |
| 1006 | - the individual indexes making up the constraint can only directly |
| 1007 | - enforce uniqueness within their own partitions; therefore, the |
| 1008 | - partition structure itself must guarantee that there are not |
| 1009 | - duplicates in different partitions. |
| 1010 | + To create a unique or primary key constraint on a partitioned table, |
| 1011 | + the partition keys must not include any expressions or function calls |
| 1012 | + and the constraint's columns must include all of the partition key |
| 1013 | + columns. This limitation exists because the individual indexes making |
| 1014 | + up the constraint can only directly enforce uniqueness within their own |
| 1015 | + partitions; therefore, the partition structure itself must guarantee |
| 1016 | + that there are not duplicates in different partitions. |
| 1017 | </para> |
| 1018 | </listitem> |
| 1019 | |
| 1020 | diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml |
| 1021 | index 05dd9a8..e1bac68 100644 |
| 1022 | --- a/doc/src/sgml/docguide.sgml |
| 1023 | +++ b/doc/src/sgml/docguide.sgml |
| 1024 | @@ -63,7 +63,7 @@ |
| 1025 | a complete O'Reilly book for your online reading pleasure. The |
| 1026 | <ulink url="http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html"> |
| 1027 | NewbieDoc Docbook Guide</ulink> is very helpful for beginners. |
| 1028 | - The <ulink url="https://www.freebsd.org/docproj/docproj.html"> |
| 1029 | + The <ulink url="https://www.freebsd.org/docproj/"> |
| 1030 | FreeBSD Documentation Project</ulink> also uses DocBook and has some good |
| 1031 | information, including a number of style guidelines that might be |
| 1032 | worth considering. |
| 1033 | diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml |
| 1034 | index ac8b7e5..acd8240 100644 |
| 1035 | --- a/doc/src/sgml/func.sgml |
| 1036 | +++ b/doc/src/sgml/func.sgml |
| 1037 | @@ -14728,6 +14728,12 @@ table2-mapping |
| 1038 | <type>jsonb</type>, though not for <type>json</type>. The comparison |
| 1039 | operators follow the ordering rules for B-tree operations outlined in |
| 1040 | <xref linkend="json-indexing"/>. |
| 1041 | + See also <xref linkend="functions-aggregate"/> for the aggregate |
| 1042 | + function <function>json_agg</function> which aggregates record |
| 1043 | + values as JSON, the aggregate function |
| 1044 | + <function>json_object_agg</function> which aggregates pairs of values |
| 1045 | + into a JSON object, and their <type>jsonb</type> equivalents, |
| 1046 | + <function>jsonb_agg</function> and <function>jsonb_object_agg</function>. |
| 1047 | </para> |
| 1048 | |
| 1049 | <table id="functions-json-op-table"> |
| 1050 | @@ -15873,7 +15879,7 @@ table2-mapping |
| 1051 | </para> |
| 1052 | <para> |
| 1053 | <literal>jsonb_set_lax('[{"f1":1,"f2":null},2,null,3]', '{0,f1}', null)</literal> |
| 1054 | - <returnvalue>[{"f1":null,"f2":null},2,null,3]</returnvalue> |
| 1055 | + <returnvalue>[{"f1": null, "f2": null}, 2, null, 3]</returnvalue> |
| 1056 | </para> |
| 1057 | <para> |
| 1058 | <literal>jsonb_set_lax('[{"f1":99,"f2":null},2]', '{0,f3}', null, true, 'return_target')</literal> |
| 1059 | @@ -16112,7 +16118,7 @@ table2-mapping |
| 1060 | comparisons. |
| 1061 | </para> |
| 1062 | <para> |
| 1063 | - <literal>jsonb_path_exists_tz('["2015-08-01 12:00:00 -05"]', '$[*] ? (@.datetime() < "2015-08-02".datetime())')</literal> |
| 1064 | + <literal>jsonb_path_exists_tz('["2015-08-01 12:00:00-05"]', '$[*] ? (@.datetime() < "2015-08-02".datetime())')</literal> |
| 1065 | <returnvalue>t</returnvalue> |
| 1066 | </para></entry> |
| 1067 | </row> |
| 1068 | @@ -16183,15 +16189,6 @@ table2-mapping |
| 1069 | </tbody> |
| 1070 | </tgroup> |
| 1071 | </table> |
| 1072 | - |
| 1073 | - <para> |
| 1074 | - See also <xref linkend="functions-aggregate"/> for the aggregate |
| 1075 | - function <function>json_agg</function> which aggregates record |
| 1076 | - values as JSON, the aggregate function |
| 1077 | - <function>json_object_agg</function> which aggregates pairs of values |
| 1078 | - into a JSON object, and their <type>jsonb</type> equivalents, |
| 1079 | - <function>jsonb_agg</function> and <function>jsonb_object_agg</function>. |
| 1080 | - </para> |
| 1081 | </sect2> |
| 1082 | |
| 1083 | <sect2 id="functions-sqljson-path"> |
| 1084 | @@ -25891,7 +25888,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); |
| 1085 | <indexterm> |
| 1086 | <primary>pg_create_logical_replication_slot</primary> |
| 1087 | </indexterm> |
| 1088 | - <function>pg_create_logical_replication_slot</function> ( <parameter>slot_name</parameter> <type>name</type>, <parameter>plugin</parameter> <type>name</type> <optional>, <parameter>temporary</parameter> <type>boolean</type>, <parameter>two_phase</parameter> <type>boolean</type> </optional> ) |
| 1089 | + <function>pg_create_logical_replication_slot</function> ( <parameter>slot_name</parameter> <type>name</type>, <parameter>plugin</parameter> <type>name</type> <optional>, <parameter>temporary</parameter> <type>boolean</type>, <parameter>twophase</parameter> <type>boolean</type> </optional> ) |
| 1090 | <returnvalue>record</returnvalue> |
| 1091 | ( <parameter>slot_name</parameter> <type>name</type>, |
| 1092 | <parameter>lsn</parameter> <type>pg_lsn</type> ) |
| 1093 | @@ -25904,7 +25901,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); |
| 1094 | the slot should not be permanently stored to disk and is only meant |
| 1095 | for use by the current session. Temporary slots are also |
| 1096 | released upon any error. The optional fourth parameter, |
| 1097 | - <parameter>two_phase</parameter>, when set to true, specifies |
| 1098 | + <parameter>twophase</parameter>, when set to true, specifies |
| 1099 | that the decoding of prepared transactions is enabled for this |
| 1100 | slot. A call to this function has the same effect as the replication |
| 1101 | protocol command <literal>CREATE_REPLICATION_SLOT ... LOGICAL</literal>. |
| 1102 | diff --git a/doc/src/sgml/html/acronyms.html b/doc/src/sgml/html/acronyms.html |
| 1103 | index af1362c..41e684b 100644 |
| 1104 | --- a/doc/src/sgml/html/acronyms.html |
| 1105 | +++ b/doc/src/sgml/html/acronyms.html |
| 1106 | @@ -1,5 +1,5 @@ |
| 1107 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1108 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix L. Acronyms</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="limits.html" title="Appendix K. PostgreSQL Limits" /><link rel="next" href="glossary.html" title="Appendix M. Glossary" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Appendix L. Acronyms</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="limits.html" title="Appendix K. PostgreSQL Limits">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><th width="60%" align="center">Part VIII. Appendixes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="glossary.html" title="Appendix M. Glossary">Next</a></td></tr></table><hr></hr></div><div class="appendix" id="ACRONYMS"><div class="titlepage"><div><div><h2 class="title">Appendix L. Acronyms</h2></div></div></div><p> |
| 1109 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix L. Acronyms</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="limits.html" title="Appendix K. PostgreSQL Limits" /><link rel="next" href="glossary.html" title="Appendix M. Glossary" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Appendix L. Acronyms</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="limits.html" title="Appendix K. PostgreSQL Limits">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><th width="60%" align="center">Part VIII. Appendixes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="glossary.html" title="Appendix M. Glossary">Next</a></td></tr></table><hr></hr></div><div class="appendix" id="ACRONYMS"><div class="titlepage"><div><div><h2 class="title">Appendix L. Acronyms</h2></div></div></div><p> |
| 1110 | This is a list of acronyms commonly used in the <span class="productname">PostgreSQL</span> |
| 1111 | documentation and in discussions about <span class="productname">PostgreSQL</span>. |
| 1112 | |
| 1113 | @@ -78,8 +78,7 @@ |
| 1114 | </p></dd><dt><span class="term"><acronym class="acronym">HBA</acronym></span></dt><dd><p> |
| 1115 | <a class="link" href="auth-pg-hba-conf.html" title="21.1. The pg_hba.conf File">Host-Based Authentication</a> |
| 1116 | </p></dd><dt><span class="term"><acronym class="acronym">HOT</acronym></span></dt><dd><p> |
| 1117 | - <a class="ulink" href="https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD" target="_top">Heap-Only |
| 1118 | - Tuples</a> |
| 1119 | + <a class="link" href="storage-hot.html" title="70.7. Heap-Only Tuples (HOT)">Heap-Only Tuples</a> |
| 1120 | </p></dd><dt><span class="term"><acronym class="acronym">IEC</acronym></span></dt><dd><p> |
| 1121 | <a class="ulink" href="https://en.wikipedia.org/wiki/International_Electrotechnical_Commission" target="_top">International |
| 1122 | Electrotechnical Commission</a> |
| 1123 | @@ -138,7 +137,7 @@ |
| 1124 | <a class="ulink" href="https://en.wikipedia.org/wiki/Pluggable_Authentication_Modules" target="_top">Pluggable |
| 1125 | Authentication Modules</a> |
| 1126 | </p></dd><dt><span class="term"><acronym class="acronym">PGSQL</acronym></span></dt><dd><p> |
| 1127 | - <a class="link" href="index.html" title="PostgreSQL 14.5 Documentation"><span class="productname">PostgreSQL</span></a> |
| 1128 | + <a class="link" href="index.html" title="PostgreSQL 14.6 Documentation"><span class="productname">PostgreSQL</span></a> |
| 1129 | </p></dd><dt><span class="term"><acronym class="acronym">PGXS</acronym></span></dt><dd><p> |
| 1130 | <a class="link" href="extend-pgxs.html" title="38.18. Extension Building Infrastructure"><span class="productname">PostgreSQL</span> Extension System</a> |
| 1131 | </p></dd><dt><span class="term"><acronym class="acronym">PID</acronym></span></dt><dd><p> |
| 1132 | @@ -217,4 +216,4 @@ |
| 1133 | <a class="ulink" href="https://en.wikipedia.org/wiki/XML" target="_top">Extensible Markup |
| 1134 | Language</a> |
| 1135 | </p></dd></dl></div><p> |
| 1136 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="limits.html" title="Appendix K. PostgreSQL Limits">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glossary.html" title="Appendix M. Glossary">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix K. <span xmlns="http://www.w3.org/1999/xhtml" class="productname">PostgreSQL</span> Limits </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Appendix M. Glossary</td></tr></table></div></body></html> |
| 1137 | \ No newline at end of file |
| 1138 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="limits.html" title="Appendix K. PostgreSQL Limits">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="glossary.html" title="Appendix M. Glossary">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix K. <span xmlns="http://www.w3.org/1999/xhtml" class="productname">PostgreSQL</span> Limits </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Appendix M. Glossary</td></tr></table></div></body></html> |
| 1139 | \ No newline at end of file |
| 1140 | diff --git a/doc/src/sgml/html/admin.html b/doc/src/sgml/html/admin.html |
| 1141 | index f8de2d2..5fb6740 100644 |
| 1142 | --- a/doc/src/sgml/html/admin.html |
| 1143 | +++ b/doc/src/sgml/html/admin.html |
| 1144 | @@ -1,5 +1,5 @@ |
| 1145 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1146 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Part III. Server Administration</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="parallel-safety.html" title="15.4. Parallel Safety" /><link rel="next" href="install-binaries.html" title="Chapter 16. Installation from Binaries" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Part III. Server Administration</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="parallel-safety.html" title="15.4. Parallel Safety">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="index.html" title="PostgreSQL 14.5 Documentation">Up</a></td><th width="60%" align="center">PostgreSQL 14.5 Documentation</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="install-binaries.html" title="Chapter 16. Installation from Binaries">Next</a></td></tr></table><hr></hr></div><div class="part" id="ADMIN"><div class="titlepage"><div><div><h1 class="title">Part III. Server Administration</h1></div></div></div><div class="partintro" id="id-1.6.2"><div></div><p> |
| 1147 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Part III. Server Administration</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="parallel-safety.html" title="15.4. Parallel Safety" /><link rel="next" href="install-binaries.html" title="Chapter 16. Installation from Binaries" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Part III. Server Administration</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="parallel-safety.html" title="15.4. Parallel Safety">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="index.html" title="PostgreSQL 14.6 Documentation">Up</a></td><th width="60%" align="center">PostgreSQL 14.6 Documentation</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="install-binaries.html" title="Chapter 16. Installation from Binaries">Next</a></td></tr></table><hr></hr></div><div class="part" id="ADMIN"><div class="titlepage"><div><div><h1 class="title">Part III. Server Administration</h1></div></div></div><div class="partintro" id="id-1.6.2"><div></div><p> |
| 1148 | This part covers topics that are of interest to a |
| 1149 | <span class="productname">PostgreSQL</span> database administrator. This includes |
| 1150 | installation of the software, set up and configuration of the |
| 1151 | @@ -23,4 +23,4 @@ |
| 1152 | the <span class="productname">PostgreSQL</span> database system. Readers are |
| 1153 | encouraged to look at <a class="xref" href="tutorial.html" title="Part I. Tutorial">Part I</a> and <a class="xref" href="sql.html" title="Part II. The SQL Language">Part II</a> for additional information. |
| 1154 | </p><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="chapter"><a href="install-binaries.html">16. Installation from Binaries</a></span></dt><dt><span class="chapter"><a href="installation.html">17. Installation from Source Code</a></span></dt><dd><dl><dt><span class="sect1"><a href="install-short.html">17.1. Short Version</a></span></dt><dt><span class="sect1"><a href="install-requirements.html">17.2. Requirements</a></span></dt><dt><span class="sect1"><a href="install-getsource.html">17.3. Getting the Source</a></span></dt><dt><span class="sect1"><a href="install-procedure.html">17.4. Installation Procedure</a></span></dt><dt><span class="sect1"><a href="install-post.html">17.5. Post-Installation Setup</a></span></dt><dt><span class="sect1"><a href="supported-platforms.html">17.6. Supported Platforms</a></span></dt><dt><span class="sect1"><a href="installation-platform-notes.html">17.7. Platform-Specific Notes</a></span></dt></dl></dd><dt><span class="chapter"><a href="install-windows.html">18. Installation from Source Code on <span class="productname">Windows</span></a></span></dt><dd><dl><dt><span class="sect1"><a href="install-windows-full.html">18.1. Building with <span class="productname">Visual C++</span> or the |
| 1155 | - <span class="productname">Microsoft Windows SDK</span></a></span></dt></dl></dd><dt><span class="chapter"><a href="runtime.html">19. Server Setup and Operation</a></span></dt><dd><dl><dt><span class="sect1"><a href="postgres-user.html">19.1. The <span class="productname">PostgreSQL</span> User Account</a></span></dt><dt><span class="sect1"><a href="creating-cluster.html">19.2. Creating a Database Cluster</a></span></dt><dt><span class="sect1"><a href="server-start.html">19.3. Starting the Database Server</a></span></dt><dt><span class="sect1"><a href="kernel-resources.html">19.4. Managing Kernel Resources</a></span></dt><dt><span class="sect1"><a href="server-shutdown.html">19.5. Shutting Down the Server</a></span></dt><dt><span class="sect1"><a href="upgrading.html">19.6. Upgrading a <span class="productname">PostgreSQL</span> Cluster</a></span></dt><dt><span class="sect1"><a href="preventing-server-spoofing.html">19.7. Preventing Server Spoofing</a></span></dt><dt><span class="sect1"><a href="encryption-options.html">19.8. Encryption Options</a></span></dt><dt><span class="sect1"><a href="ssl-tcp.html">19.9. Secure TCP/IP Connections with SSL</a></span></dt><dt><span class="sect1"><a href="gssapi-enc.html">19.10. Secure TCP/IP Connections with GSSAPI Encryption</a></span></dt><dt><span class="sect1"><a href="ssh-tunnels.html">19.11. Secure TCP/IP Connections with <span class="application">SSH</span> Tunnels</a></span></dt><dt><span class="sect1"><a href="event-log-registration.html">19.12. Registering <span class="application">Event Log</span> on <span class="systemitem">Windows</span></a></span></dt></dl></dd><dt><span class="chapter"><a href="runtime-config.html">20. Server Configuration</a></span></dt><dd><dl><dt><span class="sect1"><a href="config-setting.html">20.1. Setting Parameters</a></span></dt><dt><span class="sect1"><a href="runtime-config-file-locations.html">20.2. File Locations</a></span></dt><dt><span class="sect1"><a href="runtime-config-connection.html">20.3. Connections and Authentication</a></span></dt><dt><span class="sect1"><a href="runtime-config-resource.html">20.4. Resource Consumption</a></span></dt><dt><span class="sect1"><a href="runtime-config-wal.html">20.5. Write Ahead Log</a></span></dt><dt><span class="sect1"><a href="runtime-config-replication.html">20.6. Replication</a></span></dt><dt><span class="sect1"><a href="runtime-config-query.html">20.7. Query Planning</a></span></dt><dt><span class="sect1"><a href="runtime-config-logging.html">20.8. Error Reporting and Logging</a></span></dt><dt><span class="sect1"><a href="runtime-config-statistics.html">20.9. Run-time Statistics</a></span></dt><dt><span class="sect1"><a href="runtime-config-autovacuum.html">20.10. Automatic Vacuuming</a></span></dt><dt><span class="sect1"><a href="runtime-config-client.html">20.11. Client Connection Defaults</a></span></dt><dt><span class="sect1"><a href="runtime-config-locks.html">20.12. Lock Management</a></span></dt><dt><span class="sect1"><a href="runtime-config-compatible.html">20.13. Version and Platform Compatibility</a></span></dt><dt><span class="sect1"><a href="runtime-config-error-handling.html">20.14. Error Handling</a></span></dt><dt><span class="sect1"><a href="runtime-config-preset.html">20.15. Preset Options</a></span></dt><dt><span class="sect1"><a href="runtime-config-custom.html">20.16. Customized Options</a></span></dt><dt><span class="sect1"><a href="runtime-config-developer.html">20.17. Developer Options</a></span></dt><dt><span class="sect1"><a href="runtime-config-short.html">20.18. Short Options</a></span></dt></dl></dd><dt><span class="chapter"><a href="client-authentication.html">21. Client Authentication</a></span></dt><dd><dl><dt><span class="sect1"><a href="auth-pg-hba-conf.html">21.1. The <code class="filename">pg_hba.conf</code> File</a></span></dt><dt><span class="sect1"><a href="auth-username-maps.html">21.2. User Name Maps</a></span></dt><dt><span class="sect1"><a href="auth-methods.html">21.3. Authentication Methods</a></span></dt><dt><span class="sect1"><a href="auth-trust.html">21.4. Trust Authentication</a></span></dt><dt><span class="sect1"><a href="auth-password.html">21.5. Password Authentication</a></span></dt><dt><span class="sect1"><a href="gssapi-auth.html">21.6. GSSAPI Authentication</a></span></dt><dt><span class="sect1"><a href="sspi-auth.html">21.7. SSPI Authentication</a></span></dt><dt><span class="sect1"><a href="auth-ident.html">21.8. Ident Authentication</a></span></dt><dt><span class="sect1"><a href="auth-peer.html">21.9. Peer Authentication</a></span></dt><dt><span class="sect1"><a href="auth-ldap.html">21.10. LDAP Authentication</a></span></dt><dt><span class="sect1"><a href="auth-radius.html">21.11. RADIUS Authentication</a></span></dt><dt><span class="sect1"><a href="auth-cert.html">21.12. Certificate Authentication</a></span></dt><dt><span class="sect1"><a href="auth-pam.html">21.13. PAM Authentication</a></span></dt><dt><span class="sect1"><a href="auth-bsd.html">21.14. BSD Authentication</a></span></dt><dt><span class="sect1"><a href="client-authentication-problems.html">21.15. Authentication Problems</a></span></dt></dl></dd><dt><span class="chapter"><a href="user-manag.html">22. Database Roles</a></span></dt><dd><dl><dt><span class="sect1"><a href="database-roles.html">22.1. Database Roles</a></span></dt><dt><span class="sect1"><a href="role-attributes.html">22.2. Role Attributes</a></span></dt><dt><span class="sect1"><a href="role-membership.html">22.3. Role Membership</a></span></dt><dt><span class="sect1"><a href="role-removal.html">22.4. Dropping Roles</a></span></dt><dt><span class="sect1"><a href="predefined-roles.html">22.5. Predefined Roles</a></span></dt><dt><span class="sect1"><a href="perm-functions.html">22.6. Function Security</a></span></dt></dl></dd><dt><span class="chapter"><a href="managing-databases.html">23. Managing Databases</a></span></dt><dd><dl><dt><span class="sect1"><a href="manage-ag-overview.html">23.1. Overview</a></span></dt><dt><span class="sect1"><a href="manage-ag-createdb.html">23.2. Creating a Database</a></span></dt><dt><span class="sect1"><a href="manage-ag-templatedbs.html">23.3. Template Databases</a></span></dt><dt><span class="sect1"><a href="manage-ag-config.html">23.4. Database Configuration</a></span></dt><dt><span class="sect1"><a href="manage-ag-dropdb.html">23.5. Destroying a Database</a></span></dt><dt><span class="sect1"><a href="manage-ag-tablespaces.html">23.6. Tablespaces</a></span></dt></dl></dd><dt><span class="chapter"><a href="charset.html">24. Localization</a></span></dt><dd><dl><dt><span class="sect1"><a href="locale.html">24.1. Locale Support</a></span></dt><dt><span class="sect1"><a href="collation.html">24.2. Collation Support</a></span></dt><dt><span class="sect1"><a href="multibyte.html">24.3. Character Set Support</a></span></dt></dl></dd><dt><span class="chapter"><a href="maintenance.html">25. Routine Database Maintenance Tasks</a></span></dt><dd><dl><dt><span class="sect1"><a href="routine-vacuuming.html">25.1. Routine Vacuuming</a></span></dt><dt><span class="sect1"><a href="routine-reindex.html">25.2. Routine Reindexing</a></span></dt><dt><span class="sect1"><a href="logfile-maintenance.html">25.3. Log File Maintenance</a></span></dt></dl></dd><dt><span class="chapter"><a href="backup.html">26. Backup and Restore</a></span></dt><dd><dl><dt><span class="sect1"><a href="backup-dump.html">26.1. <acronym class="acronym">SQL</acronym> Dump</a></span></dt><dt><span class="sect1"><a href="backup-file.html">26.2. File System Level Backup</a></span></dt><dt><span class="sect1"><a href="continuous-archiving.html">26.3. Continuous Archiving and Point-in-Time Recovery (PITR)</a></span></dt></dl></dd><dt><span class="chapter"><a href="high-availability.html">27. High Availability, Load Balancing, and Replication</a></span></dt><dd><dl><dt><span class="sect1"><a href="different-replication-solutions.html">27.1. Comparison of Different Solutions</a></span></dt><dt><span class="sect1"><a href="warm-standby.html">27.2. Log-Shipping Standby Servers</a></span></dt><dt><span class="sect1"><a href="warm-standby-failover.html">27.3. Failover</a></span></dt><dt><span class="sect1"><a href="hot-standby.html">27.4. Hot Standby</a></span></dt></dl></dd><dt><span class="chapter"><a href="monitoring.html">28. Monitoring Database Activity</a></span></dt><dd><dl><dt><span class="sect1"><a href="monitoring-ps.html">28.1. Standard Unix Tools</a></span></dt><dt><span class="sect1"><a href="monitoring-stats.html">28.2. The Statistics Collector</a></span></dt><dt><span class="sect1"><a href="monitoring-locks.html">28.3. Viewing Locks</a></span></dt><dt><span class="sect1"><a href="progress-reporting.html">28.4. Progress Reporting</a></span></dt><dt><span class="sect1"><a href="dynamic-trace.html">28.5. Dynamic Tracing</a></span></dt></dl></dd><dt><span class="chapter"><a href="diskusage.html">29. Monitoring Disk Usage</a></span></dt><dd><dl><dt><span class="sect1"><a href="disk-usage.html">29.1. Determining Disk Usage</a></span></dt><dt><span class="sect1"><a href="disk-full.html">29.2. Disk Full Failure</a></span></dt></dl></dd><dt><span class="chapter"><a href="wal.html">30. Reliability and the Write-Ahead Log</a></span></dt><dd><dl><dt><span class="sect1"><a href="wal-reliability.html">30.1. Reliability</a></span></dt><dt><span class="sect1"><a href="checksums.html">30.2. Data Checksums</a></span></dt><dt><span class="sect1"><a href="wal-intro.html">30.3. Write-Ahead Logging (<acronym class="acronym">WAL</acronym>)</a></span></dt><dt><span class="sect1"><a href="wal-async-commit.html">30.4. Asynchronous Commit</a></span></dt><dt><span class="sect1"><a href="wal-configuration.html">30.5. <acronym class="acronym">WAL</acronym> Configuration</a></span></dt><dt><span class="sect1"><a href="wal-internals.html">30.6. WAL Internals</a></span></dt></dl></dd><dt><span class="chapter"><a href="logical-replication.html">31. Logical Replication</a></span></dt><dd><dl><dt><span class="sect1"><a href="logical-replication-publication.html">31.1. Publication</a></span></dt><dt><span class="sect1"><a href="logical-replication-subscription.html">31.2. Subscription</a></span></dt><dt><span class="sect1"><a href="logical-replication-conflicts.html">31.3. Conflicts</a></span></dt><dt><span class="sect1"><a href="logical-replication-restrictions.html">31.4. Restrictions</a></span></dt><dt><span class="sect1"><a href="logical-replication-architecture.html">31.5. Architecture</a></span></dt><dt><span class="sect1"><a href="logical-replication-monitoring.html">31.6. Monitoring</a></span></dt><dt><span class="sect1"><a href="logical-replication-security.html">31.7. Security</a></span></dt><dt><span class="sect1"><a href="logical-replication-config.html">31.8. Configuration Settings</a></span></dt><dt><span class="sect1"><a href="logical-replication-quick-setup.html">31.9. Quick Setup</a></span></dt></dl></dd><dt><span class="chapter"><a href="jit.html">32. Just-in-Time Compilation (<acronym class="acronym">JIT</acronym>)</a></span></dt><dd><dl><dt><span class="sect1"><a href="jit-reason.html">32.1. What Is <acronym class="acronym">JIT</acronym> compilation?</a></span></dt><dt><span class="sect1"><a href="jit-decision.html">32.2. When to <acronym class="acronym">JIT</acronym>?</a></span></dt><dt><span class="sect1"><a href="jit-configuration.html">32.3. Configuration</a></span></dt><dt><span class="sect1"><a href="jit-extensibility.html">32.4. Extensibility</a></span></dt></dl></dd><dt><span class="chapter"><a href="regress.html">33. Regression Tests</a></span></dt><dd><dl><dt><span class="sect1"><a href="regress-run.html">33.1. Running the Tests</a></span></dt><dt><span class="sect1"><a href="regress-evaluation.html">33.2. Test Evaluation</a></span></dt><dt><span class="sect1"><a href="regress-variant.html">33.3. Variant Comparison Files</a></span></dt><dt><span class="sect1"><a href="regress-tap.html">33.4. TAP Tests</a></span></dt><dt><span class="sect1"><a href="regress-coverage.html">33.5. Test Coverage Examination</a></span></dt></dl></dd></dl></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="parallel-safety.html" title="15.4. Parallel Safety">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html" title="PostgreSQL 14.5 Documentation">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="install-binaries.html" title="Chapter 16. Installation from Binaries">Next</a></td></tr><tr><td width="40%" align="left" valign="top">15.4. Parallel Safety </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Chapter 16. Installation from Binaries</td></tr></table></div></body></html> |
| 1156 | \ No newline at end of file |
| 1157 | + <span class="productname">Microsoft Windows SDK</span></a></span></dt></dl></dd><dt><span class="chapter"><a href="runtime.html">19. Server Setup and Operation</a></span></dt><dd><dl><dt><span class="sect1"><a href="postgres-user.html">19.1. The <span class="productname">PostgreSQL</span> User Account</a></span></dt><dt><span class="sect1"><a href="creating-cluster.html">19.2. Creating a Database Cluster</a></span></dt><dt><span class="sect1"><a href="server-start.html">19.3. Starting the Database Server</a></span></dt><dt><span class="sect1"><a href="kernel-resources.html">19.4. Managing Kernel Resources</a></span></dt><dt><span class="sect1"><a href="server-shutdown.html">19.5. Shutting Down the Server</a></span></dt><dt><span class="sect1"><a href="upgrading.html">19.6. Upgrading a <span class="productname">PostgreSQL</span> Cluster</a></span></dt><dt><span class="sect1"><a href="preventing-server-spoofing.html">19.7. Preventing Server Spoofing</a></span></dt><dt><span class="sect1"><a href="encryption-options.html">19.8. Encryption Options</a></span></dt><dt><span class="sect1"><a href="ssl-tcp.html">19.9. Secure TCP/IP Connections with SSL</a></span></dt><dt><span class="sect1"><a href="gssapi-enc.html">19.10. Secure TCP/IP Connections with GSSAPI Encryption</a></span></dt><dt><span class="sect1"><a href="ssh-tunnels.html">19.11. Secure TCP/IP Connections with <span class="application">SSH</span> Tunnels</a></span></dt><dt><span class="sect1"><a href="event-log-registration.html">19.12. Registering <span class="application">Event Log</span> on <span class="systemitem">Windows</span></a></span></dt></dl></dd><dt><span class="chapter"><a href="runtime-config.html">20. Server Configuration</a></span></dt><dd><dl><dt><span class="sect1"><a href="config-setting.html">20.1. Setting Parameters</a></span></dt><dt><span class="sect1"><a href="runtime-config-file-locations.html">20.2. File Locations</a></span></dt><dt><span class="sect1"><a href="runtime-config-connection.html">20.3. Connections and Authentication</a></span></dt><dt><span class="sect1"><a href="runtime-config-resource.html">20.4. Resource Consumption</a></span></dt><dt><span class="sect1"><a href="runtime-config-wal.html">20.5. Write Ahead Log</a></span></dt><dt><span class="sect1"><a href="runtime-config-replication.html">20.6. Replication</a></span></dt><dt><span class="sect1"><a href="runtime-config-query.html">20.7. Query Planning</a></span></dt><dt><span class="sect1"><a href="runtime-config-logging.html">20.8. Error Reporting and Logging</a></span></dt><dt><span class="sect1"><a href="runtime-config-statistics.html">20.9. Run-time Statistics</a></span></dt><dt><span class="sect1"><a href="runtime-config-autovacuum.html">20.10. Automatic Vacuuming</a></span></dt><dt><span class="sect1"><a href="runtime-config-client.html">20.11. Client Connection Defaults</a></span></dt><dt><span class="sect1"><a href="runtime-config-locks.html">20.12. Lock Management</a></span></dt><dt><span class="sect1"><a href="runtime-config-compatible.html">20.13. Version and Platform Compatibility</a></span></dt><dt><span class="sect1"><a href="runtime-config-error-handling.html">20.14. Error Handling</a></span></dt><dt><span class="sect1"><a href="runtime-config-preset.html">20.15. Preset Options</a></span></dt><dt><span class="sect1"><a href="runtime-config-custom.html">20.16. Customized Options</a></span></dt><dt><span class="sect1"><a href="runtime-config-developer.html">20.17. Developer Options</a></span></dt><dt><span class="sect1"><a href="runtime-config-short.html">20.18. Short Options</a></span></dt></dl></dd><dt><span class="chapter"><a href="client-authentication.html">21. Client Authentication</a></span></dt><dd><dl><dt><span class="sect1"><a href="auth-pg-hba-conf.html">21.1. The <code class="filename">pg_hba.conf</code> File</a></span></dt><dt><span class="sect1"><a href="auth-username-maps.html">21.2. User Name Maps</a></span></dt><dt><span class="sect1"><a href="auth-methods.html">21.3. Authentication Methods</a></span></dt><dt><span class="sect1"><a href="auth-trust.html">21.4. Trust Authentication</a></span></dt><dt><span class="sect1"><a href="auth-password.html">21.5. Password Authentication</a></span></dt><dt><span class="sect1"><a href="gssapi-auth.html">21.6. GSSAPI Authentication</a></span></dt><dt><span class="sect1"><a href="sspi-auth.html">21.7. SSPI Authentication</a></span></dt><dt><span class="sect1"><a href="auth-ident.html">21.8. Ident Authentication</a></span></dt><dt><span class="sect1"><a href="auth-peer.html">21.9. Peer Authentication</a></span></dt><dt><span class="sect1"><a href="auth-ldap.html">21.10. LDAP Authentication</a></span></dt><dt><span class="sect1"><a href="auth-radius.html">21.11. RADIUS Authentication</a></span></dt><dt><span class="sect1"><a href="auth-cert.html">21.12. Certificate Authentication</a></span></dt><dt><span class="sect1"><a href="auth-pam.html">21.13. PAM Authentication</a></span></dt><dt><span class="sect1"><a href="auth-bsd.html">21.14. BSD Authentication</a></span></dt><dt><span class="sect1"><a href="client-authentication-problems.html">21.15. Authentication Problems</a></span></dt></dl></dd><dt><span class="chapter"><a href="user-manag.html">22. Database Roles</a></span></dt><dd><dl><dt><span class="sect1"><a href="database-roles.html">22.1. Database Roles</a></span></dt><dt><span class="sect1"><a href="role-attributes.html">22.2. Role Attributes</a></span></dt><dt><span class="sect1"><a href="role-membership.html">22.3. Role Membership</a></span></dt><dt><span class="sect1"><a href="role-removal.html">22.4. Dropping Roles</a></span></dt><dt><span class="sect1"><a href="predefined-roles.html">22.5. Predefined Roles</a></span></dt><dt><span class="sect1"><a href="perm-functions.html">22.6. Function Security</a></span></dt></dl></dd><dt><span class="chapter"><a href="managing-databases.html">23. Managing Databases</a></span></dt><dd><dl><dt><span class="sect1"><a href="manage-ag-overview.html">23.1. Overview</a></span></dt><dt><span class="sect1"><a href="manage-ag-createdb.html">23.2. Creating a Database</a></span></dt><dt><span class="sect1"><a href="manage-ag-templatedbs.html">23.3. Template Databases</a></span></dt><dt><span class="sect1"><a href="manage-ag-config.html">23.4. Database Configuration</a></span></dt><dt><span class="sect1"><a href="manage-ag-dropdb.html">23.5. Destroying a Database</a></span></dt><dt><span class="sect1"><a href="manage-ag-tablespaces.html">23.6. Tablespaces</a></span></dt></dl></dd><dt><span class="chapter"><a href="charset.html">24. Localization</a></span></dt><dd><dl><dt><span class="sect1"><a href="locale.html">24.1. Locale Support</a></span></dt><dt><span class="sect1"><a href="collation.html">24.2. Collation Support</a></span></dt><dt><span class="sect1"><a href="multibyte.html">24.3. Character Set Support</a></span></dt></dl></dd><dt><span class="chapter"><a href="maintenance.html">25. Routine Database Maintenance Tasks</a></span></dt><dd><dl><dt><span class="sect1"><a href="routine-vacuuming.html">25.1. Routine Vacuuming</a></span></dt><dt><span class="sect1"><a href="routine-reindex.html">25.2. Routine Reindexing</a></span></dt><dt><span class="sect1"><a href="logfile-maintenance.html">25.3. Log File Maintenance</a></span></dt></dl></dd><dt><span class="chapter"><a href="backup.html">26. Backup and Restore</a></span></dt><dd><dl><dt><span class="sect1"><a href="backup-dump.html">26.1. <acronym class="acronym">SQL</acronym> Dump</a></span></dt><dt><span class="sect1"><a href="backup-file.html">26.2. File System Level Backup</a></span></dt><dt><span class="sect1"><a href="continuous-archiving.html">26.3. Continuous Archiving and Point-in-Time Recovery (PITR)</a></span></dt></dl></dd><dt><span class="chapter"><a href="high-availability.html">27. High Availability, Load Balancing, and Replication</a></span></dt><dd><dl><dt><span class="sect1"><a href="different-replication-solutions.html">27.1. Comparison of Different Solutions</a></span></dt><dt><span class="sect1"><a href="warm-standby.html">27.2. Log-Shipping Standby Servers</a></span></dt><dt><span class="sect1"><a href="warm-standby-failover.html">27.3. Failover</a></span></dt><dt><span class="sect1"><a href="hot-standby.html">27.4. Hot Standby</a></span></dt></dl></dd><dt><span class="chapter"><a href="monitoring.html">28. Monitoring Database Activity</a></span></dt><dd><dl><dt><span class="sect1"><a href="monitoring-ps.html">28.1. Standard Unix Tools</a></span></dt><dt><span class="sect1"><a href="monitoring-stats.html">28.2. The Statistics Collector</a></span></dt><dt><span class="sect1"><a href="monitoring-locks.html">28.3. Viewing Locks</a></span></dt><dt><span class="sect1"><a href="progress-reporting.html">28.4. Progress Reporting</a></span></dt><dt><span class="sect1"><a href="dynamic-trace.html">28.5. Dynamic Tracing</a></span></dt></dl></dd><dt><span class="chapter"><a href="diskusage.html">29. Monitoring Disk Usage</a></span></dt><dd><dl><dt><span class="sect1"><a href="disk-usage.html">29.1. Determining Disk Usage</a></span></dt><dt><span class="sect1"><a href="disk-full.html">29.2. Disk Full Failure</a></span></dt></dl></dd><dt><span class="chapter"><a href="wal.html">30. Reliability and the Write-Ahead Log</a></span></dt><dd><dl><dt><span class="sect1"><a href="wal-reliability.html">30.1. Reliability</a></span></dt><dt><span class="sect1"><a href="checksums.html">30.2. Data Checksums</a></span></dt><dt><span class="sect1"><a href="wal-intro.html">30.3. Write-Ahead Logging (<acronym class="acronym">WAL</acronym>)</a></span></dt><dt><span class="sect1"><a href="wal-async-commit.html">30.4. Asynchronous Commit</a></span></dt><dt><span class="sect1"><a href="wal-configuration.html">30.5. <acronym class="acronym">WAL</acronym> Configuration</a></span></dt><dt><span class="sect1"><a href="wal-internals.html">30.6. WAL Internals</a></span></dt></dl></dd><dt><span class="chapter"><a href="logical-replication.html">31. Logical Replication</a></span></dt><dd><dl><dt><span class="sect1"><a href="logical-replication-publication.html">31.1. Publication</a></span></dt><dt><span class="sect1"><a href="logical-replication-subscription.html">31.2. Subscription</a></span></dt><dt><span class="sect1"><a href="logical-replication-conflicts.html">31.3. Conflicts</a></span></dt><dt><span class="sect1"><a href="logical-replication-restrictions.html">31.4. Restrictions</a></span></dt><dt><span class="sect1"><a href="logical-replication-architecture.html">31.5. Architecture</a></span></dt><dt><span class="sect1"><a href="logical-replication-monitoring.html">31.6. Monitoring</a></span></dt><dt><span class="sect1"><a href="logical-replication-security.html">31.7. Security</a></span></dt><dt><span class="sect1"><a href="logical-replication-config.html">31.8. Configuration Settings</a></span></dt><dt><span class="sect1"><a href="logical-replication-quick-setup.html">31.9. Quick Setup</a></span></dt></dl></dd><dt><span class="chapter"><a href="jit.html">32. Just-in-Time Compilation (<acronym class="acronym">JIT</acronym>)</a></span></dt><dd><dl><dt><span class="sect1"><a href="jit-reason.html">32.1. What Is <acronym class="acronym">JIT</acronym> compilation?</a></span></dt><dt><span class="sect1"><a href="jit-decision.html">32.2. When to <acronym class="acronym">JIT</acronym>?</a></span></dt><dt><span class="sect1"><a href="jit-configuration.html">32.3. Configuration</a></span></dt><dt><span class="sect1"><a href="jit-extensibility.html">32.4. Extensibility</a></span></dt></dl></dd><dt><span class="chapter"><a href="regress.html">33. Regression Tests</a></span></dt><dd><dl><dt><span class="sect1"><a href="regress-run.html">33.1. Running the Tests</a></span></dt><dt><span class="sect1"><a href="regress-evaluation.html">33.2. Test Evaluation</a></span></dt><dt><span class="sect1"><a href="regress-variant.html">33.3. Variant Comparison Files</a></span></dt><dt><span class="sect1"><a href="regress-tap.html">33.4. TAP Tests</a></span></dt><dt><span class="sect1"><a href="regress-coverage.html">33.5. Test Coverage Examination</a></span></dt></dl></dd></dl></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="parallel-safety.html" title="15.4. Parallel Safety">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html" title="PostgreSQL 14.6 Documentation">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="install-binaries.html" title="Chapter 16. Installation from Binaries">Next</a></td></tr><tr><td width="40%" align="left" valign="top">15.4. Parallel Safety </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Chapter 16. Installation from Binaries</td></tr></table></div></body></html> |
| 1158 | \ No newline at end of file |
| 1159 | diff --git a/doc/src/sgml/html/adminpack.html b/doc/src/sgml/html/adminpack.html |
| 1160 | index ecdfdc1..ec591aa 100644 |
| 1161 | --- a/doc/src/sgml/html/adminpack.html |
| 1162 | +++ b/doc/src/sgml/html/adminpack.html |
| 1163 | @@ -1,5 +1,5 @@ |
| 1164 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1165 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.1. adminpack</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="contrib.html" title="Appendix F. Additional Supplied Modules" /><link rel="next" href="amcheck.html" title="F.2. amcheck" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.1. adminpack</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="contrib.html" title="Appendix F. Additional Supplied Modules">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="amcheck.html" title="F.2. amcheck">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="ADMINPACK"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.1. adminpack</h2></div></div></div><a id="id-1.11.7.10.2" class="indexterm"></a><p> |
| 1166 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.1. adminpack</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="contrib.html" title="Appendix F. Additional Supplied Modules" /><link rel="next" href="amcheck.html" title="F.2. amcheck" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.1. adminpack</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="contrib.html" title="Appendix F. Additional Supplied Modules">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="amcheck.html" title="F.2. amcheck">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="ADMINPACK"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.1. adminpack</h2></div></div></div><a id="id-1.11.7.10.2" class="indexterm"></a><p> |
| 1167 | <code class="filename">adminpack</code> provides a number of support functions which |
| 1168 | <span class="application">pgAdmin</span> and other administration and management tools can |
| 1169 | use to provide additional functionality, such as remote management |
| 1170 | @@ -85,4 +85,4 @@ |
| 1171 | directory. The <a class="xref" href="runtime-config-logging.html#GUC-LOG-FILENAME">log_filename</a> parameter must have its |
| 1172 | default setting (<code class="literal">postgresql-%Y-%m-%d_%H%M%S.log</code>) to use this |
| 1173 | function. |
| 1174 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="contrib.html" title="Appendix F. Additional Supplied Modules">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="amcheck.html" title="F.2. amcheck">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix F. Additional Supplied Modules </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.2. amcheck</td></tr></table></div></body></html> |
| 1175 | \ No newline at end of file |
| 1176 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="contrib.html" title="Appendix F. Additional Supplied Modules">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="amcheck.html" title="F.2. amcheck">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix F. Additional Supplied Modules </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.2. amcheck</td></tr></table></div></body></html> |
| 1177 | \ No newline at end of file |
| 1178 | diff --git a/doc/src/sgml/html/amcheck.html b/doc/src/sgml/html/amcheck.html |
| 1179 | index 3e03f3c..5ad242c 100644 |
| 1180 | --- a/doc/src/sgml/html/amcheck.html |
| 1181 | +++ b/doc/src/sgml/html/amcheck.html |
| 1182 | @@ -1,5 +1,5 @@ |
| 1183 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1184 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.2. amcheck</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="adminpack.html" title="F.1. adminpack" /><link rel="next" href="auth-delay.html" title="F.3. auth_delay" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.2. amcheck</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="adminpack.html" title="F.1. adminpack">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-delay.html" title="F.3. auth_delay">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AMCHECK"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.2. amcheck</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.8">F.2.1. Functions</a></span></dt><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.9">F.2.2. Optional <em class="parameter"><code>heapallindexed</code></em> Verification</a></span></dt><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.10">F.2.3. Using <code class="filename">amcheck</code> Effectively</a></span></dt><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.11">F.2.4. Repairing Corruption</a></span></dt></dl></div><a id="id-1.11.7.11.2" class="indexterm"></a><p> |
| 1185 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.2. amcheck</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="adminpack.html" title="F.1. adminpack" /><link rel="next" href="auth-delay.html" title="F.3. auth_delay" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.2. amcheck</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="adminpack.html" title="F.1. adminpack">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-delay.html" title="F.3. auth_delay">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AMCHECK"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.2. amcheck</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.8">F.2.1. Functions</a></span></dt><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.9">F.2.2. Optional <em class="parameter"><code>heapallindexed</code></em> Verification</a></span></dt><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.10">F.2.3. Using <code class="filename">amcheck</code> Effectively</a></span></dt><dt><span class="sect2"><a href="amcheck.html#id-1.11.7.11.11">F.2.4. Repairing Corruption</a></span></dt></dl></div><a id="id-1.11.7.11.2" class="indexterm"></a><p> |
| 1186 | The <code class="filename">amcheck</code> module provides functions that allow you to |
| 1187 | verify the logical consistency of the structure of relations. |
| 1188 | </p><p> |
| 1189 | @@ -374,4 +374,4 @@ SET client_min_messages = DEBUG1; |
| 1190 | an invariant violation should be sought. <a class="xref" href="pageinspect.html" title="F.23. pageinspect">pageinspect</a> may play a useful role in diagnosing |
| 1191 | corruption that <code class="filename">amcheck</code> detects. A <code class="command">REINDEX</code> |
| 1192 | may not be effective in repairing corruption. |
| 1193 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="adminpack.html" title="F.1. adminpack">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-delay.html" title="F.3. auth_delay">Next</a></td></tr><tr><td width="40%" align="left" valign="top">F.1. adminpack </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.3. auth_delay</td></tr></table></div></body></html> |
| 1194 | \ No newline at end of file |
| 1195 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="adminpack.html" title="F.1. adminpack">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-delay.html" title="F.3. auth_delay">Next</a></td></tr><tr><td width="40%" align="left" valign="top">F.1. adminpack </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.3. auth_delay</td></tr></table></div></body></html> |
| 1196 | \ No newline at end of file |
| 1197 | diff --git a/doc/src/sgml/html/app-clusterdb.html b/doc/src/sgml/html/app-clusterdb.html |
| 1198 | index 5e0bbd7..1f19f85 100644 |
| 1199 | --- a/doc/src/sgml/html/app-clusterdb.html |
| 1200 | +++ b/doc/src/sgml/html/app-clusterdb.html |
| 1201 | @@ -1,5 +1,5 @@ |
| 1202 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1203 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>clusterdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="reference-client.html" title="PostgreSQL Client Applications" /><link rel="next" href="app-createdb.html" title="createdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">clusterdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="reference-client.html" title="PostgreSQL Client Applications">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-createdb.html" title="createdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-CLUSTERDB"><div class="titlepage"></div><a id="id-1.9.4.3.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">clusterdb</span></span></h2><p>clusterdb — cluster a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.3.4.1"><code class="command">clusterdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [ <code class="option">--verbose</code> | <code class="option">-v</code> ] |
| 1204 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>clusterdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="reference-client.html" title="PostgreSQL Client Applications" /><link rel="next" href="app-createdb.html" title="createdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">clusterdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="reference-client.html" title="PostgreSQL Client Applications">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-createdb.html" title="createdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-CLUSTERDB"><div class="titlepage"></div><a id="id-1.9.4.3.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">clusterdb</span></span></h2><p>clusterdb — cluster a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.3.4.1"><code class="command">clusterdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [ <code class="option">--verbose</code> | <code class="option">-v</code> ] |
| 1205 | [ |
| 1206 | <code class="option">--table</code> | <code class="option">-t</code> |
| 1207 | <em class="replaceable"><code>table</code></em> |
| 1208 | @@ -119,4 +119,4 @@ |
| 1209 | <code class="literal">xyzzy</code>: |
| 1210 | </p><pre class="screen"> |
| 1211 | <code class="prompt">$ </code><strong class="userinput"><code>clusterdb --table=foo xyzzy</code></strong> |
| 1212 | -</pre></div><div class="refsect1" id="id-1.9.4.3.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="sql-cluster.html" title="CLUSTER"><span class="refentrytitle">CLUSTER</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="reference-client.html" title="PostgreSQL Client Applications">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-createdb.html" title="createdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top">PostgreSQL Client Applications </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">createdb</span></td></tr></table></div></body></html> |
| 1213 | \ No newline at end of file |
| 1214 | +</pre></div><div class="refsect1" id="id-1.9.4.3.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="sql-cluster.html" title="CLUSTER"><span class="refentrytitle">CLUSTER</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="reference-client.html" title="PostgreSQL Client Applications">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-createdb.html" title="createdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top">PostgreSQL Client Applications </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">createdb</span></td></tr></table></div></body></html> |
| 1215 | \ No newline at end of file |
| 1216 | diff --git a/doc/src/sgml/html/app-createdb.html b/doc/src/sgml/html/app-createdb.html |
| 1217 | index d9a9f6e..a60612f 100644 |
| 1218 | --- a/doc/src/sgml/html/app-createdb.html |
| 1219 | +++ b/doc/src/sgml/html/app-createdb.html |
| 1220 | @@ -1,5 +1,5 @@ |
| 1221 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1222 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>createdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-clusterdb.html" title="clusterdb" /><link rel="next" href="app-createuser.html" title="createuser" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-clusterdb.html" title="clusterdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-createuser.html" title="createuser">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-CREATEDB"><div class="titlepage"></div><a id="id-1.9.4.4.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">createdb</span></span></h2><p>createdb — create a new <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.4.4.1"><code class="command">createdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>dbname</code></em> |
| 1223 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>createdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-clusterdb.html" title="clusterdb" /><link rel="next" href="app-createuser.html" title="createuser" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-clusterdb.html" title="clusterdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-createuser.html" title="createuser">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-CREATEDB"><div class="titlepage"></div><a id="id-1.9.4.4.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">createdb</span></span></h2><p>createdb — create a new <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.4.4.1"><code class="command">createdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>dbname</code></em> |
| 1224 | [<em class="replaceable"><code>description</code></em>]]</p></div></div><div class="refsect1" id="R1-APP-CREATEDB-1"><h2>Description</h2><p> |
| 1225 | <span class="application">createdb</span> creates a new <span class="productname">PostgreSQL</span> |
| 1226 | database. |
| 1227 | @@ -138,4 +138,4 @@ |
| 1228 | </p><pre class="screen"> |
| 1229 | <code class="prompt">$ </code><strong class="userinput"><code>createdb -p 5000 -h eden -T template0 -e demo</code></strong> |
| 1230 | <code class="computeroutput">CREATE DATABASE demo TEMPLATE template0;</code> |
| 1231 | -</pre></div><div class="refsect1" id="id-1.9.4.4.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-dropdb.html" title="dropdb"><span class="refentrytitle"><span class="application">dropdb</span></span></a>, <a class="xref" href="sql-createdatabase.html" title="CREATE DATABASE"><span class="refentrytitle">CREATE DATABASE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-clusterdb.html" title="clusterdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-createuser.html" title="createuser">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">clusterdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">createuser</span></td></tr></table></div></body></html> |
| 1232 | \ No newline at end of file |
| 1233 | +</pre></div><div class="refsect1" id="id-1.9.4.4.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-dropdb.html" title="dropdb"><span class="refentrytitle"><span class="application">dropdb</span></span></a>, <a class="xref" href="sql-createdatabase.html" title="CREATE DATABASE"><span class="refentrytitle">CREATE DATABASE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-clusterdb.html" title="clusterdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-createuser.html" title="createuser">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">clusterdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">createuser</span></td></tr></table></div></body></html> |
| 1234 | \ No newline at end of file |
| 1235 | diff --git a/doc/src/sgml/html/app-createuser.html b/doc/src/sgml/html/app-createuser.html |
| 1236 | index b51bfba..99b1454 100644 |
| 1237 | --- a/doc/src/sgml/html/app-createuser.html |
| 1238 | +++ b/doc/src/sgml/html/app-createuser.html |
| 1239 | @@ -1,5 +1,5 @@ |
| 1240 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1241 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>createuser</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-createdb.html" title="createdb" /><link rel="next" href="app-dropdb.html" title="dropdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createuser</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-createdb.html" title="createdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-dropdb.html" title="dropdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-CREATEUSER"><div class="titlepage"></div><a id="id-1.9.4.5.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">createuser</span></span></h2><p>createuser — define a new <span class="productname">PostgreSQL</span> user account</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.5.4.1"><code class="command">createuser</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>username</code></em>]</p></div></div><div class="refsect1" id="id-1.9.4.5.5"><h2>Description</h2><p> |
| 1242 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>createuser</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-createdb.html" title="createdb" /><link rel="next" href="app-dropdb.html" title="dropdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createuser</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-createdb.html" title="createdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-dropdb.html" title="dropdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-CREATEUSER"><div class="titlepage"></div><a id="id-1.9.4.5.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">createuser</span></span></h2><p>createuser — define a new <span class="productname">PostgreSQL</span> user account</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.5.4.1"><code class="command">createuser</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>username</code></em>]</p></div></div><div class="refsect1" id="id-1.9.4.5.5"><h2>Description</h2><p> |
| 1243 | <span class="application">createuser</span> creates a |
| 1244 | new <span class="productname">PostgreSQL</span> user (or more precisely, a role). |
| 1245 | Only superusers and users with <code class="literal">CREATEROLE</code> privilege can create |
| 1246 | @@ -179,4 +179,4 @@ |
| 1247 | In the above example, the new password isn't actually echoed when typed, |
| 1248 | but we show what was typed for clarity. As you see, the password is |
| 1249 | encrypted before it is sent to the client. |
| 1250 | - </p></div><div class="refsect1" id="id-1.9.4.5.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-dropuser.html" title="dropuser"><span class="refentrytitle"><span class="application">dropuser</span></span></a>, <a class="xref" href="sql-createrole.html" title="CREATE ROLE"><span class="refentrytitle">CREATE ROLE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-createdb.html" title="createdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-dropdb.html" title="dropdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">dropdb</span></td></tr></table></div></body></html> |
| 1251 | \ No newline at end of file |
| 1252 | + </p></div><div class="refsect1" id="id-1.9.4.5.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-dropuser.html" title="dropuser"><span class="refentrytitle"><span class="application">dropuser</span></span></a>, <a class="xref" href="sql-createrole.html" title="CREATE ROLE"><span class="refentrytitle">CREATE ROLE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-createdb.html" title="createdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-dropdb.html" title="dropdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">dropdb</span></td></tr></table></div></body></html> |
| 1253 | \ No newline at end of file |
| 1254 | diff --git a/doc/src/sgml/html/app-dropdb.html b/doc/src/sgml/html/app-dropdb.html |
| 1255 | index 098185e..8a4374a 100644 |
| 1256 | --- a/doc/src/sgml/html/app-dropdb.html |
| 1257 | +++ b/doc/src/sgml/html/app-dropdb.html |
| 1258 | @@ -1,5 +1,5 @@ |
| 1259 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1260 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>dropdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-createuser.html" title="createuser" /><link rel="next" href="app-dropuser.html" title="dropuser" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-createuser.html" title="createuser">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-dropuser.html" title="dropuser">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-DROPDB"><div class="titlepage"></div><a id="id-1.9.4.6.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">dropdb</span></span></h2><p>dropdb — remove a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.6.4.1"><code class="command">dropdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] <em class="replaceable"><code>dbname</code></em> </p></div></div><div class="refsect1" id="id-1.9.4.6.5"><h2>Description</h2><p> |
| 1261 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>dropdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-createuser.html" title="createuser" /><link rel="next" href="app-dropuser.html" title="dropuser" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-createuser.html" title="createuser">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-dropuser.html" title="dropuser">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-DROPDB"><div class="titlepage"></div><a id="id-1.9.4.6.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">dropdb</span></span></h2><p>dropdb — remove a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.6.4.1"><code class="command">dropdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] <em class="replaceable"><code>dbname</code></em> </p></div></div><div class="refsect1" id="id-1.9.4.6.5"><h2>Description</h2><p> |
| 1262 | <span class="application">dropdb</span> destroys an existing |
| 1263 | <span class="productname">PostgreSQL</span> database. |
| 1264 | The user who executes this command must be a database |
| 1265 | @@ -108,4 +108,4 @@ |
| 1266 | <code class="computeroutput">Database "demo" will be permanently deleted. |
| 1267 | Are you sure? (y/n) </code><strong class="userinput"><code>y</code></strong> |
| 1268 | <code class="computeroutput">DROP DATABASE demo;</code> |
| 1269 | -</pre></div><div class="refsect1" id="id-1.9.4.6.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-createdb.html" title="createdb"><span class="refentrytitle"><span class="application">createdb</span></span></a>, <a class="xref" href="sql-dropdatabase.html" title="DROP DATABASE"><span class="refentrytitle">DROP DATABASE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-createuser.html" title="createuser">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-dropuser.html" title="dropuser">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createuser</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">dropuser</span></td></tr></table></div></body></html> |
| 1270 | \ No newline at end of file |
| 1271 | +</pre></div><div class="refsect1" id="id-1.9.4.6.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-createdb.html" title="createdb"><span class="refentrytitle"><span class="application">createdb</span></span></a>, <a class="xref" href="sql-dropdatabase.html" title="DROP DATABASE"><span class="refentrytitle">DROP DATABASE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-createuser.html" title="createuser">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-dropuser.html" title="dropuser">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">createuser</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">dropuser</span></td></tr></table></div></body></html> |
| 1272 | \ No newline at end of file |
| 1273 | diff --git a/doc/src/sgml/html/app-dropuser.html b/doc/src/sgml/html/app-dropuser.html |
| 1274 | index 021ec0a..5bd1d12 100644 |
| 1275 | --- a/doc/src/sgml/html/app-dropuser.html |
| 1276 | +++ b/doc/src/sgml/html/app-dropuser.html |
| 1277 | @@ -1,5 +1,5 @@ |
| 1278 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1279 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>dropuser</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-dropdb.html" title="dropdb" /><link rel="next" href="app-ecpg.html" title="ecpg" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropuser</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-dropdb.html" title="dropdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-ecpg.html" title="ecpg">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-DROPUSER"><div class="titlepage"></div><a id="id-1.9.4.7.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">dropuser</span></span></h2><p>dropuser — remove a <span class="productname">PostgreSQL</span> user account</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.7.4.1"><code class="command">dropuser</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>username</code></em>]</p></div></div><div class="refsect1" id="id-1.9.4.7.5"><h2>Description</h2><p> |
| 1280 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>dropuser</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-dropdb.html" title="dropdb" /><link rel="next" href="app-ecpg.html" title="ecpg" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropuser</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-dropdb.html" title="dropdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-ecpg.html" title="ecpg">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-DROPUSER"><div class="titlepage"></div><a id="id-1.9.4.7.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">dropuser</span></span></h2><p>dropuser — remove a <span class="productname">PostgreSQL</span> user account</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.7.4.1"><code class="command">dropuser</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>username</code></em>]</p></div></div><div class="refsect1" id="id-1.9.4.7.5"><h2>Description</h2><p> |
| 1281 | <span class="application">dropuser</span> removes an existing |
| 1282 | <span class="productname">PostgreSQL</span> user. |
| 1283 | Only superusers and users with the <code class="literal">CREATEROLE</code> privilege can |
| 1284 | @@ -100,4 +100,4 @@ |
| 1285 | <code class="computeroutput">Role "joe" will be permanently removed. |
| 1286 | Are you sure? (y/n) </code><strong class="userinput"><code>y</code></strong> |
| 1287 | <code class="computeroutput">DROP ROLE joe;</code> |
| 1288 | -</pre></div><div class="refsect1" id="id-1.9.4.7.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-createuser.html" title="createuser"><span class="refentrytitle"><span class="application">createuser</span></span></a>, <a class="xref" href="sql-droprole.html" title="DROP ROLE"><span class="refentrytitle">DROP ROLE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-dropdb.html" title="dropdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-ecpg.html" title="ecpg">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">ecpg</span></td></tr></table></div></body></html> |
| 1289 | \ No newline at end of file |
| 1290 | +</pre></div><div class="refsect1" id="id-1.9.4.7.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-createuser.html" title="createuser"><span class="refentrytitle"><span class="application">createuser</span></span></a>, <a class="xref" href="sql-droprole.html" title="DROP ROLE"><span class="refentrytitle">DROP ROLE</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-dropdb.html" title="dropdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-ecpg.html" title="ecpg">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">ecpg</span></td></tr></table></div></body></html> |
| 1291 | \ No newline at end of file |
| 1292 | diff --git a/doc/src/sgml/html/app-ecpg.html b/doc/src/sgml/html/app-ecpg.html |
| 1293 | index 0f39746..623b304 100644 |
| 1294 | --- a/doc/src/sgml/html/app-ecpg.html |
| 1295 | +++ b/doc/src/sgml/html/app-ecpg.html |
| 1296 | @@ -1,5 +1,5 @@ |
| 1297 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1298 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>ecpg</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-dropuser.html" title="dropuser" /><link rel="next" href="app-pgamcheck.html" title="pg_amcheck" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">ecpg</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-dropuser.html" title="dropuser">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgamcheck.html" title="pg_amcheck">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-ECPG"><div class="titlepage"></div><a id="id-1.9.4.8.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">ecpg</span></span></h2><p><span class="application">ecpg</span> — embedded SQL C preprocessor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.8.4.1"><code class="command">ecpg</code> [<em class="replaceable"><code>option</code></em>...] <em class="replaceable"><code>file</code></em>... </p></div></div><div class="refsect1" id="APP-ECPG-DESCRIPTION"><h2>Description</h2><p> |
| 1299 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>ecpg</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-dropuser.html" title="dropuser" /><link rel="next" href="app-pgamcheck.html" title="pg_amcheck" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">ecpg</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-dropuser.html" title="dropuser">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgamcheck.html" title="pg_amcheck">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-ECPG"><div class="titlepage"></div><a id="id-1.9.4.8.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">ecpg</span></span></h2><p><span class="application">ecpg</span> — embedded SQL C preprocessor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.8.4.1"><code class="command">ecpg</code> [<em class="replaceable"><code>option</code></em>...] <em class="replaceable"><code>file</code></em>... </p></div></div><div class="refsect1" id="APP-ECPG-DESCRIPTION"><h2>Description</h2><p> |
| 1300 | <code class="command">ecpg</code> is the embedded SQL preprocessor for C |
| 1301 | programs. It converts C programs with embedded SQL statements to |
| 1302 | normal C code by replacing the SQL invocations with special |
| 1303 | @@ -103,4 +103,4 @@ |
| 1304 | ecpg prog1.pgc |
| 1305 | cc -I/usr/local/pgsql/include -c prog1.c |
| 1306 | cc -o prog1 prog1.o -L/usr/local/pgsql/lib -lecpg |
| 1307 | -</pre></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-dropuser.html" title="dropuser">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgamcheck.html" title="pg_amcheck">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropuser</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_amcheck</span></td></tr></table></div></body></html> |
| 1308 | \ No newline at end of file |
| 1309 | +</pre></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-dropuser.html" title="dropuser">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgamcheck.html" title="pg_amcheck">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">dropuser</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_amcheck</span></td></tr></table></div></body></html> |
| 1310 | \ No newline at end of file |
| 1311 | diff --git a/doc/src/sgml/html/app-initdb.html b/doc/src/sgml/html/app-initdb.html |
| 1312 | index 1ed176b..036c97f 100644 |
| 1313 | --- a/doc/src/sgml/html/app-initdb.html |
| 1314 | +++ b/doc/src/sgml/html/app-initdb.html |
| 1315 | @@ -1,5 +1,5 @@ |
| 1316 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1317 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>initdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="reference-server.html" title="PostgreSQL Server Applications" /><link rel="next" href="pgarchivecleanup.html" title="pg_archivecleanup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">initdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="reference-server.html" title="PostgreSQL Server Applications">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="pgarchivecleanup.html" title="pg_archivecleanup">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-INITDB"><div class="titlepage"></div><a id="id-1.9.5.3.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">initdb</span></span></h2><p>initdb — create a new <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.3.4.1"><code class="command">initdb</code> [<em class="replaceable"><code>option</code></em>...] [ <code class="option">--pgdata</code> | <code class="option">-D</code> ]<em class="replaceable"><code> directory</code></em> </p></div></div><div class="refsect1" id="R1-APP-INITDB-1"><h2>Description</h2><p> |
| 1318 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>initdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="reference-server.html" title="PostgreSQL Server Applications" /><link rel="next" href="pgarchivecleanup.html" title="pg_archivecleanup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">initdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="reference-server.html" title="PostgreSQL Server Applications">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="pgarchivecleanup.html" title="pg_archivecleanup">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-INITDB"><div class="titlepage"></div><a id="id-1.9.5.3.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">initdb</span></span></h2><p>initdb — create a new <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.3.4.1"><code class="command">initdb</code> [<em class="replaceable"><code>option</code></em>...] [ <code class="option">--pgdata</code> | <code class="option">-D</code> ]<em class="replaceable"><code> directory</code></em> </p></div></div><div class="refsect1" id="R1-APP-INITDB-1"><h2>Description</h2><p> |
| 1319 | <code class="command">initdb</code> creates a new |
| 1320 | <span class="productname">PostgreSQL</span> database cluster. A database |
| 1321 | cluster is a collection of databases that are managed by a single |
| 1322 | @@ -221,4 +221,4 @@ |
| 1323 | </p></div><div class="refsect1" id="id-1.9.5.3.8"><h2>Notes</h2><p> |
| 1324 | <code class="command">initdb</code> can also be invoked via |
| 1325 | <code class="command">pg_ctl initdb</code>. |
| 1326 | - </p></div><div class="refsect1" id="id-1.9.5.3.9"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pg-ctl.html" title="pg_ctl"><span class="refentrytitle"><span class="application">pg_ctl</span></span></a>, <a class="xref" href="app-postgres.html" title="postgres"><span class="refentrytitle"><span class="application">postgres</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="reference-server.html" title="PostgreSQL Server Applications">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pgarchivecleanup.html" title="pg_archivecleanup">Next</a></td></tr><tr><td width="40%" align="left" valign="top">PostgreSQL Server Applications </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_archivecleanup</span></td></tr></table></div></body></html> |
| 1327 | \ No newline at end of file |
| 1328 | + </p></div><div class="refsect1" id="id-1.9.5.3.9"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pg-ctl.html" title="pg_ctl"><span class="refentrytitle"><span class="application">pg_ctl</span></span></a>, <a class="xref" href="app-postgres.html" title="postgres"><span class="refentrytitle"><span class="application">postgres</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="reference-server.html" title="PostgreSQL Server Applications">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pgarchivecleanup.html" title="pg_archivecleanup">Next</a></td></tr><tr><td width="40%" align="left" valign="top">PostgreSQL Server Applications </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_archivecleanup</span></td></tr></table></div></body></html> |
| 1329 | \ No newline at end of file |
| 1330 | diff --git a/doc/src/sgml/html/app-pg-ctl.html b/doc/src/sgml/html/app-pg-ctl.html |
| 1331 | index 70ba1f3..0e01385 100644 |
| 1332 | --- a/doc/src/sgml/html/app-pg-ctl.html |
| 1333 | +++ b/doc/src/sgml/html/app-pg-ctl.html |
| 1334 | @@ -1,5 +1,5 @@ |
| 1335 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1336 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_ctl</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgcontroldata.html" title="pg_controldata" /><link rel="next" href="app-pgresetwal.html" title="pg_resetwal" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_ctl</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgcontroldata.html" title="pg_controldata">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgresetwal.html" title="pg_resetwal">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PG-CTL"><div class="titlepage"></div><a id="id-1.9.5.7.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_ctl</span></span></h2><p>pg_ctl — initialize, start, stop, or control a <span class="productname">PostgreSQL</span> server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.7.4.1"><code class="command">pg_ctl</code> <code class="option">init[db]</code> [<code class="option">-D</code> <em class="replaceable"><code>datadir</code></em>] [<code class="option">-s</code>] [<code class="option">-o</code> <em class="replaceable"><code>initdb-options</code></em>]</p></div><div class="cmdsynopsis"><p id="id-1.9.5.7.4.2"><code class="command">pg_ctl</code> <code class="option">start</code> [<code class="option">-D</code> <em class="replaceable"><code>datadir</code></em>] [<code class="option">-l</code> <em class="replaceable"><code>filename</code></em>] [<code class="option">-W</code>] [<code class="option">-t</code> <em class="replaceable"><code>seconds</code></em>] [<code class="option">-s</code>] [<code class="option">-o</code> <em class="replaceable"><code>options</code></em>] [<code class="option">-p</code> <em class="replaceable"><code>path</code></em>] [<code class="option">-c</code>]</p></div><div class="cmdsynopsis"><p id="id-1.9.5.7.4.3"><code class="command">pg_ctl</code> <code class="option">stop</code> [<code class="option">-D</code> <em class="replaceable"><code>datadir</code></em>] [<code class="option">-m</code> |
| 1337 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_ctl</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgcontroldata.html" title="pg_controldata" /><link rel="next" href="app-pgresetwal.html" title="pg_resetwal" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_ctl</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgcontroldata.html" title="pg_controldata">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgresetwal.html" title="pg_resetwal">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PG-CTL"><div class="titlepage"></div><a id="id-1.9.5.7.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_ctl</span></span></h2><p>pg_ctl — initialize, start, stop, or control a <span class="productname">PostgreSQL</span> server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.7.4.1"><code class="command">pg_ctl</code> <code class="option">init[db]</code> [<code class="option">-D</code> <em class="replaceable"><code>datadir</code></em>] [<code class="option">-s</code>] [<code class="option">-o</code> <em class="replaceable"><code>initdb-options</code></em>]</p></div><div class="cmdsynopsis"><p id="id-1.9.5.7.4.2"><code class="command">pg_ctl</code> <code class="option">start</code> [<code class="option">-D</code> <em class="replaceable"><code>datadir</code></em>] [<code class="option">-l</code> <em class="replaceable"><code>filename</code></em>] [<code class="option">-W</code>] [<code class="option">-t</code> <em class="replaceable"><code>seconds</code></em>] [<code class="option">-s</code>] [<code class="option">-o</code> <em class="replaceable"><code>options</code></em>] [<code class="option">-p</code> <em class="replaceable"><code>path</code></em>] [<code class="option">-c</code>]</p></div><div class="cmdsynopsis"><p id="id-1.9.5.7.4.3"><code class="command">pg_ctl</code> <code class="option">stop</code> [<code class="option">-D</code> <em class="replaceable"><code>datadir</code></em>] [<code class="option">-m</code> |
| 1338 | <code class="option">s[mart]</code> | <code class="option">f[ast]</code> | <code class="option">i[mmediate]</code> |
| 1339 | ] [<code class="option">-W</code>] [<code class="option">-t</code> <em class="replaceable"><code>seconds</code></em>] [<code class="option">-s</code>]</p></div><div class="cmdsynopsis"><p id="id-1.9.5.7.4.4"><code class="command">pg_ctl</code> <code class="option">restart</code> [<code class="option">-D</code> <em class="replaceable"><code>datadir</code></em>] [<code class="option">-m</code> |
| 1340 | <code class="option">s[mart]</code> | <code class="option">f[ast]</code> | <code class="option">i[mmediate]</code> |
| 1341 | @@ -285,4 +285,4 @@ pg_ctl: server is running (PID: 13718) |
| 1342 | /usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128" |
| 1343 | </code></pre><p> |
| 1344 | The second line is the command that would be invoked in restart mode. |
| 1345 | - </p></div></div><div class="refsect1" id="id-1.9.5.7.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-initdb.html" title="initdb"><span class="refentrytitle"><span class="application">initdb</span></span></a>, <a class="xref" href="app-postgres.html" title="postgres"><span class="refentrytitle"><span class="application">postgres</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgcontroldata.html" title="pg_controldata">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgresetwal.html" title="pg_resetwal">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_controldata</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_resetwal</span></td></tr></table></div></body></html> |
| 1346 | \ No newline at end of file |
| 1347 | + </p></div></div><div class="refsect1" id="id-1.9.5.7.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-initdb.html" title="initdb"><span class="refentrytitle"><span class="application">initdb</span></span></a>, <a class="xref" href="app-postgres.html" title="postgres"><span class="refentrytitle"><span class="application">postgres</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgcontroldata.html" title="pg_controldata">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgresetwal.html" title="pg_resetwal">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_controldata</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_resetwal</span></td></tr></table></div></body></html> |
| 1348 | \ No newline at end of file |
| 1349 | diff --git a/doc/src/sgml/html/app-pg-dumpall.html b/doc/src/sgml/html/app-pg-dumpall.html |
| 1350 | index cfad7ea..317cc90 100644 |
| 1351 | --- a/doc/src/sgml/html/app-pg-dumpall.html |
| 1352 | +++ b/doc/src/sgml/html/app-pg-dumpall.html |
| 1353 | @@ -1,5 +1,5 @@ |
| 1354 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1355 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_dumpall</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgdump.html" title="pg_dump" /><link rel="next" href="app-pg-isready.html" title="pg_isready" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dumpall</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgdump.html" title="pg_dump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pg-isready.html" title="pg_isready">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PG-DUMPALL"><div class="titlepage"></div><a id="id-1.9.4.14.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_dumpall</span></span></h2><p>pg_dumpall — extract a <span class="productname">PostgreSQL</span> database cluster into a script file</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.14.4.1"><code class="command">pg_dumpall</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="APP-PG-DUMPALL-DESCRIPTION"><h2>Description</h2><p> |
| 1356 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_dumpall</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgdump.html" title="pg_dump" /><link rel="next" href="app-pg-isready.html" title="pg_isready" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dumpall</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgdump.html" title="pg_dump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pg-isready.html" title="pg_isready">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PG-DUMPALL"><div class="titlepage"></div><a id="id-1.9.4.14.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_dumpall</span></span></h2><p>pg_dumpall — extract a <span class="productname">PostgreSQL</span> database cluster into a script file</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.14.4.1"><code class="command">pg_dumpall</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="APP-PG-DUMPALL-DESCRIPTION"><h2>Description</h2><p> |
| 1357 | <span class="application">pg_dumpall</span> is a utility for writing out |
| 1358 | (<span class="quote">“<span class="quote">dumping</span>”</span>) all <span class="productname">PostgreSQL</span> databases |
| 1359 | of a cluster into one script file. The script file contains |
| 1360 | @@ -351,4 +351,4 @@ |
| 1361 | </p></div><div class="refsect1" id="id-1.9.4.14.10"><h2>See Also</h2><p> |
| 1362 | Check <a class="xref" href="app-pgdump.html" title="pg_dump"><span class="refentrytitle"><span class="application">pg_dump</span></span></a> for details on possible |
| 1363 | error conditions. |
| 1364 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgdump.html" title="pg_dump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pg-isready.html" title="pg_isready">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dump</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_isready</span></td></tr></table></div></body></html> |
| 1365 | \ No newline at end of file |
| 1366 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgdump.html" title="pg_dump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pg-isready.html" title="pg_isready">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dump</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_isready</span></td></tr></table></div></body></html> |
| 1367 | \ No newline at end of file |
| 1368 | diff --git a/doc/src/sgml/html/app-pg-isready.html b/doc/src/sgml/html/app-pg-isready.html |
| 1369 | index ef1d93b..122f839 100644 |
| 1370 | --- a/doc/src/sgml/html/app-pg-isready.html |
| 1371 | +++ b/doc/src/sgml/html/app-pg-isready.html |
| 1372 | @@ -1,5 +1,5 @@ |
| 1373 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1374 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_isready</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pg-dumpall.html" title="pg_dumpall" /><link rel="next" href="app-pgreceivewal.html" title="pg_receivewal" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_isready</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pg-dumpall.html" title="pg_dumpall">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgreceivewal.html" title="pg_receivewal">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PG-ISREADY"><div class="titlepage"></div><a id="id-1.9.4.15.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_isready</span></span></h2><p>pg_isready — check the connection status of a <span class="productname">PostgreSQL</span> server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.15.4.1"><code class="command">pg_isready</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="APP-PG-ISREADY-DESCRIPTION"><h2>Description</h2><p> |
| 1375 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_isready</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pg-dumpall.html" title="pg_dumpall" /><link rel="next" href="app-pgreceivewal.html" title="pg_receivewal" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_isready</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pg-dumpall.html" title="pg_dumpall">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgreceivewal.html" title="pg_receivewal">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PG-ISREADY"><div class="titlepage"></div><a id="id-1.9.4.15.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_isready</span></span></h2><p>pg_isready — check the connection status of a <span class="productname">PostgreSQL</span> server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.15.4.1"><code class="command">pg_isready</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="APP-PG-ISREADY-DESCRIPTION"><h2>Description</h2><p> |
| 1376 | <span class="application">pg_isready</span> is a utility for checking the connection |
| 1377 | status of a <span class="productname">PostgreSQL</span> database server. The exit |
| 1378 | status specifies the result of the connection check. |
| 1379 | @@ -76,4 +76,4 @@ |
| 1380 | <code class="prompt">$</code> <strong class="userinput"><code>echo $?</code></strong> |
| 1381 | <code class="computeroutput">2</code> |
| 1382 | </pre><p> |
| 1383 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pg-dumpall.html" title="pg_dumpall">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgreceivewal.html" title="pg_receivewal">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dumpall</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_receivewal</span></td></tr></table></div></body></html> |
| 1384 | \ No newline at end of file |
| 1385 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pg-dumpall.html" title="pg_dumpall">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgreceivewal.html" title="pg_receivewal">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dumpall</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_receivewal</span></td></tr></table></div></body></html> |
| 1386 | \ No newline at end of file |
| 1387 | diff --git a/doc/src/sgml/html/app-pgamcheck.html b/doc/src/sgml/html/app-pgamcheck.html |
| 1388 | index 085da06..930a054 100644 |
| 1389 | --- a/doc/src/sgml/html/app-pgamcheck.html |
| 1390 | +++ b/doc/src/sgml/html/app-pgamcheck.html |
| 1391 | @@ -1,5 +1,5 @@ |
| 1392 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1393 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_amcheck</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-ecpg.html" title="ecpg" /><link rel="next" href="app-pgbasebackup.html" title="pg_basebackup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_amcheck</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-ecpg.html" title="ecpg">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgbasebackup.html" title="pg_basebackup">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGAMCHECK"><div class="titlepage"></div><a id="id-1.9.4.9.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_amcheck</span></span></h2><p>pg_amcheck — checks for corruption in one or more |
| 1394 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_amcheck</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-ecpg.html" title="ecpg" /><link rel="next" href="app-pgbasebackup.html" title="pg_basebackup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_amcheck</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-ecpg.html" title="ecpg">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgbasebackup.html" title="pg_basebackup">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGAMCHECK"><div class="titlepage"></div><a id="id-1.9.4.9.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_amcheck</span></span></h2><p>pg_amcheck — checks for corruption in one or more |
| 1395 | <span class="productname">PostgreSQL</span> databases</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.9.4.1"><code class="command">pg_amcheck</code> [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>dbname</code></em>]</p></div></div><div class="refsect1" id="id-1.9.4.9.5"><h2>Description</h2><p> |
| 1396 | <span class="application">pg_amcheck</span> supports running |
| 1397 | <a class="xref" href="amcheck.html" title="F.2. amcheck">amcheck</a>'s corruption checking functions against one or |
| 1398 | @@ -289,4 +289,4 @@ |
| 1399 | </p></div><div class="refsect1" id="id-1.9.4.9.7"><h2>Notes</h2><p> |
| 1400 | <span class="application">pg_amcheck</span> is designed to work with |
| 1401 | <span class="productname">PostgreSQL</span> 14.0 and later. |
| 1402 | - </p></div><div class="refsect1" id="id-1.9.4.9.8"><h2>See Also</h2><span class="simplelist"><a class="xref" href="amcheck.html" title="F.2. amcheck">amcheck</a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-ecpg.html" title="ecpg">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgbasebackup.html" title="pg_basebackup">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">ecpg</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_basebackup</span></td></tr></table></div></body></html> |
| 1403 | \ No newline at end of file |
| 1404 | + </p></div><div class="refsect1" id="id-1.9.4.9.8"><h2>See Also</h2><span class="simplelist"><a class="xref" href="amcheck.html" title="F.2. amcheck">amcheck</a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-ecpg.html" title="ecpg">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgbasebackup.html" title="pg_basebackup">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">ecpg</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_basebackup</span></td></tr></table></div></body></html> |
| 1405 | \ No newline at end of file |
| 1406 | diff --git a/doc/src/sgml/html/app-pgbasebackup.html b/doc/src/sgml/html/app-pgbasebackup.html |
| 1407 | index 7db5059..65e5b84 100644 |
| 1408 | --- a/doc/src/sgml/html/app-pgbasebackup.html |
| 1409 | +++ b/doc/src/sgml/html/app-pgbasebackup.html |
| 1410 | @@ -1,5 +1,5 @@ |
| 1411 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1412 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_basebackup</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgamcheck.html" title="pg_amcheck" /><link rel="next" href="pgbench.html" title="pgbench" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_basebackup</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgamcheck.html" title="pg_amcheck">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="pgbench.html" title="pgbench">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGBASEBACKUP"><div class="titlepage"></div><a id="id-1.9.4.10.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_basebackup</span></span></h2><p>pg_basebackup — take a base backup of a <span class="productname">PostgreSQL</span> cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.10.4.1"><code class="command">pg_basebackup</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.10.5"><h2>Description</h2><p> |
| 1413 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_basebackup</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgamcheck.html" title="pg_amcheck" /><link rel="next" href="pgbench.html" title="pgbench" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_basebackup</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgamcheck.html" title="pg_amcheck">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="pgbench.html" title="pgbench">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGBASEBACKUP"><div class="titlepage"></div><a id="id-1.9.4.10.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_basebackup</span></span></h2><p>pg_basebackup — take a base backup of a <span class="productname">PostgreSQL</span> cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.10.4.1"><code class="command">pg_basebackup</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.10.5"><h2>Description</h2><p> |
| 1414 | <span class="application">pg_basebackup</span> is used to take a base backup of |
| 1415 | a running <span class="productname">PostgreSQL</span> database cluster. The backup |
| 1416 | is taken without affecting other clients of the database, and can be used |
| 1417 | @@ -486,4 +486,4 @@ |
| 1418 | to <code class="filename">./backup/ts</code>: |
| 1419 | </p><pre class="screen"> |
| 1420 | <code class="prompt">$</code> <strong class="userinput"><code>pg_basebackup -D backup/data -T /opt/ts=$(pwd)/backup/ts</code></strong> |
| 1421 | -</pre></div><div class="refsect1" id="id-1.9.4.10.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgdump.html" title="pg_dump"><span class="refentrytitle"><span class="application">pg_dump</span></span></a>, <a class="xref" href="progress-reporting.html#BASEBACKUP-PROGRESS-REPORTING" title="28.4.5. Base Backup Progress Reporting">Section 28.4.5</a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgamcheck.html" title="pg_amcheck">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pgbench.html" title="pgbench">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_amcheck</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pgbench</span></td></tr></table></div></body></html> |
| 1422 | \ No newline at end of file |
| 1423 | +</pre></div><div class="refsect1" id="id-1.9.4.10.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgdump.html" title="pg_dump"><span class="refentrytitle"><span class="application">pg_dump</span></span></a>, <a class="xref" href="progress-reporting.html#BASEBACKUP-PROGRESS-REPORTING" title="28.4.5. Base Backup Progress Reporting">Section 28.4.5</a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgamcheck.html" title="pg_amcheck">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pgbench.html" title="pgbench">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_amcheck</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pgbench</span></td></tr></table></div></body></html> |
| 1424 | \ No newline at end of file |
| 1425 | diff --git a/doc/src/sgml/html/app-pgchecksums.html b/doc/src/sgml/html/app-pgchecksums.html |
| 1426 | index 7c4286f..f35c7c0 100644 |
| 1427 | --- a/doc/src/sgml/html/app-pgchecksums.html |
| 1428 | +++ b/doc/src/sgml/html/app-pgchecksums.html |
| 1429 | @@ -1,5 +1,5 @@ |
| 1430 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1431 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_checksums</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgarchivecleanup.html" title="pg_archivecleanup" /><link rel="next" href="app-pgcontroldata.html" title="pg_controldata" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_checksums</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgarchivecleanup.html" title="pg_archivecleanup">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgcontroldata.html" title="pg_controldata">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGCHECKSUMS"><div class="titlepage"></div><a id="id-1.9.5.5.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_checksums</span></span></h2><p>pg_checksums — enable, disable or check data checksums in a <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.5.4.1"><code class="command">pg_checksums</code> [<em class="replaceable"><code>option</code></em>...] [[ <code class="option">-D</code> | <code class="option">--pgdata</code> ]<em class="replaceable"><code>datadir</code></em>]</p></div></div><div class="refsect1" id="R1-APP-PG_CHECKSUMS-1"><h2>Description</h2><p> |
| 1432 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_checksums</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgarchivecleanup.html" title="pg_archivecleanup" /><link rel="next" href="app-pgcontroldata.html" title="pg_controldata" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_checksums</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgarchivecleanup.html" title="pg_archivecleanup">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgcontroldata.html" title="pg_controldata">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGCHECKSUMS"><div class="titlepage"></div><a id="id-1.9.5.5.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_checksums</span></span></h2><p>pg_checksums — enable, disable or check data checksums in a <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.5.4.1"><code class="command">pg_checksums</code> [<em class="replaceable"><code>option</code></em>...] [[ <code class="option">-D</code> | <code class="option">--pgdata</code> ]<em class="replaceable"><code>datadir</code></em>]</p></div></div><div class="refsect1" id="R1-APP-PG_CHECKSUMS-1"><h2>Description</h2><p> |
| 1433 | <span class="application">pg_checksums</span> checks, enables or disables data |
| 1434 | checksums in a <span class="productname">PostgreSQL</span> cluster. The server |
| 1435 | must be shut down cleanly before running |
| 1436 | @@ -71,4 +71,4 @@ |
| 1437 | enabling or disabling checksums, the cluster's data checksum configuration |
| 1438 | remains unchanged, and <span class="application">pg_checksums</span> can be |
| 1439 | re-run to perform the same operation. |
| 1440 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgarchivecleanup.html" title="pg_archivecleanup">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgcontroldata.html" title="pg_controldata">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_archivecleanup</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_controldata</span></td></tr></table></div></body></html> |
| 1441 | \ No newline at end of file |
| 1442 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgarchivecleanup.html" title="pg_archivecleanup">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgcontroldata.html" title="pg_controldata">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_archivecleanup</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_controldata</span></td></tr></table></div></body></html> |
| 1443 | \ No newline at end of file |
| 1444 | diff --git a/doc/src/sgml/html/app-pgconfig.html b/doc/src/sgml/html/app-pgconfig.html |
| 1445 | index 96fd120..64d5b6e 100644 |
| 1446 | --- a/doc/src/sgml/html/app-pgconfig.html |
| 1447 | +++ b/doc/src/sgml/html/app-pgconfig.html |
| 1448 | @@ -1,5 +1,5 @@ |
| 1449 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1450 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_config</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgbench.html" title="pgbench" /><link rel="next" href="app-pgdump.html" title="pg_dump" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_config</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgbench.html" title="pgbench">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgdump.html" title="pg_dump">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGCONFIG"><div class="titlepage"></div><a id="id-1.9.4.12.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_config</span></span></h2><p>pg_config — retrieve information about the installed version of <span class="productname">PostgreSQL</span></p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.12.4.1"><code class="command">pg_config</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.12.5"><h2>Description</h2><p> |
| 1451 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_config</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgbench.html" title="pgbench" /><link rel="next" href="app-pgdump.html" title="pg_dump" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_config</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgbench.html" title="pgbench">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgdump.html" title="pg_dump">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGCONFIG"><div class="titlepage"></div><a id="id-1.9.4.12.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_config</span></span></h2><p>pg_config — retrieve information about the installed version of <span class="productname">PostgreSQL</span></p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.12.4.1"><code class="command">pg_config</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.12.5"><h2>Description</h2><p> |
| 1452 | The <span class="application">pg_config</span> utility prints configuration parameters |
| 1453 | of the currently installed version of <span class="productname">PostgreSQL</span>. It is |
| 1454 | intended, for example, to be used by software packages that want to interface |
| 1455 | @@ -107,4 +107,4 @@ eval ./configure `pg_config --configure` |
| 1456 | shell quotation marks so arguments with spaces are represented |
| 1457 | correctly. Therefore, using <code class="literal">eval</code> is required |
| 1458 | for proper results. |
| 1459 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgbench.html" title="pgbench">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgdump.html" title="pg_dump">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pgbench</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dump</span></td></tr></table></div></body></html> |
| 1460 | \ No newline at end of file |
| 1461 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgbench.html" title="pgbench">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgdump.html" title="pg_dump">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pgbench</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dump</span></td></tr></table></div></body></html> |
| 1462 | \ No newline at end of file |
| 1463 | diff --git a/doc/src/sgml/html/app-pgcontroldata.html b/doc/src/sgml/html/app-pgcontroldata.html |
| 1464 | index a77e478..e36f6ca 100644 |
| 1465 | --- a/doc/src/sgml/html/app-pgcontroldata.html |
| 1466 | +++ b/doc/src/sgml/html/app-pgcontroldata.html |
| 1467 | @@ -1,5 +1,5 @@ |
| 1468 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1469 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_controldata</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgchecksums.html" title="pg_checksums" /><link rel="next" href="app-pg-ctl.html" title="pg_ctl" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_controldata</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgchecksums.html" title="pg_checksums">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pg-ctl.html" title="pg_ctl">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGCONTROLDATA"><div class="titlepage"></div><a id="id-1.9.5.6.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_controldata</span></span></h2><p>pg_controldata — display control information of a <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.6.4.1"><code class="command">pg_controldata</code> [<em class="replaceable"><code>option</code></em>] [[ <code class="option">-D</code> | <code class="option">--pgdata</code> ]<em class="replaceable"><code>datadir</code></em>]</p></div></div><div class="refsect1" id="R1-APP-PGCONTROLDATA-1"><h2>Description</h2><p> |
| 1470 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_controldata</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgchecksums.html" title="pg_checksums" /><link rel="next" href="app-pg-ctl.html" title="pg_ctl" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_controldata</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgchecksums.html" title="pg_checksums">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pg-ctl.html" title="pg_ctl">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGCONTROLDATA"><div class="titlepage"></div><a id="id-1.9.5.6.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_controldata</span></span></h2><p>pg_controldata — display control information of a <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.6.4.1"><code class="command">pg_controldata</code> [<em class="replaceable"><code>option</code></em>] [[ <code class="option">-D</code> | <code class="option">--pgdata</code> ]<em class="replaceable"><code>datadir</code></em>]</p></div></div><div class="refsect1" id="R1-APP-PGCONTROLDATA-1"><h2>Description</h2><p> |
| 1471 | <code class="command">pg_controldata</code> prints information initialized during |
| 1472 | <code class="command">initdb</code>, such as the catalog version. |
| 1473 | It also shows information about write-ahead logging and checkpoint |
| 1474 | @@ -20,4 +20,4 @@ |
| 1475 | Specifies whether to use color in diagnostic messages. Possible values |
| 1476 | are <code class="literal">always</code>, <code class="literal">auto</code> and |
| 1477 | <code class="literal">never</code>. |
| 1478 | - </p></dd></dl></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgchecksums.html" title="pg_checksums">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pg-ctl.html" title="pg_ctl">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_checksums</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_ctl</span></td></tr></table></div></body></html> |
| 1479 | \ No newline at end of file |
| 1480 | + </p></dd></dl></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgchecksums.html" title="pg_checksums">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pg-ctl.html" title="pg_ctl">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_checksums</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_ctl</span></td></tr></table></div></body></html> |
| 1481 | \ No newline at end of file |
| 1482 | diff --git a/doc/src/sgml/html/app-pgdump.html b/doc/src/sgml/html/app-pgdump.html |
| 1483 | index 59cdd84..7f5a9fd 100644 |
| 1484 | --- a/doc/src/sgml/html/app-pgdump.html |
| 1485 | +++ b/doc/src/sgml/html/app-pgdump.html |
| 1486 | @@ -1,5 +1,5 @@ |
| 1487 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1488 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_dump</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgconfig.html" title="pg_config" /><link rel="next" href="app-pg-dumpall.html" title="pg_dumpall" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dump</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgconfig.html" title="pg_config">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pg-dumpall.html" title="pg_dumpall">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGDUMP"><div class="titlepage"></div><a id="id-1.9.4.13.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_dump</span></span></h2><p>pg_dump — |
| 1489 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_dump</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgconfig.html" title="pg_config" /><link rel="next" href="app-pg-dumpall.html" title="pg_dumpall" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dump</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgconfig.html" title="pg_config">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pg-dumpall.html" title="pg_dumpall">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGDUMP"><div class="titlepage"></div><a id="id-1.9.4.13.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_dump</span></span></h2><p>pg_dump — |
| 1490 | extract a <span class="productname">PostgreSQL</span> database into a script file or other archive file |
| 1491 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.13.4.1"><code class="command">pg_dump</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>dbname</code></em>]</p></div></div><div class="refsect1" id="PG-DUMP-DESCRIPTION"><h2>Description</h2><p> |
| 1492 | <span class="application">pg_dump</span> is a utility for backing up a |
| 1493 | @@ -825,4 +825,4 @@ CREATE DATABASE foo WITH TEMPLATE template0; |
| 1494 | |
| 1495 | </p><pre class="screen"> |
| 1496 | <code class="prompt">$</code> <strong class="userinput"><code>pg_dump -t "\"MixedCaseName\"" mydb > mytab.sql</code></strong> |
| 1497 | -</pre></div><div class="refsect1" id="id-1.9.4.13.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pg-dumpall.html" title="pg_dumpall"><span class="refentrytitle"><span class="application">pg_dumpall</span></span></a>, <a class="xref" href="app-pgrestore.html" title="pg_restore"><span class="refentrytitle"><span class="application">pg_restore</span></span></a>, <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><span class="application">psql</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgconfig.html" title="pg_config">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pg-dumpall.html" title="pg_dumpall">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_config</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dumpall</span></td></tr></table></div></body></html> |
| 1498 | \ No newline at end of file |
| 1499 | +</pre></div><div class="refsect1" id="id-1.9.4.13.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pg-dumpall.html" title="pg_dumpall"><span class="refentrytitle"><span class="application">pg_dumpall</span></span></a>, <a class="xref" href="app-pgrestore.html" title="pg_restore"><span class="refentrytitle"><span class="application">pg_restore</span></span></a>, <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><span class="application">psql</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgconfig.html" title="pg_config">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pg-dumpall.html" title="pg_dumpall">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_config</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_dumpall</span></td></tr></table></div></body></html> |
| 1500 | \ No newline at end of file |
| 1501 | diff --git a/doc/src/sgml/html/app-pgreceivewal.html b/doc/src/sgml/html/app-pgreceivewal.html |
| 1502 | index 701706d..eef7053 100644 |
| 1503 | --- a/doc/src/sgml/html/app-pgreceivewal.html |
| 1504 | +++ b/doc/src/sgml/html/app-pgreceivewal.html |
| 1505 | @@ -1,5 +1,5 @@ |
| 1506 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1507 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_receivewal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pg-isready.html" title="pg_isready" /><link rel="next" href="app-pgrecvlogical.html" title="pg_recvlogical" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_receivewal</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pg-isready.html" title="pg_isready">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgrecvlogical.html" title="pg_recvlogical">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRECEIVEWAL"><div class="titlepage"></div><a id="id-1.9.4.16.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_receivewal</span></span></h2><p>pg_receivewal — stream write-ahead logs from a <span class="productname">PostgreSQL</span> server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.16.4.1"><code class="command">pg_receivewal</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.16.5"><h2>Description</h2><p> |
| 1508 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_receivewal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pg-isready.html" title="pg_isready" /><link rel="next" href="app-pgrecvlogical.html" title="pg_recvlogical" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_receivewal</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pg-isready.html" title="pg_isready">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgrecvlogical.html" title="pg_recvlogical">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRECEIVEWAL"><div class="titlepage"></div><a id="id-1.9.4.16.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_receivewal</span></span></h2><p>pg_receivewal — stream write-ahead logs from a <span class="productname">PostgreSQL</span> server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.16.4.1"><code class="command">pg_receivewal</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.16.5"><h2>Description</h2><p> |
| 1509 | <span class="application">pg_receivewal</span> is used to stream the write-ahead log |
| 1510 | from a running <span class="productname">PostgreSQL</span> cluster. The write-ahead |
| 1511 | log is streamed using the streaming replication protocol, and is written |
| 1512 | @@ -219,4 +219,4 @@ |
| 1513 | <code class="filename">/usr/local/pgsql/archive</code>: |
| 1514 | </p><pre class="screen"> |
| 1515 | <code class="prompt">$</code> <strong class="userinput"><code>pg_receivewal -h mydbserver -D /usr/local/pgsql/archive</code></strong> |
| 1516 | -</pre></div><div class="refsect1" id="id-1.9.4.16.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgbasebackup.html" title="pg_basebackup"><span class="refentrytitle"><span class="application">pg_basebackup</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pg-isready.html" title="pg_isready">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgrecvlogical.html" title="pg_recvlogical">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_isready</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_recvlogical</span></td></tr></table></div></body></html> |
| 1517 | \ No newline at end of file |
| 1518 | +</pre></div><div class="refsect1" id="id-1.9.4.16.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgbasebackup.html" title="pg_basebackup"><span class="refentrytitle"><span class="application">pg_basebackup</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pg-isready.html" title="pg_isready">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgrecvlogical.html" title="pg_recvlogical">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_isready</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_recvlogical</span></td></tr></table></div></body></html> |
| 1519 | \ No newline at end of file |
| 1520 | diff --git a/doc/src/sgml/html/app-pgreceivexlog.html b/doc/src/sgml/html/app-pgreceivexlog.html |
| 1521 | index 5c991ff..7aedd1e 100644 |
| 1522 | --- a/doc/src/sgml/html/app-pgreceivexlog.html |
| 1523 | +++ b/doc/src/sgml/html/app-pgreceivexlog.html |
| 1524 | @@ -1,10 +1,10 @@ |
| 1525 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1526 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>O.5. pg_receivexlog renamed to pg_receivewal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgresetxlog.html" title="O.4. pg_resetxlog renamed to pg_resetwal" /><link rel="next" href="biblio.html" title="Bibliography" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">O.5. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivexlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivewal</code></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgresetxlog.html" title="O.4. pg_resetxlog renamed to pg_resetwal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><th width="60%" align="center">Appendix O. Obsolete or Renamed Features</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="biblio.html" title="Bibliography">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="APP-PGRECEIVEXLOG"><div class="titlepage"><div><div><h2 class="title" style="clear: both">O.5. <code class="command">pg_receivexlog</code> renamed to <code class="command">pg_receivewal</code></h2></div></div></div><a id="id-1.11.16.7.2" class="indexterm"></a><p> |
| 1527 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>O.5. pg_receivexlog renamed to pg_receivewal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgresetxlog.html" title="O.4. pg_resetxlog renamed to pg_resetwal" /><link rel="next" href="biblio.html" title="Bibliography" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">O.5. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivexlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivewal</code></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgresetxlog.html" title="O.4. pg_resetxlog renamed to pg_resetwal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><th width="60%" align="center">Appendix O. Obsolete or Renamed Features</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="biblio.html" title="Bibliography">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="APP-PGRECEIVEXLOG"><div class="titlepage"><div><div><h2 class="title" style="clear: both">O.5. <code class="command">pg_receivexlog</code> renamed to <code class="command">pg_receivewal</code></h2></div></div></div><a id="id-1.11.16.7.2" class="indexterm"></a><p> |
| 1528 | PostgreSQL 9.6 and below provided a command named |
| 1529 | <code class="command">pg_receivexlog</code> |
| 1530 | <a id="id-1.11.16.7.3.2" class="indexterm"></a> |
| 1531 | to fetch write-ahead-log (WAL) files. This command was renamed to <code class="command">pg_receivewal</code>, see |
| 1532 | <a class="xref" href="app-pgreceivewal.html" title="pg_receivewal"><span class="refentrytitle"><span class="application">pg_receivewal</span></span></a> for documentation of <code class="command">pg_receivewal</code> and see |
| 1533 | - <a class="link" href="release-prior.html" title="E.7. Prior Releases">the release notes for PostgreSQL 10</a> for details |
| 1534 | + <a class="link" href="release-prior.html" title="E.8. Prior Releases">the release notes for PostgreSQL 10</a> for details |
| 1535 | on this change. |
| 1536 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgresetxlog.html" title="O.4. pg_resetxlog renamed to pg_resetwal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="biblio.html" title="Bibliography">Next</a></td></tr><tr><td width="40%" align="left" valign="top">O.4. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetxlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetwal</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Bibliography</td></tr></table></div></body></html> |
| 1537 | \ No newline at end of file |
| 1538 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgresetxlog.html" title="O.4. pg_resetxlog renamed to pg_resetwal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="biblio.html" title="Bibliography">Next</a></td></tr><tr><td width="40%" align="left" valign="top">O.4. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetxlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetwal</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Bibliography</td></tr></table></div></body></html> |
| 1539 | \ No newline at end of file |
| 1540 | diff --git a/doc/src/sgml/html/app-pgrecvlogical.html b/doc/src/sgml/html/app-pgrecvlogical.html |
| 1541 | index c6cfb35..cdcfcbe 100644 |
| 1542 | --- a/doc/src/sgml/html/app-pgrecvlogical.html |
| 1543 | +++ b/doc/src/sgml/html/app-pgrecvlogical.html |
| 1544 | @@ -1,5 +1,5 @@ |
| 1545 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1546 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_recvlogical</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgreceivewal.html" title="pg_receivewal" /><link rel="next" href="app-pgrestore.html" title="pg_restore" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_recvlogical</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgreceivewal.html" title="pg_receivewal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgrestore.html" title="pg_restore">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRECVLOGICAL"><div class="titlepage"></div><a id="id-1.9.4.17.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_recvlogical</span></span></h2><p>pg_recvlogical — control <span class="productname">PostgreSQL</span> logical decoding streams</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.17.4.1"><code class="command">pg_recvlogical</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.17.5"><h2>Description</h2><p> |
| 1547 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_recvlogical</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgreceivewal.html" title="pg_receivewal" /><link rel="next" href="app-pgrestore.html" title="pg_restore" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_recvlogical</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgreceivewal.html" title="pg_receivewal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgrestore.html" title="pg_restore">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRECVLOGICAL"><div class="titlepage"></div><a id="id-1.9.4.17.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_recvlogical</span></span></h2><p>pg_recvlogical — control <span class="productname">PostgreSQL</span> logical decoding streams</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.17.4.1"><code class="command">pg_recvlogical</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.17.5"><h2>Description</h2><p> |
| 1548 | <code class="command">pg_recvlogical</code> controls logical decoding replication |
| 1549 | slots and streams data from such replication slots. |
| 1550 | </p><p> |
| 1551 | @@ -168,4 +168,4 @@ |
| 1552 | cluster. |
| 1553 | </p></div><div class="refsect1" id="id-1.9.4.17.9"><h2>Examples</h2><p> |
| 1554 | See <a class="xref" href="logicaldecoding-example.html" title="49.1. Logical Decoding Examples">Section 49.1</a> for an example. |
| 1555 | - </p></div><div class="refsect1" id="id-1.9.4.17.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgreceivewal.html" title="pg_receivewal"><span class="refentrytitle"><span class="application">pg_receivewal</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgreceivewal.html" title="pg_receivewal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgrestore.html" title="pg_restore">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_receivewal</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_restore</span></td></tr></table></div></body></html> |
| 1556 | \ No newline at end of file |
| 1557 | + </p></div><div class="refsect1" id="id-1.9.4.17.10"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgreceivewal.html" title="pg_receivewal"><span class="refentrytitle"><span class="application">pg_receivewal</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgreceivewal.html" title="pg_receivewal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgrestore.html" title="pg_restore">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_receivewal</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_restore</span></td></tr></table></div></body></html> |
| 1558 | \ No newline at end of file |
| 1559 | diff --git a/doc/src/sgml/html/app-pgresetwal.html b/doc/src/sgml/html/app-pgresetwal.html |
| 1560 | index 269f45d..49803a6 100644 |
| 1561 | --- a/doc/src/sgml/html/app-pgresetwal.html |
| 1562 | +++ b/doc/src/sgml/html/app-pgresetwal.html |
| 1563 | @@ -1,5 +1,5 @@ |
| 1564 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1565 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_resetwal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pg-ctl.html" title="pg_ctl" /><link rel="next" href="app-pgrewind.html" title="pg_rewind" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_resetwal</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pg-ctl.html" title="pg_ctl">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgrewind.html" title="pg_rewind">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRESETWAL"><div class="titlepage"></div><a id="id-1.9.5.8.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_resetwal</span></span></h2><p>pg_resetwal — reset the write-ahead log and other control information of a <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.8.4.1"><code class="command">pg_resetwal</code> [ <code class="option">-f</code> | <code class="option">--force</code> ] [ <code class="option">-n</code> | <code class="option">--dry-run</code> ] [<em class="replaceable"><code>option</code></em>...] [ <code class="option">-D</code> | <code class="option">--pgdata</code> ]<em class="replaceable"><code>datadir</code></em> </p></div></div><div class="refsect1" id="R1-APP-PGRESETWAL-1"><h2>Description</h2><p> |
| 1566 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_resetwal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pg-ctl.html" title="pg_ctl" /><link rel="next" href="app-pgrewind.html" title="pg_rewind" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_resetwal</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pg-ctl.html" title="pg_ctl">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgrewind.html" title="pg_rewind">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRESETWAL"><div class="titlepage"></div><a id="id-1.9.5.8.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_resetwal</span></span></h2><p>pg_resetwal — reset the write-ahead log and other control information of a <span class="productname">PostgreSQL</span> database cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.8.4.1"><code class="command">pg_resetwal</code> [ <code class="option">-f</code> | <code class="option">--force</code> ] [ <code class="option">-n</code> | <code class="option">--dry-run</code> ] [<em class="replaceable"><code>option</code></em>...] [ <code class="option">-D</code> | <code class="option">--pgdata</code> ]<em class="replaceable"><code>datadir</code></em> </p></div></div><div class="refsect1" id="R1-APP-PGRESETWAL-1"><h2>Description</h2><p> |
| 1567 | <code class="command">pg_resetwal</code> clears the write-ahead log (WAL) and |
| 1568 | optionally resets some other control information stored in the |
| 1569 | <code class="filename">pg_control</code> file. This function is sometimes needed |
| 1570 | @@ -166,4 +166,4 @@ |
| 1571 | </p><p> |
| 1572 | <code class="command">pg_resetwal</code> works only with servers of the same |
| 1573 | major version. |
| 1574 | - </p></div><div class="refsect1" id="id-1.9.5.8.9"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgcontroldata.html" title="pg_controldata"><span class="refentrytitle"><span class="application">pg_controldata</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pg-ctl.html" title="pg_ctl">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgrewind.html" title="pg_rewind">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_ctl</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_rewind</span></td></tr></table></div></body></html> |
| 1575 | \ No newline at end of file |
| 1576 | + </p></div><div class="refsect1" id="id-1.9.5.8.9"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgcontroldata.html" title="pg_controldata"><span class="refentrytitle"><span class="application">pg_controldata</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pg-ctl.html" title="pg_ctl">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgrewind.html" title="pg_rewind">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_ctl</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_rewind</span></td></tr></table></div></body></html> |
| 1577 | \ No newline at end of file |
| 1578 | diff --git a/doc/src/sgml/html/app-pgresetxlog.html b/doc/src/sgml/html/app-pgresetxlog.html |
| 1579 | index 5d307d1..4cfd682 100644 |
| 1580 | --- a/doc/src/sgml/html/app-pgresetxlog.html |
| 1581 | +++ b/doc/src/sgml/html/app-pgresetxlog.html |
| 1582 | @@ -1,10 +1,10 @@ |
| 1583 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1584 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>O.4. pg_resetxlog renamed to pg_resetwal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgxlogdump.html" title="O.3. pg_xlogdump renamed to pg_waldump" /><link rel="next" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">O.4. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetxlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetwal</code></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgxlogdump.html" title="O.3. pg_xlogdump renamed to pg_waldump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><th width="60%" align="center">Appendix O. Obsolete or Renamed Features</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="APP-PGRESETXLOG"><div class="titlepage"><div><div><h2 class="title" style="clear: both">O.4. <code class="command">pg_resetxlog</code> renamed to <code class="command">pg_resetwal</code></h2></div></div></div><a id="id-1.11.16.6.2" class="indexterm"></a><p> |
| 1585 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>O.4. pg_resetxlog renamed to pg_resetwal</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgxlogdump.html" title="O.3. pg_xlogdump renamed to pg_waldump" /><link rel="next" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">O.4. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetxlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_resetwal</code></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgxlogdump.html" title="O.3. pg_xlogdump renamed to pg_waldump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><th width="60%" align="center">Appendix O. Obsolete or Renamed Features</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="APP-PGRESETXLOG"><div class="titlepage"><div><div><h2 class="title" style="clear: both">O.4. <code class="command">pg_resetxlog</code> renamed to <code class="command">pg_resetwal</code></h2></div></div></div><a id="id-1.11.16.6.2" class="indexterm"></a><p> |
| 1586 | PostgreSQL 9.6 and below provided a command named |
| 1587 | <code class="command">pg_resetxlog</code> |
| 1588 | <a id="id-1.11.16.6.3.2" class="indexterm"></a> |
| 1589 | to reset the write-ahead-log (WAL) files. This command was renamed to <code class="command">pg_resetwal</code>, see |
| 1590 | <a class="xref" href="app-pgresetwal.html" title="pg_resetwal"><span class="refentrytitle"><span class="application">pg_resetwal</span></span></a> for documentation of <code class="command">pg_resetwal</code> and see |
| 1591 | - <a class="link" href="release-prior.html" title="E.7. Prior Releases">the release notes for PostgreSQL 10</a> for details |
| 1592 | + <a class="link" href="release-prior.html" title="E.8. Prior Releases">the release notes for PostgreSQL 10</a> for details |
| 1593 | on this change. |
| 1594 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgxlogdump.html" title="O.3. pg_xlogdump renamed to pg_waldump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Next</a></td></tr><tr><td width="40%" align="left" valign="top">O.3. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_xlogdump</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_waldump</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> O.5. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivexlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivewal</code></td></tr></table></div></body></html> |
| 1595 | \ No newline at end of file |
| 1596 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgxlogdump.html" title="O.3. pg_xlogdump renamed to pg_waldump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix-obsolete.html" title="Appendix O. Obsolete or Renamed Features">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Next</a></td></tr><tr><td width="40%" align="left" valign="top">O.3. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_xlogdump</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_waldump</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> O.5. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivexlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivewal</code></td></tr></table></div></body></html> |
| 1597 | \ No newline at end of file |
| 1598 | diff --git a/doc/src/sgml/html/app-pgrestore.html b/doc/src/sgml/html/app-pgrestore.html |
| 1599 | index 0df253d..bcd3a69 100644 |
| 1600 | --- a/doc/src/sgml/html/app-pgrestore.html |
| 1601 | +++ b/doc/src/sgml/html/app-pgrestore.html |
| 1602 | @@ -1,5 +1,5 @@ |
| 1603 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1604 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_restore</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgrecvlogical.html" title="pg_recvlogical" /><link rel="next" href="app-pgverifybackup.html" title="pg_verifybackup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_restore</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgrecvlogical.html" title="pg_recvlogical">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgverifybackup.html" title="pg_verifybackup">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRESTORE"><div class="titlepage"></div><a id="id-1.9.4.18.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_restore</span></span></h2><p>pg_restore — |
| 1605 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_restore</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgrecvlogical.html" title="pg_recvlogical" /><link rel="next" href="app-pgverifybackup.html" title="pg_verifybackup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_restore</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgrecvlogical.html" title="pg_recvlogical">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-pgverifybackup.html" title="pg_verifybackup">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGRESTORE"><div class="titlepage"></div><a id="id-1.9.4.18.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_restore</span></span></h2><p>pg_restore — |
| 1606 | restore a <span class="productname">PostgreSQL</span> database from an |
| 1607 | archive file created by <span class="application">pg_dump</span> |
| 1608 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.18.4.1"><code class="command">pg_restore</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>filename</code></em>]</p></div></div><div class="refsect1" id="APP-PGRESTORE-DESCRIPTION"><h2>Description</h2><p> |
| 1609 | @@ -493,4 +493,4 @@ CREATE DATABASE foo WITH TEMPLATE template0; |
| 1610 | items 10 and 6, in that order: |
| 1611 | </p><pre class="screen"> |
| 1612 | <code class="prompt">$</code> <strong class="userinput"><code>pg_restore -L db.list db.dump</code></strong> |
| 1613 | -</pre></div><div class="refsect1" id="id-1.9.4.18.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgdump.html" title="pg_dump"><span class="refentrytitle"><span class="application">pg_dump</span></span></a>, <a class="xref" href="app-pg-dumpall.html" title="pg_dumpall"><span class="refentrytitle"><span class="application">pg_dumpall</span></span></a>, <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><span class="application">psql</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgrecvlogical.html" title="pg_recvlogical">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgverifybackup.html" title="pg_verifybackup">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_recvlogical</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_verifybackup</span></td></tr></table></div></body></html> |
| 1614 | \ No newline at end of file |
| 1615 | +</pre></div><div class="refsect1" id="id-1.9.4.18.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgdump.html" title="pg_dump"><span class="refentrytitle"><span class="application">pg_dump</span></span></a>, <a class="xref" href="app-pg-dumpall.html" title="pg_dumpall"><span class="refentrytitle"><span class="application">pg_dumpall</span></span></a>, <a class="xref" href="app-psql.html" title="psql"><span class="refentrytitle"><span class="application">psql</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgrecvlogical.html" title="pg_recvlogical">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-pgverifybackup.html" title="pg_verifybackup">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_recvlogical</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_verifybackup</span></td></tr></table></div></body></html> |
| 1616 | \ No newline at end of file |
| 1617 | diff --git a/doc/src/sgml/html/app-pgrewind.html b/doc/src/sgml/html/app-pgrewind.html |
| 1618 | index 23aa892..4364ec5 100644 |
| 1619 | --- a/doc/src/sgml/html/app-pgrewind.html |
| 1620 | +++ b/doc/src/sgml/html/app-pgrewind.html |
| 1621 | @@ -1,5 +1,5 @@ |
| 1622 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1623 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_rewind</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgresetwal.html" title="pg_resetwal" /><link rel="next" href="pgtestfsync.html" title="pg_test_fsync" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_rewind</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgresetwal.html" title="pg_resetwal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="pgtestfsync.html" title="pg_test_fsync">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGREWIND"><div class="titlepage"></div><a id="id-1.9.5.9.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_rewind</span></span></h2><p>pg_rewind — synchronize a <span class="productname">PostgreSQL</span> data directory with another data directory that was forked from it</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.9.4.1"><code class="command">pg_rewind</code> [<em class="replaceable"><code>option</code></em>...] { <code class="option">-D</code> | <code class="option">--target-pgdata</code> }<em class="replaceable"><code> directory</code></em> { <code class="option">--source-pgdata=<em class="replaceable"><code>directory</code></em></code> | <code class="option">--source-server=<em class="replaceable"><code>connstr</code></em></code> } </p></div></div><div class="refsect1" id="id-1.9.5.9.5"><h2>Description</h2><p> |
| 1624 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_rewind</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgresetwal.html" title="pg_resetwal" /><link rel="next" href="pgtestfsync.html" title="pg_test_fsync" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_rewind</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgresetwal.html" title="pg_resetwal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="pgtestfsync.html" title="pg_test_fsync">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGREWIND"><div class="titlepage"></div><a id="id-1.9.5.9.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_rewind</span></span></h2><p>pg_rewind — synchronize a <span class="productname">PostgreSQL</span> data directory with another data directory that was forked from it</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.9.4.1"><code class="command">pg_rewind</code> [<em class="replaceable"><code>option</code></em>...] { <code class="option">-D</code> | <code class="option">--target-pgdata</code> }<em class="replaceable"><code> directory</code></em> { <code class="option">--source-pgdata=<em class="replaceable"><code>directory</code></em></code> | <code class="option">--source-server=<em class="replaceable"><code>connstr</code></em></code> } </p></div></div><div class="refsect1" id="id-1.9.5.9.5"><h2>Description</h2><p> |
| 1625 | <span class="application">pg_rewind</span> is a tool for synchronizing a PostgreSQL cluster |
| 1626 | with another copy of the same cluster, after the clusters' timelines have |
| 1627 | diverged. A typical scenario is to bring an old primary server back online |
| 1628 | @@ -205,4 +205,4 @@ GRANT EXECUTE ON function pg_catalog.pg_read_binary_file(text, bigint, bigint, b |
| 1629 | When starting the target, <span class="productname">PostgreSQL</span> replays |
| 1630 | all the required WAL, resulting in a data directory in a consistent |
| 1631 | state. |
| 1632 | - </p></li></ol></div></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgresetwal.html" title="pg_resetwal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pgtestfsync.html" title="pg_test_fsync">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_resetwal</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_test_fsync</span></td></tr></table></div></body></html> |
| 1633 | \ No newline at end of file |
| 1634 | + </p></li></ol></div></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgresetwal.html" title="pg_resetwal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pgtestfsync.html" title="pg_test_fsync">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_resetwal</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_test_fsync</span></td></tr></table></div></body></html> |
| 1635 | \ No newline at end of file |
| 1636 | diff --git a/doc/src/sgml/html/app-pgverifybackup.html b/doc/src/sgml/html/app-pgverifybackup.html |
| 1637 | index ab3e56c..74fc4de 100644 |
| 1638 | --- a/doc/src/sgml/html/app-pgverifybackup.html |
| 1639 | +++ b/doc/src/sgml/html/app-pgverifybackup.html |
| 1640 | @@ -1,5 +1,5 @@ |
| 1641 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1642 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_verifybackup</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgrestore.html" title="pg_restore" /><link rel="next" href="app-psql.html" title="psql" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_verifybackup</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgrestore.html" title="pg_restore">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-psql.html" title="psql">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGVERIFYBACKUP"><div class="titlepage"></div><a id="id-1.9.4.19.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_verifybackup</span></span></h2><p>pg_verifybackup — verify the integrity of a base backup of a |
| 1643 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_verifybackup</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgrestore.html" title="pg_restore" /><link rel="next" href="app-psql.html" title="psql" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_verifybackup</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgrestore.html" title="pg_restore">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-psql.html" title="psql">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PGVERIFYBACKUP"><div class="titlepage"></div><a id="id-1.9.4.19.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_verifybackup</span></span></h2><p>pg_verifybackup — verify the integrity of a base backup of a |
| 1644 | <span class="productname">PostgreSQL</span> cluster</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.19.4.1"><code class="command">pg_verifybackup</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.19.5"><h2>Description</h2><p> |
| 1645 | <span class="application">pg_verifybackup</span> is used to check the |
| 1646 | integrity of a database cluster backup taken using |
| 1647 | @@ -141,4 +141,4 @@ |
| 1648 | <code class="prompt">$</code> <strong class="userinput"><code>pg_basebackup -h mydbserver -D /usr/local/pgsql/data</code></strong> |
| 1649 | <code class="prompt">$</code> <strong class="userinput"><code>edit /usr/local/pgsql/data/note.to.self</code></strong> |
| 1650 | <code class="prompt">$</code> <strong class="userinput"><code>pg_verifybackup --ignore=note.to.self --skip-checksums /usr/local/pgsql/data</code></strong> |
| 1651 | -</pre></div><div class="refsect1" id="id-1.9.4.19.8"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgbasebackup.html" title="pg_basebackup"><span class="refentrytitle"><span class="application">pg_basebackup</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgrestore.html" title="pg_restore">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-psql.html" title="psql">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_restore</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">psql</span></td></tr></table></div></body></html> |
| 1652 | \ No newline at end of file |
| 1653 | +</pre></div><div class="refsect1" id="id-1.9.4.19.8"><h2>See Also</h2><span class="simplelist"><a class="xref" href="app-pgbasebackup.html" title="pg_basebackup"><span class="refentrytitle"><span class="application">pg_basebackup</span></span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgrestore.html" title="pg_restore">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-psql.html" title="psql">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_restore</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">psql</span></td></tr></table></div></body></html> |
| 1654 | \ No newline at end of file |
| 1655 | diff --git a/doc/src/sgml/html/app-postgres.html b/doc/src/sgml/html/app-postgres.html |
| 1656 | index 531cbba..dfa7dcc 100644 |
| 1657 | --- a/doc/src/sgml/html/app-postgres.html |
| 1658 | +++ b/doc/src/sgml/html/app-postgres.html |
| 1659 | @@ -1,5 +1,5 @@ |
| 1660 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1661 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>postgres</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgwaldump.html" title="pg_waldump" /><link rel="next" href="app-postmaster.html" title="postmaster" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">postgres</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgwaldump.html" title="pg_waldump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-postmaster.html" title="postmaster">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-POSTGRES"><div class="titlepage"></div><a id="id-1.9.5.14.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">postgres</span></span></h2><p>postgres — <span class="productname">PostgreSQL</span> database server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.14.4.1"><code class="command">postgres</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.5.14.5"><h2>Description</h2><p> |
| 1662 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>postgres</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="pgwaldump.html" title="pg_waldump" /><link rel="next" href="app-postmaster.html" title="postmaster" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">postgres</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="pgwaldump.html" title="pg_waldump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-postmaster.html" title="postmaster">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-POSTGRES"><div class="titlepage"></div><a id="id-1.9.5.14.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">postgres</span></span></h2><p>postgres — <span class="productname">PostgreSQL</span> database server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.14.4.1"><code class="command">postgres</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.5.14.5"><h2>Description</h2><p> |
| 1663 | <code class="command">postgres</code> is the |
| 1664 | <span class="productname">PostgreSQL</span> database server. In order |
| 1665 | for a client application to access a database it connects (over a |
| 1666 | @@ -423,4 +423,4 @@ |
| 1667 | </p></div><div class="refsect1" id="id-1.9.5.14.13"><h2>See Also</h2><p> |
| 1668 | <a class="xref" href="app-initdb.html" title="initdb"><span class="refentrytitle"><span class="application">initdb</span></span></a>, |
| 1669 | <a class="xref" href="app-pg-ctl.html" title="pg_ctl"><span class="refentrytitle"><span class="application">pg_ctl</span></span></a> |
| 1670 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgwaldump.html" title="pg_waldump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-postmaster.html" title="postmaster">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_waldump</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">postmaster</span></td></tr></table></div></body></html> |
| 1671 | \ No newline at end of file |
| 1672 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pgwaldump.html" title="pg_waldump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-postmaster.html" title="postmaster">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_waldump</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">postmaster</span></td></tr></table></div></body></html> |
| 1673 | \ No newline at end of file |
| 1674 | diff --git a/doc/src/sgml/html/app-postmaster.html b/doc/src/sgml/html/app-postmaster.html |
| 1675 | index 3e3efbe..bf0f38b 100644 |
| 1676 | --- a/doc/src/sgml/html/app-postmaster.html |
| 1677 | +++ b/doc/src/sgml/html/app-postmaster.html |
| 1678 | @@ -1,6 +1,6 @@ |
| 1679 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1680 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>postmaster</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-postgres.html" title="postgres" /><link rel="next" href="internals.html" title="Part VII. Internals" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">postmaster</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-postgres.html" title="postgres">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="internals.html" title="Part VII. Internals">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-POSTMASTER"><div class="titlepage"></div><a id="id-1.9.5.15.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">postmaster</span></span></h2><p>postmaster — <span class="productname">PostgreSQL</span> database server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.15.4.1"><code class="command">postmaster</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.5.15.5"><h2>Description</h2><p> |
| 1681 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>postmaster</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-postgres.html" title="postgres" /><link rel="next" href="internals.html" title="Part VII. Internals" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">postmaster</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-postgres.html" title="postgres">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><th width="60%" align="center">PostgreSQL Server Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="internals.html" title="Part VII. Internals">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-POSTMASTER"><div class="titlepage"></div><a id="id-1.9.5.15.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">postmaster</span></span></h2><p>postmaster — <span class="productname">PostgreSQL</span> database server</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.5.15.4.1"><code class="command">postmaster</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.5.15.5"><h2>Description</h2><p> |
| 1682 | <code class="command">postmaster</code> is a deprecated alias of <code class="command">postgres</code>. |
| 1683 | </p></div><div class="refsect1" id="id-1.9.5.15.6"><h2>See Also</h2><p> |
| 1684 | <a class="xref" href="app-postgres.html" title="postgres"><span class="refentrytitle"><span class="application">postgres</span></span></a> |
| 1685 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-postgres.html" title="postgres">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="internals.html" title="Part VII. Internals">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">postgres</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Part VII. Internals</td></tr></table></div></body></html> |
| 1686 | \ No newline at end of file |
| 1687 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-postgres.html" title="postgres">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-server.html" title="PostgreSQL Server Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="internals.html" title="Part VII. Internals">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">postgres</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Part VII. Internals</td></tr></table></div></body></html> |
| 1688 | \ No newline at end of file |
| 1689 | diff --git a/doc/src/sgml/html/app-psql.html b/doc/src/sgml/html/app-psql.html |
| 1690 | index 5aaa445..b42333a 100644 |
| 1691 | --- a/doc/src/sgml/html/app-psql.html |
| 1692 | +++ b/doc/src/sgml/html/app-psql.html |
| 1693 | @@ -1,5 +1,5 @@ |
| 1694 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1695 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>psql</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgverifybackup.html" title="pg_verifybackup" /><link rel="next" href="app-reindexdb.html" title="reindexdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">psql</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgverifybackup.html" title="pg_verifybackup">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-reindexdb.html" title="reindexdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PSQL"><div class="titlepage"></div><a id="id-1.9.4.20.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">psql</span></span></h2><p><span class="application">psql</span> — |
| 1696 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>psql</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgverifybackup.html" title="pg_verifybackup" /><link rel="next" href="app-reindexdb.html" title="reindexdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">psql</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgverifybackup.html" title="pg_verifybackup">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-reindexdb.html" title="reindexdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-PSQL"><div class="titlepage"></div><a id="id-1.9.4.20.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">psql</span></span></h2><p><span class="application">psql</span> — |
| 1697 | <span class="productname">PostgreSQL</span> interactive terminal |
| 1698 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.20.4.1"><code class="command">psql</code> [<em class="replaceable"><code>option</code></em>...] [<em class="replaceable"><code>dbname</code></em> |
| 1699 | [<em class="replaceable"><code>username</code></em>]]</p></div></div><div class="refsect1" id="id-1.9.4.20.5"><h2>Description</h2><p> |
| 1700 | @@ -349,7 +349,7 @@ $ <strong class="userinput"><code>psql postgresql://dbmaster:5433/mydb?sslmode=r |
| 1701 | the string <code class="literal">=></code>. For example: |
| 1702 | </p><pre class="programlisting"> |
| 1703 | $ <strong class="userinput"><code>psql testdb</code></strong> |
| 1704 | -psql (14.5) |
| 1705 | +psql (14.6) |
| 1706 | Type "help" for help. |
| 1707 | |
| 1708 | testdb=> |
| 1709 | @@ -2882,4 +2882,4 @@ testdb(> <strong class="userinput"><code>\crosstabview "A" "B" "AxB" ord</cod |
| 1710 | 2 | 202 | 204 | 206 | 208 |
| 1711 | 1 | 101 | 102 | 103 | 104 |
| 1712 | (4 rows) |
| 1713 | -</pre></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgverifybackup.html" title="pg_verifybackup">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-reindexdb.html" title="reindexdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_verifybackup</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">reindexdb</span></td></tr></table></div></body></html> |
| 1714 | \ No newline at end of file |
| 1715 | +</pre></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgverifybackup.html" title="pg_verifybackup">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-reindexdb.html" title="reindexdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">pg_verifybackup</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">reindexdb</span></td></tr></table></div></body></html> |
| 1716 | \ No newline at end of file |
| 1717 | diff --git a/doc/src/sgml/html/app-reindexdb.html b/doc/src/sgml/html/app-reindexdb.html |
| 1718 | index f74dc21..46b9ebb 100644 |
| 1719 | --- a/doc/src/sgml/html/app-reindexdb.html |
| 1720 | +++ b/doc/src/sgml/html/app-reindexdb.html |
| 1721 | @@ -1,5 +1,5 @@ |
| 1722 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1723 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>reindexdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-psql.html" title="psql" /><link rel="next" href="app-vacuumdb.html" title="vacuumdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">reindexdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-psql.html" title="psql">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-vacuumdb.html" title="vacuumdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-REINDEXDB"><div class="titlepage"></div><a id="id-1.9.4.21.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">reindexdb</span></span></h2><p>reindexdb — reindex a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.21.4.1"><code class="command">reindexdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] |
| 1724 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>reindexdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-psql.html" title="psql" /><link rel="next" href="app-vacuumdb.html" title="vacuumdb" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">reindexdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-psql.html" title="psql">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="app-vacuumdb.html" title="vacuumdb">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-REINDEXDB"><div class="titlepage"></div><a id="id-1.9.4.21.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">reindexdb</span></span></h2><p>reindexdb — reindex a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.21.4.1"><code class="command">reindexdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] |
| 1725 | [ |
| 1726 | <code class="option">-S</code> | <code class="option">--schema</code> |
| 1727 | <em class="replaceable"><code>schema</code></em> |
| 1728 | @@ -161,4 +161,4 @@ |
| 1729 | <code class="literal">bar</code> in a database named <code class="literal">abcd</code>: |
| 1730 | </p><pre class="screen"> |
| 1731 | <code class="prompt">$ </code><strong class="userinput"><code>reindexdb --table=foo --index=bar abcd</code></strong> |
| 1732 | -</pre></div><div class="refsect1" id="id-1.9.4.21.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="sql-reindex.html" title="REINDEX"><span class="refentrytitle">REINDEX</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-psql.html" title="psql">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-vacuumdb.html" title="vacuumdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">psql</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">vacuumdb</span></td></tr></table></div></body></html> |
| 1733 | \ No newline at end of file |
| 1734 | +</pre></div><div class="refsect1" id="id-1.9.4.21.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="sql-reindex.html" title="REINDEX"><span class="refentrytitle">REINDEX</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-psql.html" title="psql">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="app-vacuumdb.html" title="vacuumdb">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">psql</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> <span xmlns="http://www.w3.org/1999/xhtml" class="application">vacuumdb</span></td></tr></table></div></body></html> |
| 1735 | \ No newline at end of file |
| 1736 | diff --git a/doc/src/sgml/html/app-vacuumdb.html b/doc/src/sgml/html/app-vacuumdb.html |
| 1737 | index bca37a3..d44b905 100644 |
| 1738 | --- a/doc/src/sgml/html/app-vacuumdb.html |
| 1739 | +++ b/doc/src/sgml/html/app-vacuumdb.html |
| 1740 | @@ -1,5 +1,5 @@ |
| 1741 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1742 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>vacuumdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-reindexdb.html" title="reindexdb" /><link rel="next" href="reference-server.html" title="PostgreSQL Server Applications" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">vacuumdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-reindexdb.html" title="reindexdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="reference-server.html" title="PostgreSQL Server Applications">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-VACUUMDB"><div class="titlepage"></div><a id="id-1.9.4.22.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">vacuumdb</span></span></h2><p>vacuumdb — garbage-collect and analyze a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.22.4.1"><code class="command">vacuumdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] |
| 1743 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>vacuumdb</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-reindexdb.html" title="reindexdb" /><link rel="next" href="reference-server.html" title="PostgreSQL Server Applications" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center"><span xmlns="http://www.w3.org/1999/xhtml" class="application">vacuumdb</span></th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-reindexdb.html" title="reindexdb">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><th width="60%" align="center">PostgreSQL Client Applications</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="reference-server.html" title="PostgreSQL Server Applications">Next</a></td></tr></table><hr></hr></div><div class="refentry" id="APP-VACUUMDB"><div class="titlepage"></div><a id="id-1.9.4.22.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">vacuumdb</span></span></h2><p>vacuumdb — garbage-collect and analyze a <span class="productname">PostgreSQL</span> database</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p id="id-1.9.4.22.4.1"><code class="command">vacuumdb</code> [<em class="replaceable"><code>connection-option</code></em>...] [<em class="replaceable"><code>option</code></em>...] |
| 1744 | [ |
| 1745 | <code class="option">-t</code> | <code class="option">--table</code> |
| 1746 | <em class="replaceable"><code>table</code></em> |
| 1747 | @@ -237,4 +237,4 @@ |
| 1748 | <code class="literal">bar</code> of the table for the optimizer: |
| 1749 | </p><pre class="screen"> |
| 1750 | <code class="prompt">$ </code><strong class="userinput"><code>vacuumdb --analyze --verbose --table='foo(bar)' xyzzy</code></strong> |
| 1751 | -</pre></div><div class="refsect1" id="id-1.9.4.22.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="sql-vacuum.html" title="VACUUM"><span class="refentrytitle">VACUUM</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-reindexdb.html" title="reindexdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="reference-server.html" title="PostgreSQL Server Applications">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">reindexdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> PostgreSQL Server Applications</td></tr></table></div></body></html> |
| 1752 | \ No newline at end of file |
| 1753 | +</pre></div><div class="refsect1" id="id-1.9.4.22.11"><h2>See Also</h2><span class="simplelist"><a class="xref" href="sql-vacuum.html" title="VACUUM"><span class="refentrytitle">VACUUM</span></a></span></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-reindexdb.html" title="reindexdb">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference-client.html" title="PostgreSQL Client Applications">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="reference-server.html" title="PostgreSQL Server Applications">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span xmlns="http://www.w3.org/1999/xhtml" class="application">reindexdb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> PostgreSQL Server Applications</td></tr></table></div></body></html> |
| 1754 | \ No newline at end of file |
| 1755 | diff --git a/doc/src/sgml/html/appendix-obsolete.html b/doc/src/sgml/html/appendix-obsolete.html |
| 1756 | index 5fa63f0..48110bf 100644 |
| 1757 | --- a/doc/src/sgml/html/appendix-obsolete.html |
| 1758 | +++ b/doc/src/sgml/html/appendix-obsolete.html |
| 1759 | @@ -1,8 +1,8 @@ |
| 1760 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1761 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix O. Obsolete or Renamed Features</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="color-which.html" title="N.2. Configuring the Colors" /><link rel="next" href="recovery-config.html" title="O.1. recovery.conf file merged into postgresql.conf" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Appendix O. Obsolete or Renamed Features</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="color-which.html" title="N.2. Configuring the Colors">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><th width="60%" align="center">Part VIII. Appendixes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="recovery-config.html" title="O.1. recovery.conf file merged into postgresql.conf">Next</a></td></tr></table><hr></hr></div><div class="appendix" id="APPENDIX-OBSOLETE"><div class="titlepage"><div><div><h2 class="title">Appendix O. Obsolete or Renamed Features</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="recovery-config.html">O.1. <code class="filename">recovery.conf</code> file merged into <code class="filename">postgresql.conf</code></a></span></dt><dt><span class="sect1"><a href="default-roles.html">O.2. Default Roles Renamed to Predefined Roles</a></span></dt><dt><span class="sect1"><a href="pgxlogdump.html">O.3. <code class="command">pg_xlogdump</code> renamed to <code class="command">pg_waldump</code></a></span></dt><dt><span class="sect1"><a href="app-pgresetxlog.html">O.4. <code class="command">pg_resetxlog</code> renamed to <code class="command">pg_resetwal</code></a></span></dt><dt><span class="sect1"><a href="app-pgreceivexlog.html">O.5. <code class="command">pg_receivexlog</code> renamed to <code class="command">pg_receivewal</code></a></span></dt></dl></div><p> |
| 1762 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix O. Obsolete or Renamed Features</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="color-which.html" title="N.2. Configuring the Colors" /><link rel="next" href="recovery-config.html" title="O.1. recovery.conf file merged into postgresql.conf" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Appendix O. Obsolete or Renamed Features</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="color-which.html" title="N.2. Configuring the Colors">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><th width="60%" align="center">Part VIII. Appendixes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="recovery-config.html" title="O.1. recovery.conf file merged into postgresql.conf">Next</a></td></tr></table><hr></hr></div><div class="appendix" id="APPENDIX-OBSOLETE"><div class="titlepage"><div><div><h2 class="title">Appendix O. Obsolete or Renamed Features</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="recovery-config.html">O.1. <code class="filename">recovery.conf</code> file merged into <code class="filename">postgresql.conf</code></a></span></dt><dt><span class="sect1"><a href="default-roles.html">O.2. Default Roles Renamed to Predefined Roles</a></span></dt><dt><span class="sect1"><a href="pgxlogdump.html">O.3. <code class="command">pg_xlogdump</code> renamed to <code class="command">pg_waldump</code></a></span></dt><dt><span class="sect1"><a href="app-pgresetxlog.html">O.4. <code class="command">pg_resetxlog</code> renamed to <code class="command">pg_resetwal</code></a></span></dt><dt><span class="sect1"><a href="app-pgreceivexlog.html">O.5. <code class="command">pg_receivexlog</code> renamed to <code class="command">pg_receivewal</code></a></span></dt></dl></div><p> |
| 1763 | Functionality is sometimes removed from PostgreSQL, feature, setting |
| 1764 | and file names sometimes change, or documentation moves to different |
| 1765 | places. This section directs users coming from old versions of the |
| 1766 | documentation or from external links to the appropriate new location |
| 1767 | for the information they need. |
| 1768 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="color-which.html" title="N.2. Configuring the Colors">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="recovery-config.html" title="O.1. recovery.conf file merged into postgresql.conf">Next</a></td></tr><tr><td width="40%" align="left" valign="top">N.2. Configuring the Colors </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> O.1. <code xmlns="http://www.w3.org/1999/xhtml" class="filename">recovery.conf</code> file merged into <code xmlns="http://www.w3.org/1999/xhtml" class="filename">postgresql.conf</code></td></tr></table></div></body></html> |
| 1769 | \ No newline at end of file |
| 1770 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="color-which.html" title="N.2. Configuring the Colors">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendixes.html" title="Part VIII. Appendixes">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="recovery-config.html" title="O.1. recovery.conf file merged into postgresql.conf">Next</a></td></tr><tr><td width="40%" align="left" valign="top">N.2. Configuring the Colors </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> O.1. <code xmlns="http://www.w3.org/1999/xhtml" class="filename">recovery.conf</code> file merged into <code xmlns="http://www.w3.org/1999/xhtml" class="filename">postgresql.conf</code></td></tr></table></div></body></html> |
| 1771 | \ No newline at end of file |
| 1772 | diff --git a/doc/src/sgml/html/appendixes.html b/doc/src/sgml/html/appendixes.html |
| 1773 | index 43f6657..da82ac9 100644 |
| 1774 | --- a/doc/src/sgml/html/appendixes.html |
| 1775 | +++ b/doc/src/sgml/html/appendixes.html |
| 1776 | @@ -1,2 +1,2 @@ |
| 1777 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1778 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Part VIII. Appendixes</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object" /><link rel="next" href="errcodes-appendix.html" title="Appendix A. PostgreSQL Error Codes" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Part VIII. Appendixes</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="index.html" title="PostgreSQL 14.5 Documentation">Up</a></td><th width="60%" align="center">PostgreSQL 14.5 Documentation</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="errcodes-appendix.html" title="Appendix A. PostgreSQL Error Codes">Next</a></td></tr></table><hr></hr></div><div class="part" id="APPENDIXES"><div class="titlepage"><div><div><h1 class="title">Part VIII. Appendixes</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="appendix"><a href="errcodes-appendix.html">A. <span class="productname">PostgreSQL</span> Error Codes</a></span></dt><dt><span class="appendix"><a href="datetime-appendix.html">B. Date/Time Support</a></span></dt><dd><dl><dt><span class="sect1"><a href="datetime-input-rules.html">B.1. Date/Time Input Interpretation</a></span></dt><dt><span class="sect1"><a href="datetime-invalid-input.html">B.2. Handling of Invalid or Ambiguous Timestamps</a></span></dt><dt><span class="sect1"><a href="datetime-keywords.html">B.3. Date/Time Key Words</a></span></dt><dt><span class="sect1"><a href="datetime-config-files.html">B.4. Date/Time Configuration Files</a></span></dt><dt><span class="sect1"><a href="datetime-posix-timezone-specs.html">B.5. <acronym class="acronym">POSIX</acronym> Time Zone Specifications</a></span></dt><dt><span class="sect1"><a href="datetime-units-history.html">B.6. History of Units</a></span></dt><dt><span class="sect1"><a href="datetime-julian-dates.html">B.7. Julian Dates</a></span></dt></dl></dd><dt><span class="appendix"><a href="sql-keywords-appendix.html">C. <acronym class="acronym">SQL</acronym> Key Words</a></span></dt><dt><span class="appendix"><a href="features.html">D. SQL Conformance</a></span></dt><dd><dl><dt><span class="sect1"><a href="features-sql-standard.html">D.1. Supported Features</a></span></dt><dt><span class="sect1"><a href="unsupported-features-sql-standard.html">D.2. Unsupported Features</a></span></dt><dt><span class="sect1"><a href="xml-limits-conformance.html">D.3. XML Limits and Conformance to SQL/XML</a></span></dt></dl></dd><dt><span class="appendix"><a href="release.html">E. Release Notes</a></span></dt><dd><dl><dt><span class="sect1"><a href="release-14-5.html">E.1. Release 14.5</a></span></dt><dt><span class="sect1"><a href="release-14-4.html">E.2. Release 14.4</a></span></dt><dt><span class="sect1"><a href="release-14-3.html">E.3. Release 14.3</a></span></dt><dt><span class="sect1"><a href="release-14-2.html">E.4. Release 14.2</a></span></dt><dt><span class="sect1"><a href="release-14-1.html">E.5. Release 14.1</a></span></dt><dt><span class="sect1"><a href="release-14.html">E.6. Release 14</a></span></dt><dt><span class="sect1"><a href="release-prior.html">E.7. Prior Releases</a></span></dt></dl></dd><dt><span class="appendix"><a href="contrib.html">F. Additional Supplied Modules</a></span></dt><dd><dl><dt><span class="sect1"><a href="adminpack.html">F.1. adminpack</a></span></dt><dt><span class="sect1"><a href="amcheck.html">F.2. amcheck</a></span></dt><dt><span class="sect1"><a href="auth-delay.html">F.3. auth_delay</a></span></dt><dt><span class="sect1"><a href="auto-explain.html">F.4. auto_explain</a></span></dt><dt><span class="sect1"><a href="bloom.html">F.5. bloom</a></span></dt><dt><span class="sect1"><a href="btree-gin.html">F.6. btree_gin</a></span></dt><dt><span class="sect1"><a href="btree-gist.html">F.7. btree_gist</a></span></dt><dt><span class="sect1"><a href="citext.html">F.8. citext</a></span></dt><dt><span class="sect1"><a href="cube.html">F.9. cube</a></span></dt><dt><span class="sect1"><a href="dblink.html">F.10. dblink</a></span></dt><dt><span class="sect1"><a href="dict-int.html">F.11. dict_int</a></span></dt><dt><span class="sect1"><a href="dict-xsyn.html">F.12. dict_xsyn</a></span></dt><dt><span class="sect1"><a href="earthdistance.html">F.13. earthdistance</a></span></dt><dt><span class="sect1"><a href="file-fdw.html">F.14. file_fdw</a></span></dt><dt><span class="sect1"><a href="fuzzystrmatch.html">F.15. fuzzystrmatch</a></span></dt><dt><span class="sect1"><a href="hstore.html">F.16. hstore</a></span></dt><dt><span class="sect1"><a href="intagg.html">F.17. intagg</a></span></dt><dt><span class="sect1"><a href="intarray.html">F.18. intarray</a></span></dt><dt><span class="sect1"><a href="isn.html">F.19. isn</a></span></dt><dt><span class="sect1"><a href="lo.html">F.20. lo</a></span></dt><dt><span class="sect1"><a href="ltree.html">F.21. ltree</a></span></dt><dt><span class="sect1"><a href="oldsnapshot.html">F.22. old_snapshot</a></span></dt><dt><span class="sect1"><a href="pageinspect.html">F.23. pageinspect</a></span></dt><dt><span class="sect1"><a href="passwordcheck.html">F.24. passwordcheck</a></span></dt><dt><span class="sect1"><a href="pgbuffercache.html">F.25. pg_buffercache</a></span></dt><dt><span class="sect1"><a href="pgcrypto.html">F.26. pgcrypto</a></span></dt><dt><span class="sect1"><a href="pgfreespacemap.html">F.27. pg_freespacemap</a></span></dt><dt><span class="sect1"><a href="pgprewarm.html">F.28. pg_prewarm</a></span></dt><dt><span class="sect1"><a href="pgrowlocks.html">F.29. pgrowlocks</a></span></dt><dt><span class="sect1"><a href="pgstatstatements.html">F.30. pg_stat_statements</a></span></dt><dt><span class="sect1"><a href="pgstattuple.html">F.31. pgstattuple</a></span></dt><dt><span class="sect1"><a href="pgsurgery.html">F.32. pg_surgery</a></span></dt><dt><span class="sect1"><a href="pgtrgm.html">F.33. pg_trgm</a></span></dt><dt><span class="sect1"><a href="pgvisibility.html">F.34. pg_visibility</a></span></dt><dt><span class="sect1"><a href="postgres-fdw.html">F.35. postgres_fdw</a></span></dt><dt><span class="sect1"><a href="seg.html">F.36. seg</a></span></dt><dt><span class="sect1"><a href="sepgsql.html">F.37. sepgsql</a></span></dt><dt><span class="sect1"><a href="contrib-spi.html">F.38. spi</a></span></dt><dt><span class="sect1"><a href="sslinfo.html">F.39. sslinfo</a></span></dt><dt><span class="sect1"><a href="tablefunc.html">F.40. tablefunc</a></span></dt><dt><span class="sect1"><a href="tcn.html">F.41. tcn</a></span></dt><dt><span class="sect1"><a href="test-decoding.html">F.42. test_decoding</a></span></dt><dt><span class="sect1"><a href="tsm-system-rows.html">F.43. tsm_system_rows</a></span></dt><dt><span class="sect1"><a href="tsm-system-time.html">F.44. tsm_system_time</a></span></dt><dt><span class="sect1"><a href="unaccent.html">F.45. unaccent</a></span></dt><dt><span class="sect1"><a href="uuid-ossp.html">F.46. uuid-ossp</a></span></dt><dt><span class="sect1"><a href="xml2.html">F.47. xml2</a></span></dt></dl></dd><dt><span class="appendix"><a href="contrib-prog.html">G. Additional Supplied Programs</a></span></dt><dd><dl><dt><span class="sect1"><a href="contrib-prog-client.html">G.1. Client Applications</a></span></dt><dt><span class="sect1"><a href="contrib-prog-server.html">G.2. Server Applications</a></span></dt></dl></dd><dt><span class="appendix"><a href="external-projects.html">H. External Projects</a></span></dt><dd><dl><dt><span class="sect1"><a href="external-interfaces.html">H.1. Client Interfaces</a></span></dt><dt><span class="sect1"><a href="external-admin-tools.html">H.2. Administration Tools</a></span></dt><dt><span class="sect1"><a href="external-pl.html">H.3. Procedural Languages</a></span></dt><dt><span class="sect1"><a href="external-extensions.html">H.4. Extensions</a></span></dt></dl></dd><dt><span class="appendix"><a href="sourcerepo.html">I. The Source Code Repository</a></span></dt><dd><dl><dt><span class="sect1"><a href="git.html">I.1. Getting the Source via <span class="productname">Git</span></a></span></dt></dl></dd><dt><span class="appendix"><a href="docguide.html">J. Documentation</a></span></dt><dd><dl><dt><span class="sect1"><a href="docguide-docbook.html">J.1. DocBook</a></span></dt><dt><span class="sect1"><a href="docguide-toolsets.html">J.2. Tool Sets</a></span></dt><dt><span class="sect1"><a href="docguide-build.html">J.3. Building the Documentation</a></span></dt><dt><span class="sect1"><a href="docguide-authoring.html">J.4. Documentation Authoring</a></span></dt><dt><span class="sect1"><a href="docguide-style.html">J.5. Style Guide</a></span></dt></dl></dd><dt><span class="appendix"><a href="limits.html">K. <span class="productname">PostgreSQL</span> Limits</a></span></dt><dt><span class="appendix"><a href="acronyms.html">L. Acronyms</a></span></dt><dt><span class="appendix"><a href="glossary.html">M. Glossary</a></span></dt><dt><span class="appendix"><a href="color.html">N. Color Support</a></span></dt><dd><dl><dt><span class="sect1"><a href="color-when.html">N.1. When Color is Used</a></span></dt><dt><span class="sect1"><a href="color-which.html">N.2. Configuring the Colors</a></span></dt></dl></dd><dt><span class="appendix"><a href="appendix-obsolete.html">O. Obsolete or Renamed Features</a></span></dt><dd><dl><dt><span class="sect1"><a href="recovery-config.html">O.1. <code class="filename">recovery.conf</code> file merged into <code class="filename">postgresql.conf</code></a></span></dt><dt><span class="sect1"><a href="default-roles.html">O.2. Default Roles Renamed to Predefined Roles</a></span></dt><dt><span class="sect1"><a href="pgxlogdump.html">O.3. <code class="command">pg_xlogdump</code> renamed to <code class="command">pg_waldump</code></a></span></dt><dt><span class="sect1"><a href="app-pgresetxlog.html">O.4. <code class="command">pg_resetxlog</code> renamed to <code class="command">pg_resetwal</code></a></span></dt><dt><span class="sect1"><a href="app-pgreceivexlog.html">O.5. <code class="command">pg_receivexlog</code> renamed to <code class="command">pg_receivewal</code></a></span></dt></dl></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html" title="PostgreSQL 14.5 Documentation">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="errcodes-appendix.html" title="Appendix A. PostgreSQL Error Codes">Next</a></td></tr><tr><td width="40%" align="left" valign="top">73.3. Backup Manifest WAL Range Object </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Appendix A. <span xmlns="http://www.w3.org/1999/xhtml" class="productname">PostgreSQL</span> Error Codes</td></tr></table></div></body></html> |
| 1779 | \ No newline at end of file |
| 1780 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Part VIII. Appendixes</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object" /><link rel="next" href="errcodes-appendix.html" title="Appendix A. PostgreSQL Error Codes" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Part VIII. Appendixes</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="index.html" title="PostgreSQL 14.6 Documentation">Up</a></td><th width="60%" align="center">PostgreSQL 14.6 Documentation</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="errcodes-appendix.html" title="Appendix A. PostgreSQL Error Codes">Next</a></td></tr></table><hr></hr></div><div class="part" id="APPENDIXES"><div class="titlepage"><div><div><h1 class="title">Part VIII. Appendixes</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="appendix"><a href="errcodes-appendix.html">A. <span class="productname">PostgreSQL</span> Error Codes</a></span></dt><dt><span class="appendix"><a href="datetime-appendix.html">B. Date/Time Support</a></span></dt><dd><dl><dt><span class="sect1"><a href="datetime-input-rules.html">B.1. Date/Time Input Interpretation</a></span></dt><dt><span class="sect1"><a href="datetime-invalid-input.html">B.2. Handling of Invalid or Ambiguous Timestamps</a></span></dt><dt><span class="sect1"><a href="datetime-keywords.html">B.3. Date/Time Key Words</a></span></dt><dt><span class="sect1"><a href="datetime-config-files.html">B.4. Date/Time Configuration Files</a></span></dt><dt><span class="sect1"><a href="datetime-posix-timezone-specs.html">B.5. <acronym class="acronym">POSIX</acronym> Time Zone Specifications</a></span></dt><dt><span class="sect1"><a href="datetime-units-history.html">B.6. History of Units</a></span></dt><dt><span class="sect1"><a href="datetime-julian-dates.html">B.7. Julian Dates</a></span></dt></dl></dd><dt><span class="appendix"><a href="sql-keywords-appendix.html">C. <acronym class="acronym">SQL</acronym> Key Words</a></span></dt><dt><span class="appendix"><a href="features.html">D. SQL Conformance</a></span></dt><dd><dl><dt><span class="sect1"><a href="features-sql-standard.html">D.1. Supported Features</a></span></dt><dt><span class="sect1"><a href="unsupported-features-sql-standard.html">D.2. Unsupported Features</a></span></dt><dt><span class="sect1"><a href="xml-limits-conformance.html">D.3. XML Limits and Conformance to SQL/XML</a></span></dt></dl></dd><dt><span class="appendix"><a href="release.html">E. Release Notes</a></span></dt><dd><dl><dt><span class="sect1"><a href="release-14-6.html">E.1. Release 14.6</a></span></dt><dt><span class="sect1"><a href="release-14-5.html">E.2. Release 14.5</a></span></dt><dt><span class="sect1"><a href="release-14-4.html">E.3. Release 14.4</a></span></dt><dt><span class="sect1"><a href="release-14-3.html">E.4. Release 14.3</a></span></dt><dt><span class="sect1"><a href="release-14-2.html">E.5. Release 14.2</a></span></dt><dt><span class="sect1"><a href="release-14-1.html">E.6. Release 14.1</a></span></dt><dt><span class="sect1"><a href="release-14.html">E.7. Release 14</a></span></dt><dt><span class="sect1"><a href="release-prior.html">E.8. Prior Releases</a></span></dt></dl></dd><dt><span class="appendix"><a href="contrib.html">F. Additional Supplied Modules</a></span></dt><dd><dl><dt><span class="sect1"><a href="adminpack.html">F.1. adminpack</a></span></dt><dt><span class="sect1"><a href="amcheck.html">F.2. amcheck</a></span></dt><dt><span class="sect1"><a href="auth-delay.html">F.3. auth_delay</a></span></dt><dt><span class="sect1"><a href="auto-explain.html">F.4. auto_explain</a></span></dt><dt><span class="sect1"><a href="bloom.html">F.5. bloom</a></span></dt><dt><span class="sect1"><a href="btree-gin.html">F.6. btree_gin</a></span></dt><dt><span class="sect1"><a href="btree-gist.html">F.7. btree_gist</a></span></dt><dt><span class="sect1"><a href="citext.html">F.8. citext</a></span></dt><dt><span class="sect1"><a href="cube.html">F.9. cube</a></span></dt><dt><span class="sect1"><a href="dblink.html">F.10. dblink</a></span></dt><dt><span class="sect1"><a href="dict-int.html">F.11. dict_int</a></span></dt><dt><span class="sect1"><a href="dict-xsyn.html">F.12. dict_xsyn</a></span></dt><dt><span class="sect1"><a href="earthdistance.html">F.13. earthdistance</a></span></dt><dt><span class="sect1"><a href="file-fdw.html">F.14. file_fdw</a></span></dt><dt><span class="sect1"><a href="fuzzystrmatch.html">F.15. fuzzystrmatch</a></span></dt><dt><span class="sect1"><a href="hstore.html">F.16. hstore</a></span></dt><dt><span class="sect1"><a href="intagg.html">F.17. intagg</a></span></dt><dt><span class="sect1"><a href="intarray.html">F.18. intarray</a></span></dt><dt><span class="sect1"><a href="isn.html">F.19. isn</a></span></dt><dt><span class="sect1"><a href="lo.html">F.20. lo</a></span></dt><dt><span class="sect1"><a href="ltree.html">F.21. ltree</a></span></dt><dt><span class="sect1"><a href="oldsnapshot.html">F.22. old_snapshot</a></span></dt><dt><span class="sect1"><a href="pageinspect.html">F.23. pageinspect</a></span></dt><dt><span class="sect1"><a href="passwordcheck.html">F.24. passwordcheck</a></span></dt><dt><span class="sect1"><a href="pgbuffercache.html">F.25. pg_buffercache</a></span></dt><dt><span class="sect1"><a href="pgcrypto.html">F.26. pgcrypto</a></span></dt><dt><span class="sect1"><a href="pgfreespacemap.html">F.27. pg_freespacemap</a></span></dt><dt><span class="sect1"><a href="pgprewarm.html">F.28. pg_prewarm</a></span></dt><dt><span class="sect1"><a href="pgrowlocks.html">F.29. pgrowlocks</a></span></dt><dt><span class="sect1"><a href="pgstatstatements.html">F.30. pg_stat_statements</a></span></dt><dt><span class="sect1"><a href="pgstattuple.html">F.31. pgstattuple</a></span></dt><dt><span class="sect1"><a href="pgsurgery.html">F.32. pg_surgery</a></span></dt><dt><span class="sect1"><a href="pgtrgm.html">F.33. pg_trgm</a></span></dt><dt><span class="sect1"><a href="pgvisibility.html">F.34. pg_visibility</a></span></dt><dt><span class="sect1"><a href="postgres-fdw.html">F.35. postgres_fdw</a></span></dt><dt><span class="sect1"><a href="seg.html">F.36. seg</a></span></dt><dt><span class="sect1"><a href="sepgsql.html">F.37. sepgsql</a></span></dt><dt><span class="sect1"><a href="contrib-spi.html">F.38. spi</a></span></dt><dt><span class="sect1"><a href="sslinfo.html">F.39. sslinfo</a></span></dt><dt><span class="sect1"><a href="tablefunc.html">F.40. tablefunc</a></span></dt><dt><span class="sect1"><a href="tcn.html">F.41. tcn</a></span></dt><dt><span class="sect1"><a href="test-decoding.html">F.42. test_decoding</a></span></dt><dt><span class="sect1"><a href="tsm-system-rows.html">F.43. tsm_system_rows</a></span></dt><dt><span class="sect1"><a href="tsm-system-time.html">F.44. tsm_system_time</a></span></dt><dt><span class="sect1"><a href="unaccent.html">F.45. unaccent</a></span></dt><dt><span class="sect1"><a href="uuid-ossp.html">F.46. uuid-ossp</a></span></dt><dt><span class="sect1"><a href="xml2.html">F.47. xml2</a></span></dt></dl></dd><dt><span class="appendix"><a href="contrib-prog.html">G. Additional Supplied Programs</a></span></dt><dd><dl><dt><span class="sect1"><a href="contrib-prog-client.html">G.1. Client Applications</a></span></dt><dt><span class="sect1"><a href="contrib-prog-server.html">G.2. Server Applications</a></span></dt></dl></dd><dt><span class="appendix"><a href="external-projects.html">H. External Projects</a></span></dt><dd><dl><dt><span class="sect1"><a href="external-interfaces.html">H.1. Client Interfaces</a></span></dt><dt><span class="sect1"><a href="external-admin-tools.html">H.2. Administration Tools</a></span></dt><dt><span class="sect1"><a href="external-pl.html">H.3. Procedural Languages</a></span></dt><dt><span class="sect1"><a href="external-extensions.html">H.4. Extensions</a></span></dt></dl></dd><dt><span class="appendix"><a href="sourcerepo.html">I. The Source Code Repository</a></span></dt><dd><dl><dt><span class="sect1"><a href="git.html">I.1. Getting the Source via <span class="productname">Git</span></a></span></dt></dl></dd><dt><span class="appendix"><a href="docguide.html">J. Documentation</a></span></dt><dd><dl><dt><span class="sect1"><a href="docguide-docbook.html">J.1. DocBook</a></span></dt><dt><span class="sect1"><a href="docguide-toolsets.html">J.2. Tool Sets</a></span></dt><dt><span class="sect1"><a href="docguide-build.html">J.3. Building the Documentation</a></span></dt><dt><span class="sect1"><a href="docguide-authoring.html">J.4. Documentation Authoring</a></span></dt><dt><span class="sect1"><a href="docguide-style.html">J.5. Style Guide</a></span></dt></dl></dd><dt><span class="appendix"><a href="limits.html">K. <span class="productname">PostgreSQL</span> Limits</a></span></dt><dt><span class="appendix"><a href="acronyms.html">L. Acronyms</a></span></dt><dt><span class="appendix"><a href="glossary.html">M. Glossary</a></span></dt><dt><span class="appendix"><a href="color.html">N. Color Support</a></span></dt><dd><dl><dt><span class="sect1"><a href="color-when.html">N.1. When Color is Used</a></span></dt><dt><span class="sect1"><a href="color-which.html">N.2. Configuring the Colors</a></span></dt></dl></dd><dt><span class="appendix"><a href="appendix-obsolete.html">O. Obsolete or Renamed Features</a></span></dt><dd><dl><dt><span class="sect1"><a href="recovery-config.html">O.1. <code class="filename">recovery.conf</code> file merged into <code class="filename">postgresql.conf</code></a></span></dt><dt><span class="sect1"><a href="default-roles.html">O.2. Default Roles Renamed to Predefined Roles</a></span></dt><dt><span class="sect1"><a href="pgxlogdump.html">O.3. <code class="command">pg_xlogdump</code> renamed to <code class="command">pg_waldump</code></a></span></dt><dt><span class="sect1"><a href="app-pgresetxlog.html">O.4. <code class="command">pg_resetxlog</code> renamed to <code class="command">pg_resetwal</code></a></span></dt><dt><span class="sect1"><a href="app-pgreceivexlog.html">O.5. <code class="command">pg_receivexlog</code> renamed to <code class="command">pg_receivewal</code></a></span></dt></dl></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html" title="PostgreSQL 14.6 Documentation">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="errcodes-appendix.html" title="Appendix A. PostgreSQL Error Codes">Next</a></td></tr><tr><td width="40%" align="left" valign="top">73.3. Backup Manifest WAL Range Object </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Appendix A. <span xmlns="http://www.w3.org/1999/xhtml" class="productname">PostgreSQL</span> Error Codes</td></tr></table></div></body></html> |
| 1781 | \ No newline at end of file |
| 1782 | diff --git a/doc/src/sgml/html/applevel-consistency.html b/doc/src/sgml/html/applevel-consistency.html |
| 1783 | index c885444..dff8cdc 100644 |
| 1784 | --- a/doc/src/sgml/html/applevel-consistency.html |
| 1785 | +++ b/doc/src/sgml/html/applevel-consistency.html |
| 1786 | @@ -1,5 +1,5 @@ |
| 1787 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1788 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>13.4. Data Consistency Checks at the Application Level</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="explicit-locking.html" title="13.3. Explicit Locking" /><link rel="next" href="mvcc-caveats.html" title="13.5. Caveats" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">13.4. Data Consistency Checks at the Application Level</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="explicit-locking.html" title="13.3. Explicit Locking">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="mvcc.html" title="Chapter 13. Concurrency Control">Up</a></td><th width="60%" align="center">Chapter 13. Concurrency Control</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="mvcc-caveats.html" title="13.5. Caveats">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="APPLEVEL-CONSISTENCY"><div class="titlepage"><div><div><h2 class="title" style="clear: both">13.4. Data Consistency Checks at the Application Level</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="applevel-consistency.html#SERIALIZABLE-CONSISTENCY">13.4.1. Enforcing Consistency with Serializable Transactions</a></span></dt><dt><span class="sect2"><a href="applevel-consistency.html#NON-SERIALIZABLE-CONSISTENCY">13.4.2. Enforcing Consistency with Explicit Blocking Locks</a></span></dt></dl></div><p> |
| 1789 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>13.4. Data Consistency Checks at the Application Level</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="explicit-locking.html" title="13.3. Explicit Locking" /><link rel="next" href="mvcc-caveats.html" title="13.5. Caveats" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">13.4. Data Consistency Checks at the Application Level</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="explicit-locking.html" title="13.3. Explicit Locking">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="mvcc.html" title="Chapter 13. Concurrency Control">Up</a></td><th width="60%" align="center">Chapter 13. Concurrency Control</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="mvcc-caveats.html" title="13.5. Caveats">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="APPLEVEL-CONSISTENCY"><div class="titlepage"><div><div><h2 class="title" style="clear: both">13.4. Data Consistency Checks at the Application Level</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="applevel-consistency.html#SERIALIZABLE-CONSISTENCY">13.4.1. Enforcing Consistency with Serializable Transactions</a></span></dt><dt><span class="sect2"><a href="applevel-consistency.html#NON-SERIALIZABLE-CONSISTENCY">13.4.2. Enforcing Consistency with Explicit Blocking Locks</a></span></dt></dl></div><p> |
| 1790 | It is very difficult to enforce business rules regarding data integrity |
| 1791 | using Read Committed transactions because the view of the data is |
| 1792 | shifting with each statement, and even a single statement may not |
| 1793 | @@ -111,4 +111,4 @@ |
| 1794 | <code class="literal">UPDATE</code>, or <code class="literal">DELETE</code>), so |
| 1795 | it is possible to obtain locks explicitly before the snapshot is |
| 1796 | frozen. |
| 1797 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="explicit-locking.html" title="13.3. Explicit Locking">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="mvcc.html" title="Chapter 13. Concurrency Control">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="mvcc-caveats.html" title="13.5. Caveats">Next</a></td></tr><tr><td width="40%" align="left" valign="top">13.3. Explicit Locking </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 13.5. Caveats</td></tr></table></div></body></html> |
| 1798 | \ No newline at end of file |
| 1799 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="explicit-locking.html" title="13.3. Explicit Locking">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="mvcc.html" title="Chapter 13. Concurrency Control">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="mvcc-caveats.html" title="13.5. Caveats">Next</a></td></tr><tr><td width="40%" align="left" valign="top">13.3. Explicit Locking </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 13.5. Caveats</td></tr></table></div></body></html> |
| 1800 | \ No newline at end of file |
| 1801 | diff --git a/doc/src/sgml/html/arrays.html b/doc/src/sgml/html/arrays.html |
| 1802 | index c7b097e..36a3e66 100644 |
| 1803 | --- a/doc/src/sgml/html/arrays.html |
| 1804 | +++ b/doc/src/sgml/html/arrays.html |
| 1805 | @@ -1,5 +1,5 @@ |
| 1806 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1807 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>8.15. Arrays</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="datatype-json.html" title="8.14. JSON Types" /><link rel="next" href="rowtypes.html" title="8.16. Composite Types" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">8.15. Arrays</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="datatype-json.html" title="8.14. JSON Types">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="datatype.html" title="Chapter 8. Data Types">Up</a></td><th width="60%" align="center">Chapter 8. Data Types</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="rowtypes.html" title="8.16. Composite Types">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="ARRAYS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">8.15. Arrays</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="arrays.html#ARRAYS-DECLARATION">8.15.1. Declaration of Array Types</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-INPUT">8.15.2. Array Value Input</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-ACCESSING">8.15.3. Accessing Arrays</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-MODIFYING">8.15.4. Modifying Arrays</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-SEARCHING">8.15.5. Searching in Arrays</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-IO">8.15.6. Array Input and Output Syntax</a></span></dt></dl></div><a id="id-1.5.7.23.2" class="indexterm"></a><p> |
| 1808 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>8.15. Arrays</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="datatype-json.html" title="8.14. JSON Types" /><link rel="next" href="rowtypes.html" title="8.16. Composite Types" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">8.15. Arrays</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="datatype-json.html" title="8.14. JSON Types">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="datatype.html" title="Chapter 8. Data Types">Up</a></td><th width="60%" align="center">Chapter 8. Data Types</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="rowtypes.html" title="8.16. Composite Types">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="ARRAYS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">8.15. Arrays</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="arrays.html#ARRAYS-DECLARATION">8.15.1. Declaration of Array Types</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-INPUT">8.15.2. Array Value Input</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-ACCESSING">8.15.3. Accessing Arrays</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-MODIFYING">8.15.4. Modifying Arrays</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-SEARCHING">8.15.5. Searching in Arrays</a></span></dt><dt><span class="sect2"><a href="arrays.html#ARRAYS-IO">8.15.6. Array Input and Output Syntax</a></span></dt></dl></div><a id="id-1.5.7.23.2" class="indexterm"></a><p> |
| 1809 | <span class="productname">PostgreSQL</span> allows columns of a table to be |
| 1810 | defined as variable-length multidimensional arrays. Arrays of any |
| 1811 | built-in or user-defined base type, enum type, composite type, range type, |
| 1812 | @@ -644,4 +644,4 @@ SELECT f1[1][-2][3] AS e1, f1[1][-1][5] AS e2 |
| 1813 | with than the array-literal syntax when writing array values in SQL |
| 1814 | commands. In <code class="literal">ARRAY</code>, individual element values are written the |
| 1815 | same way they would be written when not members of an array. |
| 1816 | - </p></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="datatype-json.html" title="8.14. JSON Types">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="datatype.html" title="Chapter 8. Data Types">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="rowtypes.html" title="8.16. Composite Types">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8.14. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">JSON</acronym> Types </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 8.16. Composite Types</td></tr></table></div></body></html> |
| 1817 | \ No newline at end of file |
| 1818 | + </p></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="datatype-json.html" title="8.14. JSON Types">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="datatype.html" title="Chapter 8. Data Types">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="rowtypes.html" title="8.16. Composite Types">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8.14. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">JSON</acronym> Types </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 8.16. Composite Types</td></tr></table></div></body></html> |
| 1819 | \ No newline at end of file |
| 1820 | diff --git a/doc/src/sgml/html/auth-bsd.html b/doc/src/sgml/html/auth-bsd.html |
| 1821 | index 4a714d3..ad70eb1 100644 |
| 1822 | --- a/doc/src/sgml/html/auth-bsd.html |
| 1823 | +++ b/doc/src/sgml/html/auth-bsd.html |
| 1824 | @@ -1,5 +1,5 @@ |
| 1825 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1826 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.14. BSD Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-pam.html" title="21.13. PAM Authentication" /><link rel="next" href="client-authentication-problems.html" title="21.15. Authentication Problems" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.14. BSD Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-pam.html" title="21.13. PAM Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="client-authentication-problems.html" title="21.15. Authentication Problems">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-BSD"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.14. BSD Authentication</h2></div></div></div><a id="id-1.6.8.21.2" class="indexterm"></a><p> |
| 1827 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.14. BSD Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-pam.html" title="21.13. PAM Authentication" /><link rel="next" href="client-authentication-problems.html" title="21.15. Authentication Problems" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.14. BSD Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-pam.html" title="21.13. PAM Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="client-authentication-problems.html" title="21.15. Authentication Problems">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-BSD"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.14. BSD Authentication</h2></div></div></div><a id="id-1.6.8.21.2" class="indexterm"></a><p> |
| 1828 | This authentication method operates similarly to |
| 1829 | <code class="literal">password</code> except that it uses BSD Authentication |
| 1830 | to verify the password. BSD Authentication is used only |
| 1831 | @@ -18,4 +18,4 @@ |
| 1832 | operating system user running the server) must first be added to |
| 1833 | the <code class="literal">auth</code> group. The <code class="literal">auth</code> group |
| 1834 | exists by default on OpenBSD systems. |
| 1835 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-pam.html" title="21.13. PAM Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="client-authentication-problems.html" title="21.15. Authentication Problems">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.13. PAM Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.15. Authentication Problems</td></tr></table></div></body></html> |
| 1836 | \ No newline at end of file |
| 1837 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-pam.html" title="21.13. PAM Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="client-authentication-problems.html" title="21.15. Authentication Problems">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.13. PAM Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.15. Authentication Problems</td></tr></table></div></body></html> |
| 1838 | \ No newline at end of file |
| 1839 | diff --git a/doc/src/sgml/html/auth-cert.html b/doc/src/sgml/html/auth-cert.html |
| 1840 | index dac339d..f6ea6a5 100644 |
| 1841 | --- a/doc/src/sgml/html/auth-cert.html |
| 1842 | +++ b/doc/src/sgml/html/auth-cert.html |
| 1843 | @@ -1,5 +1,5 @@ |
| 1844 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1845 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.12. Certificate Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-radius.html" title="21.11. RADIUS Authentication" /><link rel="next" href="auth-pam.html" title="21.13. PAM Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.12. Certificate Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-radius.html" title="21.11. RADIUS Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-pam.html" title="21.13. PAM Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-CERT"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.12. Certificate Authentication</h2></div></div></div><a id="id-1.6.8.19.2" class="indexterm"></a><p> |
| 1846 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.12. Certificate Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-radius.html" title="21.11. RADIUS Authentication" /><link rel="next" href="auth-pam.html" title="21.13. PAM Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.12. Certificate Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-radius.html" title="21.11. RADIUS Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-pam.html" title="21.13. PAM Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-CERT"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.12. Certificate Authentication</h2></div></div></div><a id="id-1.6.8.19.2" class="indexterm"></a><p> |
| 1847 | This authentication method uses SSL client certificates to perform |
| 1848 | authentication. It is therefore only available for SSL connections. |
| 1849 | When using this authentication method, the server will require that |
| 1850 | @@ -21,4 +21,4 @@ |
| 1851 | <code class="literal">cert</code> authentication because <code class="literal">cert</code> |
| 1852 | authentication is effectively <code class="literal">trust</code> authentication |
| 1853 | with <code class="literal">clientcert=verify-full</code>. |
| 1854 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-radius.html" title="21.11. RADIUS Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-pam.html" title="21.13. PAM Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.11. RADIUS Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.13. PAM Authentication</td></tr></table></div></body></html> |
| 1855 | \ No newline at end of file |
| 1856 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-radius.html" title="21.11. RADIUS Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-pam.html" title="21.13. PAM Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.11. RADIUS Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.13. PAM Authentication</td></tr></table></div></body></html> |
| 1857 | \ No newline at end of file |
| 1858 | diff --git a/doc/src/sgml/html/auth-delay.html b/doc/src/sgml/html/auth-delay.html |
| 1859 | index ff98ea1..b3cdc2b 100644 |
| 1860 | --- a/doc/src/sgml/html/auth-delay.html |
| 1861 | +++ b/doc/src/sgml/html/auth-delay.html |
| 1862 | @@ -1,5 +1,5 @@ |
| 1863 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1864 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.3. auth_delay</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="amcheck.html" title="F.2. amcheck" /><link rel="next" href="auto-explain.html" title="F.4. auto_explain" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.3. auth_delay</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="amcheck.html" title="F.2. amcheck">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auto-explain.html" title="F.4. auto_explain">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-DELAY"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.3. auth_delay</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="auth-delay.html#id-1.11.7.12.5">F.3.1. Configuration Parameters</a></span></dt><dt><span class="sect2"><a href="auth-delay.html#id-1.11.7.12.6">F.3.2. Author</a></span></dt></dl></div><a id="id-1.11.7.12.2" class="indexterm"></a><p> |
| 1865 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.3. auth_delay</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="amcheck.html" title="F.2. amcheck" /><link rel="next" href="auto-explain.html" title="F.4. auto_explain" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.3. auth_delay</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="amcheck.html" title="F.2. amcheck">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auto-explain.html" title="F.4. auto_explain">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-DELAY"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.3. auth_delay</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="auth-delay.html#id-1.11.7.12.5">F.3.1. Configuration Parameters</a></span></dt><dt><span class="sect2"><a href="auth-delay.html#id-1.11.7.12.6">F.3.2. Author</a></span></dt></dl></div><a id="id-1.11.7.12.2" class="indexterm"></a><p> |
| 1866 | <code class="filename">auth_delay</code> causes the server to pause briefly before |
| 1867 | reporting authentication failure, to make brute-force attacks on database |
| 1868 | passwords more difficult. Note that it does nothing to prevent |
| 1869 | @@ -25,4 +25,4 @@ shared_preload_libraries = 'auth_delay' |
| 1870 | auth_delay.milliseconds = '500' |
| 1871 | </pre></div><div class="sect2" id="id-1.11.7.12.6"><div class="titlepage"><div><div><h3 class="title">F.3.2. Author</h3></div></div></div><p> |
| 1872 | KaiGai Kohei <code class="email"><<a class="email" href="mailto:kaigai@ak.jp.nec.com">kaigai@ak.jp.nec.com</a>></code> |
| 1873 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="amcheck.html" title="F.2. amcheck">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auto-explain.html" title="F.4. auto_explain">Next</a></td></tr><tr><td width="40%" align="left" valign="top">F.2. amcheck </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.4. auto_explain</td></tr></table></div></body></html> |
| 1874 | \ No newline at end of file |
| 1875 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="amcheck.html" title="F.2. amcheck">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auto-explain.html" title="F.4. auto_explain">Next</a></td></tr><tr><td width="40%" align="left" valign="top">F.2. amcheck </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.4. auto_explain</td></tr></table></div></body></html> |
| 1876 | \ No newline at end of file |
| 1877 | diff --git a/doc/src/sgml/html/auth-ident.html b/doc/src/sgml/html/auth-ident.html |
| 1878 | index ccca4dd..63db99c 100644 |
| 1879 | --- a/doc/src/sgml/html/auth-ident.html |
| 1880 | +++ b/doc/src/sgml/html/auth-ident.html |
| 1881 | @@ -1,5 +1,5 @@ |
| 1882 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1883 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.8. Ident Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="sspi-auth.html" title="21.7. SSPI Authentication" /><link rel="next" href="auth-peer.html" title="21.9. Peer Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.8. Ident Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="sspi-auth.html" title="21.7. SSPI Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-peer.html" title="21.9. Peer Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-IDENT"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.8. Ident Authentication</h2></div></div></div><a id="id-1.6.8.15.2" class="indexterm"></a><p> |
| 1884 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.8. Ident Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="sspi-auth.html" title="21.7. SSPI Authentication" /><link rel="next" href="auth-peer.html" title="21.9. Peer Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.8. Ident Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="sspi-auth.html" title="21.7. SSPI Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-peer.html" title="21.9. Peer Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-IDENT"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.8. Ident Authentication</h2></div></div></div><a id="id-1.6.8.15.2" class="indexterm"></a><p> |
| 1885 | The ident authentication method works by obtaining the client's |
| 1886 | operating system user name from an ident server and using it as |
| 1887 | the allowed database user name (with an optional user name mapping). |
| 1888 | @@ -49,4 +49,4 @@ |
| 1889 | used when using the ident server with <span class="productname">PostgreSQL</span>, |
| 1890 | since <span class="productname">PostgreSQL</span> does not have any way to decrypt the |
| 1891 | returned string to determine the actual user name. |
| 1892 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sspi-auth.html" title="21.7. SSPI Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-peer.html" title="21.9. Peer Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.7. SSPI Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.9. Peer Authentication</td></tr></table></div></body></html> |
| 1893 | \ No newline at end of file |
| 1894 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sspi-auth.html" title="21.7. SSPI Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-peer.html" title="21.9. Peer Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.7. SSPI Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.9. Peer Authentication</td></tr></table></div></body></html> |
| 1895 | \ No newline at end of file |
| 1896 | diff --git a/doc/src/sgml/html/auth-ldap.html b/doc/src/sgml/html/auth-ldap.html |
| 1897 | index 6b5903e..2c2bfb3 100644 |
| 1898 | --- a/doc/src/sgml/html/auth-ldap.html |
| 1899 | +++ b/doc/src/sgml/html/auth-ldap.html |
| 1900 | @@ -1,5 +1,5 @@ |
| 1901 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1902 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.10. LDAP Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-peer.html" title="21.9. Peer Authentication" /><link rel="next" href="auth-radius.html" title="21.11. RADIUS Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.10. LDAP Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-peer.html" title="21.9. Peer Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-radius.html" title="21.11. RADIUS Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-LDAP"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.10. LDAP Authentication</h2></div></div></div><a id="id-1.6.8.17.2" class="indexterm"></a><p> |
| 1903 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.10. LDAP Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-peer.html" title="21.9. Peer Authentication" /><link rel="next" href="auth-radius.html" title="21.11. RADIUS Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.10. LDAP Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-peer.html" title="21.9. Peer Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-radius.html" title="21.11. RADIUS Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-LDAP"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.10. LDAP Authentication</h2></div></div></div><a id="id-1.6.8.17.2" class="indexterm"></a><p> |
| 1904 | This authentication method operates similarly to |
| 1905 | <code class="literal">password</code> except that it uses LDAP |
| 1906 | as the password verification method. LDAP is used only to validate |
| 1907 | @@ -187,4 +187,4 @@ host ... ldap ldapbasedn="dc=example,dc=net" |
| 1908 | Since LDAP often uses commas and spaces to separate the different |
| 1909 | parts of a DN, it is often necessary to use double-quoted parameter |
| 1910 | values when configuring LDAP options, as shown in the examples. |
| 1911 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-peer.html" title="21.9. Peer Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-radius.html" title="21.11. RADIUS Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.9. Peer Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.11. RADIUS Authentication</td></tr></table></div></body></html> |
| 1912 | \ No newline at end of file |
| 1913 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-peer.html" title="21.9. Peer Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-radius.html" title="21.11. RADIUS Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.9. Peer Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.11. RADIUS Authentication</td></tr></table></div></body></html> |
| 1914 | \ No newline at end of file |
| 1915 | diff --git a/doc/src/sgml/html/auth-methods.html b/doc/src/sgml/html/auth-methods.html |
| 1916 | index 997b437..af011cb 100644 |
| 1917 | --- a/doc/src/sgml/html/auth-methods.html |
| 1918 | +++ b/doc/src/sgml/html/auth-methods.html |
| 1919 | @@ -1,5 +1,5 @@ |
| 1920 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1921 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.3. Authentication Methods</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-username-maps.html" title="21.2. User Name Maps" /><link rel="next" href="auth-trust.html" title="21.4. Trust Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.3. Authentication Methods</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-username-maps.html" title="21.2. User Name Maps">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-trust.html" title="21.4. Trust Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-METHODS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.3. Authentication Methods</h2></div></div></div><p> |
| 1922 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.3. Authentication Methods</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-username-maps.html" title="21.2. User Name Maps" /><link rel="next" href="auth-trust.html" title="21.4. Trust Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.3. Authentication Methods</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-username-maps.html" title="21.2. User Name Maps">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-trust.html" title="21.4. Trust Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-METHODS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.3. Authentication Methods</h2></div></div></div><p> |
| 1923 | <span class="productname">PostgreSQL</span> provides various methods for |
| 1924 | authenticating users: |
| 1925 | |
| 1926 | @@ -56,4 +56,4 @@ |
| 1927 | </p><p> |
| 1928 | The following sections describe each of these authentication methods |
| 1929 | in more detail. |
| 1930 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-username-maps.html" title="21.2. User Name Maps">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-trust.html" title="21.4. Trust Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.2. User Name Maps </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.4. Trust Authentication</td></tr></table></div></body></html> |
| 1931 | \ No newline at end of file |
| 1932 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-username-maps.html" title="21.2. User Name Maps">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-trust.html" title="21.4. Trust Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.2. User Name Maps </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.4. Trust Authentication</td></tr></table></div></body></html> |
| 1933 | \ No newline at end of file |
| 1934 | diff --git a/doc/src/sgml/html/auth-pam.html b/doc/src/sgml/html/auth-pam.html |
| 1935 | index 9c7bb4b..3e5589e 100644 |
| 1936 | --- a/doc/src/sgml/html/auth-pam.html |
| 1937 | +++ b/doc/src/sgml/html/auth-pam.html |
| 1938 | @@ -1,5 +1,5 @@ |
| 1939 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1940 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.13. PAM Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-cert.html" title="21.12. Certificate Authentication" /><link rel="next" href="auth-bsd.html" title="21.14. BSD Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.13. PAM Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-cert.html" title="21.12. Certificate Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-bsd.html" title="21.14. BSD Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PAM"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.13. PAM Authentication</h2></div></div></div><a id="id-1.6.8.20.2" class="indexterm"></a><p> |
| 1941 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.13. PAM Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-cert.html" title="21.12. Certificate Authentication" /><link rel="next" href="auth-bsd.html" title="21.14. BSD Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.13. PAM Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-cert.html" title="21.12. Certificate Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-bsd.html" title="21.14. BSD Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PAM"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.13. PAM Authentication</h2></div></div></div><a id="id-1.6.8.20.2" class="indexterm"></a><p> |
| 1942 | This authentication method operates similarly to |
| 1943 | <code class="literal">password</code> except that it uses PAM (Pluggable |
| 1944 | Authentication Modules) as the authentication mechanism. The |
| 1945 | @@ -28,4 +28,4 @@ |
| 1946 | will fail because the PostgreSQL server is started by a non-root |
| 1947 | user. However, this is not an issue when PAM is configured to use |
| 1948 | LDAP or other authentication methods. |
| 1949 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-cert.html" title="21.12. Certificate Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-bsd.html" title="21.14. BSD Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.12. Certificate Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.14. BSD Authentication</td></tr></table></div></body></html> |
| 1950 | \ No newline at end of file |
| 1951 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-cert.html" title="21.12. Certificate Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-bsd.html" title="21.14. BSD Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.12. Certificate Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.14. BSD Authentication</td></tr></table></div></body></html> |
| 1952 | \ No newline at end of file |
| 1953 | diff --git a/doc/src/sgml/html/auth-password.html b/doc/src/sgml/html/auth-password.html |
| 1954 | index 9a6fdc8..224e10c 100644 |
| 1955 | --- a/doc/src/sgml/html/auth-password.html |
| 1956 | +++ b/doc/src/sgml/html/auth-password.html |
| 1957 | @@ -1,5 +1,5 @@ |
| 1958 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1959 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.5. Password Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-trust.html" title="21.4. Trust Authentication" /><link rel="next" href="gssapi-auth.html" title="21.6. GSSAPI Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.5. Password Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-trust.html" title="21.4. Trust Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="gssapi-auth.html" title="21.6. GSSAPI Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PASSWORD"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.5. Password Authentication</h2></div></div></div><a id="id-1.6.8.12.2" class="indexterm"></a><a id="id-1.6.8.12.3" class="indexterm"></a><a id="id-1.6.8.12.4" class="indexterm"></a><p> |
| 1960 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.5. Password Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-trust.html" title="21.4. Trust Authentication" /><link rel="next" href="gssapi-auth.html" title="21.6. GSSAPI Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.5. Password Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-trust.html" title="21.4. Trust Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="gssapi-auth.html" title="21.6. GSSAPI Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PASSWORD"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.5. Password Authentication</h2></div></div></div><a id="id-1.6.8.12.2" class="indexterm"></a><a id="id-1.6.8.12.3" class="indexterm"></a><a id="id-1.6.8.12.4" class="indexterm"></a><p> |
| 1961 | There are several password-based authentication methods. These methods |
| 1962 | operate similarly but differ in how the users' passwords are stored on the |
| 1963 | server and how the password provided by a client is sent across the |
| 1964 | @@ -77,4 +77,4 @@ |
| 1965 | in <code class="filename">postgresql.conf</code>, make all users set new passwords, |
| 1966 | and change the authentication method specifications |
| 1967 | in <code class="filename">pg_hba.conf</code> to <code class="literal">scram-sha-256</code>. |
| 1968 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-trust.html" title="21.4. Trust Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gssapi-auth.html" title="21.6. GSSAPI Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.4. Trust Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.6. GSSAPI Authentication</td></tr></table></div></body></html> |
| 1969 | \ No newline at end of file |
| 1970 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-trust.html" title="21.4. Trust Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="gssapi-auth.html" title="21.6. GSSAPI Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.4. Trust Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.6. GSSAPI Authentication</td></tr></table></div></body></html> |
| 1971 | \ No newline at end of file |
| 1972 | diff --git a/doc/src/sgml/html/auth-peer.html b/doc/src/sgml/html/auth-peer.html |
| 1973 | index bc2e314..a9b5d18 100644 |
| 1974 | --- a/doc/src/sgml/html/auth-peer.html |
| 1975 | +++ b/doc/src/sgml/html/auth-peer.html |
| 1976 | @@ -1,5 +1,5 @@ |
| 1977 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1978 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.9. Peer Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-ident.html" title="21.8. Ident Authentication" /><link rel="next" href="auth-ldap.html" title="21.10. LDAP Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.9. Peer Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-ident.html" title="21.8. Ident Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-ldap.html" title="21.10. LDAP Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PEER"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.9. Peer Authentication</h2></div></div></div><a id="id-1.6.8.16.2" class="indexterm"></a><p> |
| 1979 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.9. Peer Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-ident.html" title="21.8. Ident Authentication" /><link rel="next" href="auth-ldap.html" title="21.10. LDAP Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.9. Peer Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-ident.html" title="21.8. Ident Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-ldap.html" title="21.10. LDAP Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PEER"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.9. Peer Authentication</h2></div></div></div><a id="id-1.6.8.16.2" class="indexterm"></a><p> |
| 1980 | The peer authentication method works by obtaining the client's |
| 1981 | operating system user name from the kernel and using it as the |
| 1982 | allowed database user name (with optional user name mapping). This |
| 1983 | @@ -18,4 +18,4 @@ |
| 1984 | most flavors of <span class="systemitem">BSD</span> including |
| 1985 | <span class="systemitem">macOS</span>, |
| 1986 | and <span class="systemitem">Solaris</span>. |
| 1987 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-ident.html" title="21.8. Ident Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-ldap.html" title="21.10. LDAP Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.8. Ident Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.10. LDAP Authentication</td></tr></table></div></body></html> |
| 1988 | \ No newline at end of file |
| 1989 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-ident.html" title="21.8. Ident Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-ldap.html" title="21.10. LDAP Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.8. Ident Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.10. LDAP Authentication</td></tr></table></div></body></html> |
| 1990 | \ No newline at end of file |
| 1991 | diff --git a/doc/src/sgml/html/auth-pg-hba-conf.html b/doc/src/sgml/html/auth-pg-hba-conf.html |
| 1992 | index 06ca018..920fed3 100644 |
| 1993 | --- a/doc/src/sgml/html/auth-pg-hba-conf.html |
| 1994 | +++ b/doc/src/sgml/html/auth-pg-hba-conf.html |
| 1995 | @@ -1,5 +1,5 @@ |
| 1996 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1997 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.1. The pg_hba.conf File</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="client-authentication.html" title="Chapter 21. Client Authentication" /><link rel="next" href="auth-username-maps.html" title="21.2. User Name Maps" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.1. The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">pg_hba.conf</code> File</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="client-authentication.html" title="Chapter 21. Client Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-username-maps.html" title="21.2. User Name Maps">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PG-HBA-CONF"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.1. The <code class="filename">pg_hba.conf</code> File</h2></div></div></div><a id="id-1.6.8.8.2" class="indexterm"></a><p> |
| 1998 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.1. The pg_hba.conf File</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="client-authentication.html" title="Chapter 21. Client Authentication" /><link rel="next" href="auth-username-maps.html" title="21.2. User Name Maps" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.1. The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">pg_hba.conf</code> File</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="client-authentication.html" title="Chapter 21. Client Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-username-maps.html" title="21.2. User Name Maps">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-PG-HBA-CONF"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.1. The <code class="filename">pg_hba.conf</code> File</h2></div></div></div><a id="id-1.6.8.8.2" class="indexterm"></a><p> |
| 1999 | Client authentication is controlled by a configuration file, |
| 2000 | which traditionally is named |
| 2001 | <code class="filename">pg_hba.conf</code> and is stored in the database |
| 2002 | @@ -489,4 +489,4 @@ local all @admins,+support md5 |
| 2003 | |
| 2004 | # The database column can also use lists and file names: |
| 2005 | local db1,db2,@demodbs all md5 |
| 2006 | -</pre></div></div><br class="example-break" /></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="client-authentication.html" title="Chapter 21. Client Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-username-maps.html" title="21.2. User Name Maps">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 21. Client Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.2. User Name Maps</td></tr></table></div></body></html> |
| 2007 | \ No newline at end of file |
| 2008 | +</pre></div></div><br class="example-break" /></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="client-authentication.html" title="Chapter 21. Client Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-username-maps.html" title="21.2. User Name Maps">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 21. Client Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.2. User Name Maps</td></tr></table></div></body></html> |
| 2009 | \ No newline at end of file |
| 2010 | diff --git a/doc/src/sgml/html/auth-radius.html b/doc/src/sgml/html/auth-radius.html |
| 2011 | index d9138e3..e7704c5 100644 |
| 2012 | --- a/doc/src/sgml/html/auth-radius.html |
| 2013 | +++ b/doc/src/sgml/html/auth-radius.html |
| 2014 | @@ -1,5 +1,5 @@ |
| 2015 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2016 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.11. RADIUS Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-ldap.html" title="21.10. LDAP Authentication" /><link rel="next" href="auth-cert.html" title="21.12. Certificate Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.11. RADIUS Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-ldap.html" title="21.10. LDAP Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-cert.html" title="21.12. Certificate Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-RADIUS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.11. RADIUS Authentication</h2></div></div></div><a id="id-1.6.8.18.2" class="indexterm"></a><p> |
| 2017 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.11. RADIUS Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-ldap.html" title="21.10. LDAP Authentication" /><link rel="next" href="auth-cert.html" title="21.12. Certificate Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.11. RADIUS Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-ldap.html" title="21.10. LDAP Authentication">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-cert.html" title="21.12. Certificate Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-RADIUS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.11. RADIUS Authentication</h2></div></div></div><a id="id-1.6.8.18.2" class="indexterm"></a><p> |
| 2018 | This authentication method operates similarly to |
| 2019 | <code class="literal">password</code> except that it uses RADIUS |
| 2020 | as the password verification method. RADIUS is used only to validate |
| 2021 | @@ -62,4 +62,4 @@ |
| 2022 | </p><pre class="programlisting"> |
| 2023 | host ... radius radiusservers="server1,server2" radiussecrets="""secret one"",""secret two""" |
| 2024 | </pre><p> |
| 2025 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-ldap.html" title="21.10. LDAP Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-cert.html" title="21.12. Certificate Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.10. LDAP Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.12. Certificate Authentication</td></tr></table></div></body></html> |
| 2026 | \ No newline at end of file |
| 2027 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-ldap.html" title="21.10. LDAP Authentication">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-cert.html" title="21.12. Certificate Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.10. LDAP Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.12. Certificate Authentication</td></tr></table></div></body></html> |
| 2028 | \ No newline at end of file |
| 2029 | diff --git a/doc/src/sgml/html/auth-trust.html b/doc/src/sgml/html/auth-trust.html |
| 2030 | index a8c1af8..a5ae807 100644 |
| 2031 | --- a/doc/src/sgml/html/auth-trust.html |
| 2032 | +++ b/doc/src/sgml/html/auth-trust.html |
| 2033 | @@ -1,5 +1,5 @@ |
| 2034 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2035 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.4. Trust Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-methods.html" title="21.3. Authentication Methods" /><link rel="next" href="auth-password.html" title="21.5. Password Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.4. Trust Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-methods.html" title="21.3. Authentication Methods">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-password.html" title="21.5. Password Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-TRUST"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.4. Trust Authentication</h2></div></div></div><p> |
| 2036 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.4. Trust Authentication</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-methods.html" title="21.3. Authentication Methods" /><link rel="next" href="auth-password.html" title="21.5. Password Authentication" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.4. Trust Authentication</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-methods.html" title="21.3. Authentication Methods">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-password.html" title="21.5. Password Authentication">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-TRUST"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.4. Trust Authentication</h2></div></div></div><p> |
| 2037 | When <code class="literal">trust</code> authentication is specified, |
| 2038 | <span class="productname">PostgreSQL</span> assumes that anyone who can |
| 2039 | connect to the server is authorized to access the database with |
| 2040 | @@ -34,4 +34,4 @@ |
| 2041 | to the server by the <code class="filename">pg_hba.conf</code> lines that specify |
| 2042 | <code class="literal">trust</code>. It is seldom reasonable to use <code class="literal">trust</code> |
| 2043 | for any TCP/IP connections other than those from <span class="systemitem">localhost</span> (127.0.0.1). |
| 2044 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-methods.html" title="21.3. Authentication Methods">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-password.html" title="21.5. Password Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.3. Authentication Methods </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.5. Password Authentication</td></tr></table></div></body></html> |
| 2045 | \ No newline at end of file |
| 2046 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-methods.html" title="21.3. Authentication Methods">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-password.html" title="21.5. Password Authentication">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.3. Authentication Methods </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.5. Password Authentication</td></tr></table></div></body></html> |
| 2047 | \ No newline at end of file |
| 2048 | diff --git a/doc/src/sgml/html/auth-username-maps.html b/doc/src/sgml/html/auth-username-maps.html |
| 2049 | index 8ca2842..ae4f0cc 100644 |
| 2050 | --- a/doc/src/sgml/html/auth-username-maps.html |
| 2051 | +++ b/doc/src/sgml/html/auth-username-maps.html |
| 2052 | @@ -1,5 +1,5 @@ |
| 2053 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2054 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.2. User Name Maps</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-pg-hba-conf.html" title="21.1. The pg_hba.conf File" /><link rel="next" href="auth-methods.html" title="21.3. Authentication Methods" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.2. User Name Maps</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-pg-hba-conf.html" title="21.1. The pg_hba.conf File">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-methods.html" title="21.3. Authentication Methods">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-USERNAME-MAPS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.2. User Name Maps</h2></div></div></div><a id="id-1.6.8.9.2" class="indexterm"></a><p> |
| 2055 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>21.2. User Name Maps</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-pg-hba-conf.html" title="21.1. The pg_hba.conf File" /><link rel="next" href="auth-methods.html" title="21.3. Authentication Methods" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">21.2. User Name Maps</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-pg-hba-conf.html" title="21.1. The pg_hba.conf File">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><th width="60%" align="center">Chapter 21. Client Authentication</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="auth-methods.html" title="21.3. Authentication Methods">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTH-USERNAME-MAPS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">21.2. User Name Maps</h2></div></div></div><a id="id-1.6.8.9.2" class="indexterm"></a><p> |
| 2056 | When using an external authentication system such as Ident or GSSAPI, |
| 2057 | the name of the operating system user that initiated the connection |
| 2058 | might not be the same as the database user (role) that is to be used. |
| 2059 | @@ -91,4 +91,4 @@ omicron ann ann |
| 2060 | omicron robert bob |
| 2061 | # bryanh can also connect as guest1 |
| 2062 | omicron bryanh guest1 |
| 2063 | -</pre></div></div><br class="example-break" /></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-pg-hba-conf.html" title="21.1. The pg_hba.conf File">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-methods.html" title="21.3. Authentication Methods">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.1. The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">pg_hba.conf</code> File </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.3. Authentication Methods</td></tr></table></div></body></html> |
| 2064 | \ No newline at end of file |
| 2065 | +</pre></div></div><br class="example-break" /></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-pg-hba-conf.html" title="21.1. The pg_hba.conf File">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="client-authentication.html" title="Chapter 21. Client Authentication">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="auth-methods.html" title="21.3. Authentication Methods">Next</a></td></tr><tr><td width="40%" align="left" valign="top">21.1. The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">pg_hba.conf</code> File </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 21.3. Authentication Methods</td></tr></table></div></body></html> |
| 2066 | \ No newline at end of file |
| 2067 | diff --git a/doc/src/sgml/html/auto-explain.html b/doc/src/sgml/html/auto-explain.html |
| 2068 | index 11013e8..1510e07 100644 |
| 2069 | --- a/doc/src/sgml/html/auto-explain.html |
| 2070 | +++ b/doc/src/sgml/html/auto-explain.html |
| 2071 | @@ -1,5 +1,5 @@ |
| 2072 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2073 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.4. auto_explain</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-delay.html" title="F.3. auth_delay" /><link rel="next" href="bloom.html" title="F.5. bloom" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.4. auto_explain</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-delay.html" title="F.3. auth_delay">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bloom.html" title="F.5. bloom">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTO-EXPLAIN"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.4. auto_explain</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="auto-explain.html#id-1.11.7.13.5">F.4.1. Configuration Parameters</a></span></dt><dt><span class="sect2"><a href="auto-explain.html#id-1.11.7.13.6">F.4.2. Example</a></span></dt><dt><span class="sect2"><a href="auto-explain.html#id-1.11.7.13.7">F.4.3. Author</a></span></dt></dl></div><a id="id-1.11.7.13.2" class="indexterm"></a><p> |
| 2074 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>F.4. auto_explain</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="auth-delay.html" title="F.3. auth_delay" /><link rel="next" href="bloom.html" title="F.5. bloom" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">F.4. auto_explain</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="auth-delay.html" title="F.3. auth_delay">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><th width="60%" align="center">Appendix F. Additional Supplied Modules</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bloom.html" title="F.5. bloom">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="AUTO-EXPLAIN"><div class="titlepage"><div><div><h2 class="title" style="clear: both">F.4. auto_explain</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="auto-explain.html#id-1.11.7.13.5">F.4.1. Configuration Parameters</a></span></dt><dt><span class="sect2"><a href="auto-explain.html#id-1.11.7.13.6">F.4.2. Example</a></span></dt><dt><span class="sect2"><a href="auto-explain.html#id-1.11.7.13.7">F.4.3. Author</a></span></dt></dl></div><a id="id-1.11.7.13.2" class="indexterm"></a><p> |
| 2075 | The <code class="filename">auto_explain</code> module provides a means for |
| 2076 | logging execution plans of slow statements automatically, without |
| 2077 | having to run <a class="xref" href="sql-explain.html" title="EXPLAIN"><span class="refentrytitle">EXPLAIN</span></a> |
| 2078 | @@ -186,4 +186,4 @@ LOG: duration: 3.651 ms plan: |
| 2079 | Filter: indisunique |
| 2080 | </pre></div><div class="sect2" id="id-1.11.7.13.7"><div class="titlepage"><div><div><h3 class="title">F.4.3. Author</h3></div></div></div><p> |
| 2081 | Takahiro Itagaki <code class="email"><<a class="email" href="mailto:itagaki.takahiro@oss.ntt.co.jp">itagaki.takahiro@oss.ntt.co.jp</a>></code> |
| 2082 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-delay.html" title="F.3. auth_delay">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bloom.html" title="F.5. bloom">Next</a></td></tr><tr><td width="40%" align="left" valign="top">F.3. auth_delay </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.5. bloom</td></tr></table></div></body></html> |
| 2083 | \ No newline at end of file |
| 2084 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="auth-delay.html" title="F.3. auth_delay">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="contrib.html" title="Appendix F. Additional Supplied Modules">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bloom.html" title="F.5. bloom">Next</a></td></tr><tr><td width="40%" align="left" valign="top">F.3. auth_delay </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> F.5. bloom</td></tr></table></div></body></html> |
| 2085 | \ No newline at end of file |
| 2086 | diff --git a/doc/src/sgml/html/backup-dump.html b/doc/src/sgml/html/backup-dump.html |
| 2087 | index eec3d16..b2ecd1d 100644 |
| 2088 | --- a/doc/src/sgml/html/backup-dump.html |
| 2089 | +++ b/doc/src/sgml/html/backup-dump.html |
| 2090 | @@ -1,5 +1,5 @@ |
| 2091 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2092 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>26.1. SQL Dump</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup.html" title="Chapter 26. Backup and Restore" /><link rel="next" href="backup-file.html" title="26.2. File System Level Backup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">26.1. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">SQL</acronym> Dump</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup.html" title="Chapter 26. Backup and Restore">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><th width="60%" align="center">Chapter 26. Backup and Restore</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-file.html" title="26.2. File System Level Backup">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-DUMP"><div class="titlepage"><div><div><h2 class="title" style="clear: both">26.1. <acronym class="acronym">SQL</acronym> Dump</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-RESTORE">26.1.1. Restoring the Dump</a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-ALL">26.1.2. Using <span class="application">pg_dumpall</span></a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-LARGE">26.1.3. Handling Large Databases</a></span></dt></dl></div><p> |
| 2093 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>26.1. SQL Dump</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup.html" title="Chapter 26. Backup and Restore" /><link rel="next" href="backup-file.html" title="26.2. File System Level Backup" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">26.1. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">SQL</acronym> Dump</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup.html" title="Chapter 26. Backup and Restore">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><th width="60%" align="center">Chapter 26. Backup and Restore</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-file.html" title="26.2. File System Level Backup">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-DUMP"><div class="titlepage"><div><div><h2 class="title" style="clear: both">26.1. <acronym class="acronym">SQL</acronym> Dump</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-RESTORE">26.1.1. Restoring the Dump</a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-ALL">26.1.2. Using <span class="application">pg_dumpall</span></a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-LARGE">26.1.3. Handling Large Databases</a></span></dt></dl></div><p> |
| 2094 | The idea behind this dump method is to generate a file with SQL |
| 2095 | commands that, when fed back to the server, will recreate the |
| 2096 | database in the same state as it was at the time of the dump. |
| 2097 | @@ -244,4 +244,4 @@ pg_dump -j <em class="replaceable"><code>num</code></em> -F d -f <em class="repl |
| 2098 | You can use <code class="command">pg_restore -j</code> to restore a dump in parallel. |
| 2099 | This will work for any archive of either the "custom" or the "directory" |
| 2100 | archive mode, whether or not it has been created with <code class="command">pg_dump -j</code>. |
| 2101 | - </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup.html" title="Chapter 26. Backup and Restore">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-file.html" title="26.2. File System Level Backup">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 26. Backup and Restore </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 26.2. File System Level Backup</td></tr></table></div></body></html> |
| 2102 | \ No newline at end of file |
| 2103 | + </p></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup.html" title="Chapter 26. Backup and Restore">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-file.html" title="26.2. File System Level Backup">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 26. Backup and Restore </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 26.2. File System Level Backup</td></tr></table></div></body></html> |
| 2104 | \ No newline at end of file |
| 2105 | diff --git a/doc/src/sgml/html/backup-file.html b/doc/src/sgml/html/backup-file.html |
| 2106 | index 6c2afb7..bafbf24 100644 |
| 2107 | --- a/doc/src/sgml/html/backup-file.html |
| 2108 | +++ b/doc/src/sgml/html/backup-file.html |
| 2109 | @@ -1,5 +1,5 @@ |
| 2110 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2111 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>26.2. File System Level Backup</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-dump.html" title="26.1. SQL Dump" /><link rel="next" href="continuous-archiving.html" title="26.3. Continuous Archiving and Point-in-Time Recovery (PITR)" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">26.2. File System Level Backup</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-dump.html" title="26.1. SQL Dump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><th width="60%" align="center">Chapter 26. Backup and Restore</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="continuous-archiving.html" title="26.3. Continuous Archiving and Point-in-Time Recovery (PITR)">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-FILE"><div class="titlepage"><div><div><h2 class="title" style="clear: both">26.2. File System Level Backup</h2></div></div></div><p> |
| 2112 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>26.2. File System Level Backup</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-dump.html" title="26.1. SQL Dump" /><link rel="next" href="continuous-archiving.html" title="26.3. Continuous Archiving and Point-in-Time Recovery (PITR)" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">26.2. File System Level Backup</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-dump.html" title="26.1. SQL Dump">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><th width="60%" align="center">Chapter 26. Backup and Restore</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="continuous-archiving.html" title="26.3. Continuous Archiving and Point-in-Time Recovery (PITR)">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-FILE"><div class="titlepage"><div><div><h2 class="title" style="clear: both">26.2. File System Level Backup</h2></div></div></div><p> |
| 2113 | An alternative backup strategy is to directly copy the files that |
| 2114 | <span class="productname">PostgreSQL</span> uses to store the data in the database; |
| 2115 | <a class="xref" href="creating-cluster.html" title="19.2. Creating a Database Cluster">Section 19.2</a> explains where these files |
| 2116 | @@ -88,4 +88,4 @@ tar -cf backup.tar /usr/local/pgsql/data |
| 2117 | than an SQL dump. (<span class="application">pg_dump</span> does not need to dump |
| 2118 | the contents of indexes for example, just the commands to recreate |
| 2119 | them.) However, taking a file system backup might be faster. |
| 2120 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-dump.html" title="26.1. SQL Dump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="continuous-archiving.html" title="26.3. Continuous Archiving and Point-in-Time Recovery (PITR)">Next</a></td></tr><tr><td width="40%" align="left" valign="top">26.1. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">SQL</acronym> Dump </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 26.3. Continuous Archiving and Point-in-Time Recovery (PITR)</td></tr></table></div></body></html> |
| 2121 | \ No newline at end of file |
| 2122 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-dump.html" title="26.1. SQL Dump">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup.html" title="Chapter 26. Backup and Restore">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="continuous-archiving.html" title="26.3. Continuous Archiving and Point-in-Time Recovery (PITR)">Next</a></td></tr><tr><td width="40%" align="left" valign="top">26.1. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">SQL</acronym> Dump </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 26.3. Continuous Archiving and Point-in-Time Recovery (PITR)</td></tr></table></div></body></html> |
| 2123 | \ No newline at end of file |
| 2124 | diff --git a/doc/src/sgml/html/backup-manifest-files.html b/doc/src/sgml/html/backup-manifest-files.html |
| 2125 | index 8316c84..1e7146b 100644 |
| 2126 | --- a/doc/src/sgml/html/backup-manifest-files.html |
| 2127 | +++ b/doc/src/sgml/html/backup-manifest-files.html |
| 2128 | @@ -1,5 +1,5 @@ |
| 2129 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2130 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>73.2. Backup Manifest File Object</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object" /><link rel="next" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">73.2. Backup Manifest File Object</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><th width="60%" align="center">Chapter 73. Backup Manifest Format</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-MANIFEST-FILES"><div class="titlepage"><div><div><h2 class="title" style="clear: both">73.2. Backup Manifest File Object</h2></div></div></div><p> |
| 2131 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>73.2. Backup Manifest File Object</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object" /><link rel="next" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">73.2. Backup Manifest File Object</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><th width="60%" align="center">Chapter 73. Backup Manifest Format</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-MANIFEST-FILES"><div class="titlepage"><div><div><h2 class="title" style="clear: both">73.2. Backup Manifest File Object</h2></div></div></div><p> |
| 2132 | The object which describes a single file contains either a |
| 2133 | <code class="literal">Path</code> key or an <code class="literal">Encoded-Path</code> key. |
| 2134 | Normally, the <code class="literal">Path</code> key will be present. The |
| 2135 | @@ -36,4 +36,4 @@ |
| 2136 | </p></dd><dt><span class="term"><code class="literal">Checksum</code></span></dt><dd><p> |
| 2137 | The checksum computed for this file, stored as a series of |
| 2138 | hexadecimal characters, two for each byte of the checksum. |
| 2139 | - </p></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Next</a></td></tr><tr><td width="40%" align="left" valign="top">73.1. Backup Manifest Top-level Object </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 73.3. Backup Manifest WAL Range Object</td></tr></table></div></body></html> |
| 2140 | \ No newline at end of file |
| 2141 | + </p></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-wal-ranges.html" title="73.3. Backup Manifest WAL Range Object">Next</a></td></tr><tr><td width="40%" align="left" valign="top">73.1. Backup Manifest Top-level Object </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 73.3. Backup Manifest WAL Range Object</td></tr></table></div></body></html> |
| 2142 | \ No newline at end of file |
| 2143 | diff --git a/doc/src/sgml/html/backup-manifest-format.html b/doc/src/sgml/html/backup-manifest-format.html |
| 2144 | index 06f41d8..2a76122 100644 |
| 2145 | --- a/doc/src/sgml/html/backup-manifest-format.html |
| 2146 | +++ b/doc/src/sgml/html/backup-manifest-format.html |
| 2147 | @@ -1,5 +1,5 @@ |
| 2148 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2149 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 73. Backup Manifest Format</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="planner-stats-security.html" title="72.3. Planner Statistics and Security" /><link rel="next" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Chapter 73. Backup Manifest Format</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="planner-stats-security.html" title="72.3. Planner Statistics and Security">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="internals.html" title="Part VII. Internals">Up</a></td><th width="60%" align="center">Part VII. Internals</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Next</a></td></tr></table><hr></hr></div><div class="chapter" id="BACKUP-MANIFEST-FORMAT"><div class="titlepage"><div><div><h2 class="title">Chapter 73. Backup Manifest Format</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="backup-manifest-toplevel.html">73.1. Backup Manifest Top-level Object</a></span></dt><dt><span class="sect1"><a href="backup-manifest-files.html">73.2. Backup Manifest File Object</a></span></dt><dt><span class="sect1"><a href="backup-manifest-wal-ranges.html">73.3. Backup Manifest WAL Range Object</a></span></dt></dl></div><a id="id-1.10.25.2" class="indexterm"></a><p> |
| 2150 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 73. Backup Manifest Format</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="planner-stats-security.html" title="72.3. Planner Statistics and Security" /><link rel="next" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Chapter 73. Backup Manifest Format</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="planner-stats-security.html" title="72.3. Planner Statistics and Security">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="internals.html" title="Part VII. Internals">Up</a></td><th width="60%" align="center">Part VII. Internals</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Next</a></td></tr></table><hr></hr></div><div class="chapter" id="BACKUP-MANIFEST-FORMAT"><div class="titlepage"><div><div><h2 class="title">Chapter 73. Backup Manifest Format</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="backup-manifest-toplevel.html">73.1. Backup Manifest Top-level Object</a></span></dt><dt><span class="sect1"><a href="backup-manifest-files.html">73.2. Backup Manifest File Object</a></span></dt><dt><span class="sect1"><a href="backup-manifest-wal-ranges.html">73.3. Backup Manifest WAL Range Object</a></span></dt></dl></div><a id="id-1.10.25.2" class="indexterm"></a><p> |
| 2151 | The backup manifest generated by <a class="xref" href="app-pgbasebackup.html" title="pg_basebackup"><span class="refentrytitle"><span class="application">pg_basebackup</span></span></a> is |
| 2152 | primarily intended to permit the backup to be verified using |
| 2153 | <a class="xref" href="app-pgverifybackup.html" title="pg_verifybackup"><span class="refentrytitle"><span class="application">pg_verifybackup</span></span></a>. However, it is |
| 2154 | @@ -13,4 +13,4 @@ |
| 2155 | supported server encoding. There is no similar exception for backup |
| 2156 | manifests.) The JSON document is always an object; the keys that are present |
| 2157 | in this object are described in the next section. |
| 2158 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="planner-stats-security.html" title="72.3. Planner Statistics and Security">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="internals.html" title="Part VII. Internals">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Next</a></td></tr><tr><td width="40%" align="left" valign="top">72.3. Planner Statistics and Security </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 73.1. Backup Manifest Top-level Object</td></tr></table></div></body></html> |
| 2159 | \ No newline at end of file |
| 2160 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="planner-stats-security.html" title="72.3. Planner Statistics and Security">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="internals.html" title="Part VII. Internals">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-toplevel.html" title="73.1. Backup Manifest Top-level Object">Next</a></td></tr><tr><td width="40%" align="left" valign="top">72.3. Planner Statistics and Security </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 73.1. Backup Manifest Top-level Object</td></tr></table></div></body></html> |
| 2161 | \ No newline at end of file |
| 2162 | diff --git a/doc/src/sgml/html/backup-manifest-toplevel.html b/doc/src/sgml/html/backup-manifest-toplevel.html |
| 2163 | index 37d056a..865b8f4 100644 |
| 2164 | --- a/doc/src/sgml/html/backup-manifest-toplevel.html |
| 2165 | +++ b/doc/src/sgml/html/backup-manifest-toplevel.html |
| 2166 | @@ -1,5 +1,5 @@ |
| 2167 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2168 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>73.1. Backup Manifest Top-level Object</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format" /><link rel="next" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">73.1. Backup Manifest Top-level Object</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><th width="60%" align="center">Chapter 73. Backup Manifest Format</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-MANIFEST-TOPLEVEL"><div class="titlepage"><div><div><h2 class="title" style="clear: both">73.1. Backup Manifest Top-level Object</h2></div></div></div><p> |
| 2169 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>73.1. Backup Manifest Top-level Object</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format" /><link rel="next" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">73.1. Backup Manifest Top-level Object</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><th width="60%" align="center">Chapter 73. Backup Manifest Format</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-MANIFEST-TOPLEVEL"><div class="titlepage"><div><div><h2 class="title" style="clear: both">73.1. Backup Manifest Top-level Object</h2></div></div></div><p> |
| 2170 | The backup manifest JSON document contains the following keys. |
| 2171 | </p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">PostgreSQL-Backup-Manifest-Version</code></span></dt><dd><p> |
| 2172 | The associated value is always the integer 1. |
| 2173 | @@ -22,4 +22,4 @@ |
| 2174 | is significantly more expensive than a CRC32C checksum, the manifest |
| 2175 | should normally be small enough that the extra computation won't matter |
| 2176 | very much. |
| 2177 | - </p></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 73. Backup Manifest Format </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 73.2. Backup Manifest File Object</td></tr></table></div></body></html> |
| 2178 | \ No newline at end of file |
| 2179 | + </p></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 73. Backup Manifest Format </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 73.2. Backup Manifest File Object</td></tr></table></div></body></html> |
| 2180 | \ No newline at end of file |
| 2181 | diff --git a/doc/src/sgml/html/backup-manifest-wal-ranges.html b/doc/src/sgml/html/backup-manifest-wal-ranges.html |
| 2182 | index a90263a..e1cc2c6 100644 |
| 2183 | --- a/doc/src/sgml/html/backup-manifest-wal-ranges.html |
| 2184 | +++ b/doc/src/sgml/html/backup-manifest-wal-ranges.html |
| 2185 | @@ -1,5 +1,5 @@ |
| 2186 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2187 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>73.3. Backup Manifest WAL Range Object</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object" /><link rel="next" href="appendixes.html" title="Part VIII. Appendixes" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">73.3. Backup Manifest WAL Range Object</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><th width="60%" align="center">Chapter 73. Backup Manifest Format</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="appendixes.html" title="Part VIII. Appendixes">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-MANIFEST-WAL-RANGES"><div class="titlepage"><div><div><h2 class="title" style="clear: both">73.3. Backup Manifest WAL Range Object</h2></div></div></div><p> |
| 2188 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>73.3. Backup Manifest WAL Range Object</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object" /><link rel="next" href="appendixes.html" title="Part VIII. Appendixes" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">73.3. Backup Manifest WAL Range Object</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><th width="60%" align="center">Chapter 73. Backup Manifest Format</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="appendixes.html" title="Part VIII. Appendixes">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BACKUP-MANIFEST-WAL-RANGES"><div class="titlepage"><div><div><h2 class="title" style="clear: both">73.3. Backup Manifest WAL Range Object</h2></div></div></div><p> |
| 2189 | The object which describes a WAL range always has three keys: |
| 2190 | </p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">Timeline</code></span></dt><dd><p> |
| 2191 | The timeline for this range of WAL records, as an integer. |
| 2192 | @@ -19,4 +19,4 @@ |
| 2193 | upstream promotion, it is possible for multiple ranges to be present, each |
| 2194 | with a different timeline. There will never be multiple WAL ranges present |
| 2195 | for the same timeline. |
| 2196 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="appendixes.html" title="Part VIII. Appendixes">Next</a></td></tr><tr><td width="40%" align="left" valign="top">73.2. Backup Manifest File Object </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Part VIII. Appendixes</td></tr></table></div></body></html> |
| 2197 | \ No newline at end of file |
| 2198 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-files.html" title="73.2. Backup Manifest File Object">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="backup-manifest-format.html" title="Chapter 73. Backup Manifest Format">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="appendixes.html" title="Part VIII. Appendixes">Next</a></td></tr><tr><td width="40%" align="left" valign="top">73.2. Backup Manifest File Object </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Part VIII. Appendixes</td></tr></table></div></body></html> |
| 2199 | \ No newline at end of file |
| 2200 | diff --git a/doc/src/sgml/html/backup.html b/doc/src/sgml/html/backup.html |
| 2201 | index c9b04b1..6bbbd6f 100644 |
| 2202 | --- a/doc/src/sgml/html/backup.html |
| 2203 | +++ b/doc/src/sgml/html/backup.html |
| 2204 | @@ -1,5 +1,5 @@ |
| 2205 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2206 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 26. Backup and Restore</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="logfile-maintenance.html" title="25.3. Log File Maintenance" /><link rel="next" href="backup-dump.html" title="26.1. SQL Dump" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Chapter 26. Backup and Restore</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="logfile-maintenance.html" title="25.3. Log File Maintenance">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="admin.html" title="Part III. Server Administration">Up</a></td><th width="60%" align="center">Part III. Server Administration</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-dump.html" title="26.1. SQL Dump">Next</a></td></tr></table><hr></hr></div><div class="chapter" id="BACKUP"><div class="titlepage"><div><div><h2 class="title">Chapter 26. Backup and Restore</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="backup-dump.html">26.1. <acronym class="acronym">SQL</acronym> Dump</a></span></dt><dd><dl><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-RESTORE">26.1.1. Restoring the Dump</a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-ALL">26.1.2. Using <span class="application">pg_dumpall</span></a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-LARGE">26.1.3. Handling Large Databases</a></span></dt></dl></dd><dt><span class="sect1"><a href="backup-file.html">26.2. File System Level Backup</a></span></dt><dt><span class="sect1"><a href="continuous-archiving.html">26.3. Continuous Archiving and Point-in-Time Recovery (PITR)</a></span></dt><dd><dl><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-ARCHIVING-WAL">26.3.1. Setting Up WAL Archiving</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-BASE-BACKUP">26.3.2. Making a Base Backup</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-LOWLEVEL-BASE-BACKUP">26.3.3. Making a Base Backup Using the Low Level API</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-PITR-RECOVERY">26.3.4. Recovering Using a Continuous Archive Backup</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-TIMELINES">26.3.5. Timelines</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-TIPS">26.3.6. Tips and Examples</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#CONTINUOUS-ARCHIVING-CAVEATS">26.3.7. Caveats</a></span></dt></dl></dd></dl></div><a id="id-1.6.13.2" class="indexterm"></a><p> |
| 2207 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 26. Backup and Restore</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="logfile-maintenance.html" title="25.3. Log File Maintenance" /><link rel="next" href="backup-dump.html" title="26.1. SQL Dump" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Chapter 26. Backup and Restore</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="logfile-maintenance.html" title="25.3. Log File Maintenance">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="admin.html" title="Part III. Server Administration">Up</a></td><th width="60%" align="center">Part III. Server Administration</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="backup-dump.html" title="26.1. SQL Dump">Next</a></td></tr></table><hr></hr></div><div class="chapter" id="BACKUP"><div class="titlepage"><div><div><h2 class="title">Chapter 26. Backup and Restore</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="backup-dump.html">26.1. <acronym class="acronym">SQL</acronym> Dump</a></span></dt><dd><dl><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-RESTORE">26.1.1. Restoring the Dump</a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-ALL">26.1.2. Using <span class="application">pg_dumpall</span></a></span></dt><dt><span class="sect2"><a href="backup-dump.html#BACKUP-DUMP-LARGE">26.1.3. Handling Large Databases</a></span></dt></dl></dd><dt><span class="sect1"><a href="backup-file.html">26.2. File System Level Backup</a></span></dt><dt><span class="sect1"><a href="continuous-archiving.html">26.3. Continuous Archiving and Point-in-Time Recovery (PITR)</a></span></dt><dd><dl><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-ARCHIVING-WAL">26.3.1. Setting Up WAL Archiving</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-BASE-BACKUP">26.3.2. Making a Base Backup</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-LOWLEVEL-BASE-BACKUP">26.3.3. Making a Base Backup Using the Low Level API</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-PITR-RECOVERY">26.3.4. Recovering Using a Continuous Archive Backup</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-TIMELINES">26.3.5. Timelines</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#BACKUP-TIPS">26.3.6. Tips and Examples</a></span></dt><dt><span class="sect2"><a href="continuous-archiving.html#CONTINUOUS-ARCHIVING-CAVEATS">26.3.7. Caveats</a></span></dt></dl></dd></dl></div><a id="id-1.6.13.2" class="indexterm"></a><p> |
| 2208 | As with everything that contains valuable data, <span class="productname">PostgreSQL</span> |
| 2209 | databases should be backed up regularly. While the procedure is |
| 2210 | essentially simple, it is important to have a clear understanding of |
| 2211 | @@ -10,4 +10,4 @@ |
| 2212 | </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><acronym class="acronym">SQL</acronym> dump</p></li><li class="listitem"><p>File system level backup</p></li><li class="listitem"><p>Continuous archiving</p></li></ul></div><p> |
| 2213 | Each has its own strengths and weaknesses; each is discussed in turn |
| 2214 | in the following sections. |
| 2215 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="logfile-maintenance.html" title="25.3. Log File Maintenance">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="admin.html" title="Part III. Server Administration">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-dump.html" title="26.1. SQL Dump">Next</a></td></tr><tr><td width="40%" align="left" valign="top">25.3. Log File Maintenance </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 26.1. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">SQL</acronym> Dump</td></tr></table></div></body></html> |
| 2216 | \ No newline at end of file |
| 2217 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="logfile-maintenance.html" title="25.3. Log File Maintenance">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="admin.html" title="Part III. Server Administration">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-dump.html" title="26.1. SQL Dump">Next</a></td></tr><tr><td width="40%" align="left" valign="top">25.3. Log File Maintenance </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 26.1. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">SQL</acronym> Dump</td></tr></table></div></body></html> |
| 2218 | \ No newline at end of file |
| 2219 | diff --git a/doc/src/sgml/html/bgworker.html b/doc/src/sgml/html/bgworker.html |
| 2220 | index 6f5c769..e24f0f4 100644 |
| 2221 | --- a/doc/src/sgml/html/bgworker.html |
| 2222 | +++ b/doc/src/sgml/html/bgworker.html |
| 2223 | @@ -1,5 +1,5 @@ |
| 2224 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2225 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 48. Background Worker Processes</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="spi-spi-start-transaction.html" title="SPI_start_transaction" /><link rel="next" href="logicaldecoding.html" title="Chapter 49. Logical Decoding" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Chapter 48. Background Worker Processes</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="spi-spi-start-transaction.html" title="SPI_start_transaction">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="server-programming.html" title="Part V. Server Programming">Up</a></td><th width="60%" align="center">Part V. Server Programming</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="logicaldecoding.html" title="Chapter 49. Logical Decoding">Next</a></td></tr></table><hr></hr></div><div class="chapter" id="BGWORKER"><div class="titlepage"><div><div><h2 class="title">Chapter 48. Background Worker Processes</h2></div></div></div><a id="id-1.8.13.2" class="indexterm"></a><p> |
| 2226 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 48. Background Worker Processes</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="spi-spi-start-transaction.html" title="SPI_start_transaction" /><link rel="next" href="logicaldecoding.html" title="Chapter 49. Logical Decoding" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Chapter 48. Background Worker Processes</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="spi-spi-start-transaction.html" title="SPI_start_transaction">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="server-programming.html" title="Part V. Server Programming">Up</a></td><th width="60%" align="center">Part V. Server Programming</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="logicaldecoding.html" title="Chapter 49. Logical Decoding">Next</a></td></tr></table><hr></hr></div><div class="chapter" id="BGWORKER"><div class="titlepage"><div><div><h2 class="title">Chapter 48. Background Worker Processes</h2></div></div></div><a id="id-1.8.13.2" class="indexterm"></a><p> |
| 2227 | PostgreSQL can be extended to run user-supplied code in separate processes. |
| 2228 | Such processes are started, stopped and monitored by <code class="command">postgres</code>, |
| 2229 | which permits them to have a lifetime closely linked to the server's status. |
| 2230 | @@ -232,4 +232,4 @@ typedef struct BackgroundWorker |
| 2231 | </p><p> |
| 2232 | The maximum number of registered background workers is limited by |
| 2233 | <a class="xref" href="runtime-config-resource.html#GUC-MAX-WORKER-PROCESSES">max_worker_processes</a>. |
| 2234 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="spi-spi-start-transaction.html" title="SPI_start_transaction">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="server-programming.html" title="Part V. Server Programming">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="logicaldecoding.html" title="Chapter 49. Logical Decoding">Next</a></td></tr><tr><td width="40%" align="left" valign="top">SPI_start_transaction </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Chapter 49. Logical Decoding</td></tr></table></div></body></html> |
| 2235 | \ No newline at end of file |
| 2236 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="spi-spi-start-transaction.html" title="SPI_start_transaction">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="server-programming.html" title="Part V. Server Programming">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="logicaldecoding.html" title="Chapter 49. Logical Decoding">Next</a></td></tr><tr><td width="40%" align="left" valign="top">SPI_start_transaction </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Chapter 49. Logical Decoding</td></tr></table></div></body></html> |
| 2237 | \ No newline at end of file |
| 2238 | diff --git a/doc/src/sgml/html/biblio.html b/doc/src/sgml/html/biblio.html |
| 2239 | index c2e8b87..15fd38f 100644 |
| 2240 | --- a/doc/src/sgml/html/biblio.html |
| 2241 | +++ b/doc/src/sgml/html/biblio.html |
| 2242 | @@ -1,5 +1,5 @@ |
| 2243 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2244 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Bibliography</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal" /><link rel="next" href="bookindex.html" title="Index" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Bibliography</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="index.html" title="PostgreSQL 14.5 Documentation">Up</a></td><th width="60%" align="center">PostgreSQL 14.5 Documentation</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bookindex.html" title="Index">Next</a></td></tr></table><hr></hr></div><div class="bibliography" id="BIBLIO"><div class="titlepage"><div><div><h1 class="title">Bibliography</h1></div></div></div><p> |
| 2245 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Bibliography</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal" /><link rel="next" href="bookindex.html" title="Index" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">Bibliography</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="index.html" title="PostgreSQL 14.6 Documentation">Up</a></td><th width="60%" align="center">PostgreSQL 14.6 Documentation</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bookindex.html" title="Index">Next</a></td></tr></table><hr></hr></div><div class="bibliography" id="BIBLIO"><div class="titlepage"><div><div><h1 class="title">Bibliography</h1></div></div></div><p> |
| 2246 | Selected references and readings for <acronym class="acronym">SQL</acronym> |
| 2247 | and <span class="productname">PostgreSQL</span>. |
| 2248 | </p><p> |
| 2249 | @@ -20,4 +20,4 @@ |
| 2250 | system</a>”. <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Stonebraker</span>, <span class="firstname">M.</span> <span class="surname">Hearst</span>, and <span class="firstname">S.</span> <span class="surname">Potamianos</span>. </span></span><span class="biblioset"><em>SIGMOD Record 18(3)</em>. <span class="date">Sept. 1989. </span></span></p></div><div class="biblioentry" id="STON89B"><p>[ston89b] <span class="biblioset">“<a class="ulink" href="https://dsf.berkeley.edu/papers/ERL-M89-17.pdf" target="_top">The |
| 2251 | case for partial indexes</a>”. <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Stonebraker</span>. </span></span><span class="biblioset"><em>SIGMOD Record 18(4)</em>. <span class="date">Dec. 1989. </span><span class="pagenums">4–11. </span></span></p></div><div class="biblioentry" id="STON90A"><p>[ston90a] <span class="biblioset">“<a class="ulink" href="https://dsf.berkeley.edu/papers/ERL-M90-34.pdf" target="_top">The |
| 2252 | implementation of <span class="productname">POSTGRES</span></a>”. <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Stonebraker</span>, <span class="firstname">L. A.</span> <span class="surname">Rowe</span>, and <span class="firstname">M.</span> <span class="surname">Hirohama</span>. </span></span><span class="biblioset"><em>Transactions on Knowledge and Data Engineering 2(1)</em>. <span class="publisher"><span class="publishername">IEEE. </span></span><span class="date">March 1990. </span></span></p></div><div class="biblioentry" id="STON90B"><p>[ston90b] <span class="biblioset">“<a class="ulink" href="https://dsf.berkeley.edu/papers/ERL-M90-36.pdf" target="_top">On |
| 2253 | - Rules, Procedures, Caching and Views in Database Systems</a>”. <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Stonebraker</span>, <span class="firstname">A.</span> <span class="surname">Jhingran</span>, <span class="firstname">J.</span> <span class="surname">Goh</span>, and <span class="firstname">S.</span> <span class="surname">Potamianos</span>. </span></span><span xmlns="" class="confgroup">ACM-SIGMOD Conference on Management of Data, June 1990. </span></p></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html" title="PostgreSQL 14.5 Documentation">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bookindex.html" title="Index">Next</a></td></tr><tr><td width="40%" align="left" valign="top">O.5. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivexlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivewal</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Index</td></tr></table></div></body></html> |
| 2254 | \ No newline at end of file |
| 2255 | + Rules, Procedures, Caching and Views in Database Systems</a>”. <span class="authorgroup"><span class="firstname">M.</span> <span class="surname">Stonebraker</span>, <span class="firstname">A.</span> <span class="surname">Jhingran</span>, <span class="firstname">J.</span> <span class="surname">Goh</span>, and <span class="firstname">S.</span> <span class="surname">Potamianos</span>. </span></span><span xmlns="" class="confgroup">ACM-SIGMOD Conference on Management of Data, June 1990. </span></p></div></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgreceivexlog.html" title="O.5. pg_receivexlog renamed to pg_receivewal">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html" title="PostgreSQL 14.6 Documentation">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bookindex.html" title="Index">Next</a></td></tr><tr><td width="40%" align="left" valign="top">O.5. <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivexlog</code> renamed to <code xmlns="http://www.w3.org/1999/xhtml" class="command">pg_receivewal</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Index</td></tr></table></div></body></html> |
| 2256 | \ No newline at end of file |
| 2257 | diff --git a/doc/src/sgml/html/bki-commands.html b/doc/src/sgml/html/bki-commands.html |
| 2258 | index 5ba0942..37f13fc 100644 |
| 2259 | --- a/doc/src/sgml/html/bki-commands.html |
| 2260 | +++ b/doc/src/sgml/html/bki-commands.html |
| 2261 | @@ -1,5 +1,5 @@ |
| 2262 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2263 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>71.4. BKI Commands</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="bki-format.html" title="71.3. BKI File Format" /><link rel="next" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">71.4. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> Commands</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="bki-format.html" title="71.3. BKI File Format">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><th width="60%" align="center">Chapter 71. System Catalog Declarations and Initial Contents</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BKI-COMMANDS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">71.4. <acronym class="acronym">BKI</acronym> Commands</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term"> |
| 2264 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>71.4. BKI Commands</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="bki-format.html" title="71.3. BKI File Format" /><link rel="next" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">71.4. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> Commands</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="bki-format.html" title="71.3. BKI File Format">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><th width="60%" align="center">Chapter 71. System Catalog Declarations and Initial Contents</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BKI-COMMANDS"><div class="titlepage"><div><div><h2 class="title" style="clear: both">71.4. <acronym class="acronym">BKI</acronym> Commands</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term"> |
| 2265 | <code class="literal">create</code> |
| 2266 | <em class="replaceable"><code>tablename</code></em> |
| 2267 | <em class="replaceable"><code>tableoid</code></em> |
| 2268 | @@ -108,4 +108,4 @@ |
| 2269 | is postponed. |
| 2270 | </p></dd><dt><span class="term"><code class="literal">build indices</code></span></dt><dd><p> |
| 2271 | Fill in the indices that have previously been declared. |
| 2272 | - </p></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bki-format.html" title="71.3. BKI File Format">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Next</a></td></tr><tr><td width="40%" align="left" valign="top">71.3. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File Format </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 71.5. Structure of the Bootstrap <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File</td></tr></table></div></body></html> |
| 2273 | \ No newline at end of file |
| 2274 | + </p></dd></dl></div></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bki-format.html" title="71.3. BKI File Format">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Next</a></td></tr><tr><td width="40%" align="left" valign="top">71.3. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File Format </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 71.5. Structure of the Bootstrap <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File</td></tr></table></div></body></html> |
| 2275 | \ No newline at end of file |
| 2276 | diff --git a/doc/src/sgml/html/bki-example.html b/doc/src/sgml/html/bki-example.html |
| 2277 | index cdd5ee6..b16ba3c 100644 |
| 2278 | --- a/doc/src/sgml/html/bki-example.html |
| 2279 | +++ b/doc/src/sgml/html/bki-example.html |
| 2280 | @@ -1,5 +1,5 @@ |
| 2281 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2282 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>71.6. BKI Example</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File" /><link rel="next" href="planner-stats-details.html" title="Chapter 72. How the Planner Uses Statistics" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">71.6. BKI Example</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><th width="60%" align="center">Chapter 71. System Catalog Declarations and Initial Contents</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="planner-stats-details.html" title="Chapter 72. How the Planner Uses Statistics">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BKI-EXAMPLE"><div class="titlepage"><div><div><h2 class="title" style="clear: both">71.6. BKI Example</h2></div></div></div><p> |
| 2283 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>71.6. BKI Example</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File" /><link rel="next" href="planner-stats-details.html" title="Chapter 72. How the Planner Uses Statistics" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">71.6. BKI Example</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><th width="60%" align="center">Chapter 71. System Catalog Declarations and Initial Contents</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="planner-stats-details.html" title="Chapter 72. How the Planner Uses Statistics">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BKI-EXAMPLE"><div class="titlepage"><div><div><h2 class="title" style="clear: both">71.6. BKI Example</h2></div></div></div><p> |
| 2284 | The following sequence of commands will create the table |
| 2285 | <code class="literal">test_table</code> with OID 420, having three columns |
| 2286 | <code class="literal">oid</code>, <code class="literal">cola</code> and <code class="literal">colb</code> |
| 2287 | @@ -12,4 +12,4 @@ insert ( 421 1 'value 1' ) |
| 2288 | insert ( 422 2 _null_ ) |
| 2289 | close test_table |
| 2290 | </pre><p> |
| 2291 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="planner-stats-details.html" title="Chapter 72. How the Planner Uses Statistics">Next</a></td></tr><tr><td width="40%" align="left" valign="top">71.5. Structure of the Bootstrap <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Chapter 72. How the Planner Uses Statistics</td></tr></table></div></body></html> |
| 2292 | \ No newline at end of file |
| 2293 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bki-structure.html" title="71.5. Structure of the Bootstrap BKI File">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="planner-stats-details.html" title="Chapter 72. How the Planner Uses Statistics">Next</a></td></tr><tr><td width="40%" align="left" valign="top">71.5. Structure of the Bootstrap <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> Chapter 72. How the Planner Uses Statistics</td></tr></table></div></body></html> |
| 2294 | \ No newline at end of file |
| 2295 | diff --git a/doc/src/sgml/html/bki-format.html b/doc/src/sgml/html/bki-format.html |
| 2296 | index 84a636e..45aa8f6 100644 |
| 2297 | --- a/doc/src/sgml/html/bki-format.html |
| 2298 | +++ b/doc/src/sgml/html/bki-format.html |
| 2299 | @@ -1,5 +1,5 @@ |
| 2300 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2301 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>71.3. BKI File Format</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="system-catalog-initial-data.html" title="71.2. System Catalog Initial Data" /><link rel="next" href="bki-commands.html" title="71.4. BKI Commands" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">71.3. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File Format</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="system-catalog-initial-data.html" title="71.2. System Catalog Initial Data">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><th width="60%" align="center">Chapter 71. System Catalog Declarations and Initial Contents</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bki-commands.html" title="71.4. BKI Commands">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BKI-FORMAT"><div class="titlepage"><div><div><h2 class="title" style="clear: both">71.3. <acronym class="acronym">BKI</acronym> File Format</h2></div></div></div><p> |
| 2302 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>71.3. BKI File Format</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="system-catalog-initial-data.html" title="71.2. System Catalog Initial Data" /><link rel="next" href="bki-commands.html" title="71.4. BKI Commands" /></head><body id="docContent" class="container-fluid col-10"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">71.3. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File Format</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="system-catalog-initial-data.html" title="71.2. System Catalog Initial Data">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><th width="60%" align="center">Chapter 71. System Catalog Declarations and Initial Contents</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bki-commands.html" title="71.4. BKI Commands">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BKI-FORMAT"><div class="titlepage"><div><div><h2 class="title" style="clear: both">71.3. <acronym class="acronym">BKI</acronym> File Format</h2></div></div></div><p> |
| 2303 | This section describes how the <span class="productname">PostgreSQL</span> |
| 2304 | backend interprets <acronym class="acronym">BKI</acronym> files. This description |
| 2305 | will be easier to understand if the <code class="filename">postgres.bki</code> |
| 2306 | @@ -16,4 +16,4 @@ |
| 2307 | single-quoted strings. Everything is case sensitive. |
| 2308 | </p><p> |
| 2309 | Lines starting with <code class="literal">#</code> are ignored. |
| 2310 | - </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="system-catalog-initial-data.html" title="71.2. System Catalog Initial Data">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bki-commands.html" title="71.4. BKI Commands">Next</a></td></tr><tr><td width="40%" align="left" valign="top">71.2. System Catalog Initial Data </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.5 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 71.4. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> Commands</td></tr></table></div></body></html> |
| 2311 | \ No newline at end of file |
| 2312 | + </p></div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="system-catalog-initial-data.html" title="71.2. System Catalog Initial Data">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bki.html" title="Chapter 71. System Catalog Declarations and Initial Contents">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bki-commands.html" title="71.4. BKI Commands">Next</a></td></tr><tr><td width="40%" align="left" valign="top">71.2. System Catalog Initial Data </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 14.6 Documentation">Home</a></td><td width="40%" align="right" valign="top"> 71.4. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> Commands</td></tr></table></div></body></html> |
| 2313 | \ No newline at end of file |
| 2314 | diff --git a/doc/src/sgml/html/bki-structure.html b/doc/src/sgml/html/bki-structure.html |
| 2315 | index 8e2b752..ae35833 100644 |
| 2316 | --- a/doc/src/sgml/html/bki-structure.html |
| 2317 | +++ b/doc/src/sgml/html/bki-structure.html |
| 2318 | @@ -1,5 +1,5 @@ |
| 2319 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2320 | -<!DOC |

Thanks for the MP, Athos.
Aside from a small typo in the d/changelog entry, the rest LGTM. +1