From 1ff01b3902cbf5b22d1a439014202499c21b2994 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 19 Oct 2017 21:16:39 -0400 Subject: [PATCH] Convert SGML IDs to lower case IDs in SGML are case insensitive, and we have accumulated a mix of upper and lower case IDs, including different variants of the same ID. In XML, these will be case sensitive, so we need to fix up those differences. Going to all lower case seems most straightforward, and the current build process already makes all anchors and lower case anyway during the SGML->XML conversion, so this doesn't create any difference in the output right now. A future XML-only build process would, however, maintain any mixed case ID spellings in the output, so that is another reason to clean this up beforehand. Author: Alexander Lakhin --- doc/src/sgml/acronyms.sgml | 6 +- doc/src/sgml/arch-dev.sgml | 2 +- doc/src/sgml/biblio.sgml | 40 ++--- doc/src/sgml/brin.sgml | 2 +- doc/src/sgml/btree-gist.sgml | 4 +- doc/src/sgml/config.sgml | 18 +- doc/src/sgml/dblink.sgml | 38 ++--- doc/src/sgml/ddl.sgml | 2 +- doc/src/sgml/ecpg.sgml | 70 ++++---- doc/src/sgml/func.sgml | 4 +- doc/src/sgml/geqo.sgml | 4 +- doc/src/sgml/gin.sgml | 2 +- doc/src/sgml/gist.sgml | 2 +- doc/src/sgml/history.sgml | 14 +- doc/src/sgml/indices.sgml | 16 +- doc/src/sgml/libpq.sgml | 2 +- doc/src/sgml/lobj.sgml | 2 +- doc/src/sgml/logical-replication.sgml | 2 +- doc/src/sgml/logicaldecoding.sgml | 6 +- doc/src/sgml/mvcc.sgml | 4 +- doc/src/sgml/passwordcheck.sgml | 4 +- doc/src/sgml/perform.sgml | 2 +- doc/src/sgml/queries.sgml | 2 +- doc/src/sgml/query.sgml | 2 +- doc/src/sgml/rangetypes.sgml | 6 +- doc/src/sgml/ref/abort.sgml | 6 +- doc/src/sgml/ref/alter_aggregate.sgml | 2 +- doc/src/sgml/ref/alter_collation.sgml | 2 +- doc/src/sgml/ref/alter_conversion.sgml | 2 +- doc/src/sgml/ref/alter_database.sgml | 2 +- .../sgml/ref/alter_default_privileges.sgml | 2 +- doc/src/sgml/ref/alter_domain.sgml | 8 +- doc/src/sgml/ref/alter_event_trigger.sgml | 2 +- doc/src/sgml/ref/alter_extension.sgml | 4 +- .../sgml/ref/alter_foreign_data_wrapper.sgml | 2 +- doc/src/sgml/ref/alter_foreign_table.sgml | 8 +- doc/src/sgml/ref/alter_function.sgml | 2 +- doc/src/sgml/ref/alter_group.sgml | 6 +- doc/src/sgml/ref/alter_index.sgml | 10 +- doc/src/sgml/ref/alter_language.sgml | 2 +- doc/src/sgml/ref/alter_large_object.sgml | 2 +- doc/src/sgml/ref/alter_materialized_view.sgml | 2 +- doc/src/sgml/ref/alter_opclass.sgml | 2 +- doc/src/sgml/ref/alter_operator.sgml | 2 +- doc/src/sgml/ref/alter_opfamily.sgml | 2 +- doc/src/sgml/ref/alter_policy.sgml | 2 +- doc/src/sgml/ref/alter_publication.sgml | 4 +- doc/src/sgml/ref/alter_role.sgml | 16 +- doc/src/sgml/ref/alter_rule.sgml | 2 +- doc/src/sgml/ref/alter_schema.sgml | 2 +- doc/src/sgml/ref/alter_sequence.sgml | 2 +- doc/src/sgml/ref/alter_server.sgml | 2 +- doc/src/sgml/ref/alter_statistics.sgml | 2 +- doc/src/sgml/ref/alter_subscription.sgml | 8 +- doc/src/sgml/ref/alter_system.sgml | 6 +- doc/src/sgml/ref/alter_table.sgml | 30 ++-- doc/src/sgml/ref/alter_tablespace.sgml | 2 +- doc/src/sgml/ref/alter_trigger.sgml | 4 +- doc/src/sgml/ref/alter_tsconfig.sgml | 2 +- doc/src/sgml/ref/alter_tsdictionary.sgml | 2 +- doc/src/sgml/ref/alter_tsparser.sgml | 2 +- doc/src/sgml/ref/alter_tstemplate.sgml | 2 +- doc/src/sgml/ref/alter_type.sgml | 6 +- doc/src/sgml/ref/alter_user.sgml | 2 +- doc/src/sgml/ref/alter_user_mapping.sgml | 2 +- doc/src/sgml/ref/alter_view.sgml | 2 +- doc/src/sgml/ref/analyze.sgml | 2 +- doc/src/sgml/ref/begin.sgml | 6 +- doc/src/sgml/ref/close.sgml | 2 +- doc/src/sgml/ref/cluster.sgml | 4 +- doc/src/sgml/ref/clusterdb.sgml | 8 +- doc/src/sgml/ref/comment.sgml | 2 +- doc/src/sgml/ref/commit.sgml | 4 +- doc/src/sgml/ref/commit_prepared.sgml | 2 +- doc/src/sgml/ref/copy.sgml | 4 +- doc/src/sgml/ref/create_aggregate.sgml | 2 +- doc/src/sgml/ref/create_cast.sgml | 2 +- doc/src/sgml/ref/create_collation.sgml | 2 +- doc/src/sgml/ref/create_conversion.sgml | 2 +- doc/src/sgml/ref/create_database.sgml | 8 +- doc/src/sgml/ref/create_domain.sgml | 6 +- doc/src/sgml/ref/create_event_trigger.sgml | 2 +- doc/src/sgml/ref/create_extension.sgml | 2 +- .../sgml/ref/create_foreign_data_wrapper.sgml | 2 +- doc/src/sgml/ref/create_foreign_table.sgml | 12 +- doc/src/sgml/ref/create_function.sgml | 4 +- doc/src/sgml/ref/create_group.sgml | 2 +- doc/src/sgml/ref/create_index.sgml | 16 +- doc/src/sgml/ref/create_language.sgml | 2 +- .../sgml/ref/create_materialized_view.sgml | 2 +- doc/src/sgml/ref/create_opclass.sgml | 2 +- doc/src/sgml/ref/create_operator.sgml | 2 +- doc/src/sgml/ref/create_opfamily.sgml | 2 +- doc/src/sgml/ref/create_policy.sgml | 12 +- doc/src/sgml/ref/create_publication.sgml | 2 +- doc/src/sgml/ref/create_role.sgml | 16 +- doc/src/sgml/ref/create_rule.sgml | 2 +- doc/src/sgml/ref/create_schema.sgml | 2 +- doc/src/sgml/ref/create_sequence.sgml | 2 +- doc/src/sgml/ref/create_server.sgml | 2 +- doc/src/sgml/ref/create_statistics.sgml | 6 +- doc/src/sgml/ref/create_subscription.sgml | 2 +- doc/src/sgml/ref/create_table.sgml | 26 +-- doc/src/sgml/ref/create_table_as.sgml | 2 +- doc/src/sgml/ref/create_tablespace.sgml | 2 +- doc/src/sgml/ref/create_transform.sgml | 2 +- doc/src/sgml/ref/create_trigger.sgml | 12 +- doc/src/sgml/ref/create_tsconfig.sgml | 2 +- doc/src/sgml/ref/create_tsdictionary.sgml | 2 +- doc/src/sgml/ref/create_tsparser.sgml | 2 +- doc/src/sgml/ref/create_tstemplate.sgml | 2 +- doc/src/sgml/ref/create_type.sgml | 12 +- doc/src/sgml/ref/create_user.sgml | 2 +- doc/src/sgml/ref/create_user_mapping.sgml | 2 +- doc/src/sgml/ref/create_view.sgml | 10 +- doc/src/sgml/ref/createdb.sgml | 12 +- doc/src/sgml/ref/createuser.sgml | 8 +- doc/src/sgml/ref/deallocate.sgml | 2 +- doc/src/sgml/ref/declare.sgml | 2 +- doc/src/sgml/ref/delete.sgml | 2 +- doc/src/sgml/ref/discard.sgml | 2 +- doc/src/sgml/ref/do.sgml | 2 +- doc/src/sgml/ref/drop_aggregate.sgml | 2 +- doc/src/sgml/ref/drop_cast.sgml | 2 +- doc/src/sgml/ref/drop_collation.sgml | 2 +- doc/src/sgml/ref/drop_conversion.sgml | 2 +- doc/src/sgml/ref/drop_database.sgml | 2 +- doc/src/sgml/ref/drop_domain.sgml | 8 +- doc/src/sgml/ref/drop_event_trigger.sgml | 2 +- doc/src/sgml/ref/drop_extension.sgml | 2 +- .../sgml/ref/drop_foreign_data_wrapper.sgml | 2 +- doc/src/sgml/ref/drop_foreign_table.sgml | 2 +- doc/src/sgml/ref/drop_function.sgml | 6 +- doc/src/sgml/ref/drop_group.sgml | 2 +- doc/src/sgml/ref/drop_index.sgml | 2 +- doc/src/sgml/ref/drop_language.sgml | 2 +- doc/src/sgml/ref/drop_materialized_view.sgml | 2 +- doc/src/sgml/ref/drop_opclass.sgml | 2 +- doc/src/sgml/ref/drop_operator.sgml | 2 +- doc/src/sgml/ref/drop_opfamily.sgml | 2 +- doc/src/sgml/ref/drop_owned.sgml | 2 +- doc/src/sgml/ref/drop_policy.sgml | 2 +- doc/src/sgml/ref/drop_publication.sgml | 2 +- doc/src/sgml/ref/drop_role.sgml | 4 +- doc/src/sgml/ref/drop_rule.sgml | 2 +- doc/src/sgml/ref/drop_schema.sgml | 2 +- doc/src/sgml/ref/drop_sequence.sgml | 2 +- doc/src/sgml/ref/drop_server.sgml | 2 +- doc/src/sgml/ref/drop_statistics.sgml | 2 +- doc/src/sgml/ref/drop_subscription.sgml | 2 +- doc/src/sgml/ref/drop_table.sgml | 2 +- doc/src/sgml/ref/drop_tablespace.sgml | 2 +- doc/src/sgml/ref/drop_transform.sgml | 2 +- doc/src/sgml/ref/drop_trigger.sgml | 6 +- doc/src/sgml/ref/drop_tsconfig.sgml | 2 +- doc/src/sgml/ref/drop_tsdictionary.sgml | 2 +- doc/src/sgml/ref/drop_tsparser.sgml | 2 +- doc/src/sgml/ref/drop_tstemplate.sgml | 2 +- doc/src/sgml/ref/drop_type.sgml | 8 +- doc/src/sgml/ref/drop_user.sgml | 2 +- doc/src/sgml/ref/drop_user_mapping.sgml | 2 +- doc/src/sgml/ref/drop_view.sgml | 2 +- doc/src/sgml/ref/dropdb.sgml | 8 +- doc/src/sgml/ref/dropuser.sgml | 8 +- doc/src/sgml/ref/ecpg-ref.sgml | 4 +- doc/src/sgml/ref/end.sgml | 4 +- doc/src/sgml/ref/execute.sgml | 2 +- doc/src/sgml/ref/explain.sgml | 2 +- doc/src/sgml/ref/fetch.sgml | 2 +- doc/src/sgml/ref/grant.sgml | 4 +- doc/src/sgml/ref/import_foreign_schema.sgml | 8 +- doc/src/sgml/ref/initdb.sgml | 4 +- doc/src/sgml/ref/insert.sgml | 8 +- doc/src/sgml/ref/listen.sgml | 2 +- doc/src/sgml/ref/load.sgml | 2 +- doc/src/sgml/ref/lock.sgml | 4 +- doc/src/sgml/ref/move.sgml | 2 +- doc/src/sgml/ref/notify.sgml | 2 +- doc/src/sgml/ref/pg_basebackup.sgml | 4 +- doc/src/sgml/ref/pg_controldata.sgml | 4 +- doc/src/sgml/ref/pg_ctl-ref.sgml | 10 +- doc/src/sgml/ref/pg_dump.sgml | 8 +- doc/src/sgml/ref/pg_dumpall.sgml | 2 +- doc/src/sgml/ref/pg_receivewal.sgml | 2 +- doc/src/sgml/ref/pg_recvlogical.sgml | 2 +- doc/src/sgml/ref/pg_resetwal.sgml | 4 +- doc/src/sgml/ref/pg_restore.sgml | 2 +- doc/src/sgml/ref/pg_waldump.sgml | 2 +- doc/src/sgml/ref/prepare.sgml | 4 +- doc/src/sgml/ref/prepare_transaction.sgml | 2 +- doc/src/sgml/ref/psql-ref.sgml | 156 +++++++++--------- doc/src/sgml/ref/reassign_owned.sgml | 2 +- .../sgml/ref/refresh_materialized_view.sgml | 4 +- doc/src/sgml/ref/reindex.sgml | 2 +- doc/src/sgml/ref/reindexdb.sgml | 8 +- doc/src/sgml/ref/release_savepoint.sgml | 2 +- doc/src/sgml/ref/reset.sgml | 6 +- doc/src/sgml/ref/revoke.sgml | 10 +- doc/src/sgml/ref/rollback.sgml | 4 +- doc/src/sgml/ref/rollback_prepared.sgml | 2 +- doc/src/sgml/ref/rollback_to.sgml | 4 +- doc/src/sgml/ref/savepoint.sgml | 6 +- doc/src/sgml/ref/security_label.sgml | 2 +- doc/src/sgml/ref/select.sgml | 28 ++-- doc/src/sgml/ref/select_into.sgml | 2 +- doc/src/sgml/ref/set.sgml | 6 +- doc/src/sgml/ref/set_constraints.sgml | 2 +- doc/src/sgml/ref/set_role.sgml | 4 +- doc/src/sgml/ref/set_session_auth.sgml | 4 +- doc/src/sgml/ref/set_transaction.sgml | 4 +- doc/src/sgml/ref/show.sgml | 8 +- doc/src/sgml/ref/start_transaction.sgml | 2 +- doc/src/sgml/ref/truncate.sgml | 2 +- doc/src/sgml/ref/unlisten.sgml | 2 +- doc/src/sgml/ref/update.sgml | 2 +- doc/src/sgml/ref/vacuum.sgml | 2 +- doc/src/sgml/ref/vacuumdb.sgml | 8 +- doc/src/sgml/ref/values.sgml | 2 +- doc/src/sgml/release-10.sgml | 46 +++--- doc/src/sgml/release-8.2.sgml | 94 +++++------ doc/src/sgml/release-8.3.sgml | 4 +- doc/src/sgml/release-9.0.sgml | 86 +++++----- doc/src/sgml/release-9.1.sgml | 78 ++++----- doc/src/sgml/release-9.2.sgml | 64 +++---- doc/src/sgml/release-9.3.sgml | 86 +++++----- doc/src/sgml/release-9.4.sgml | 82 ++++----- doc/src/sgml/release-9.5.sgml | 90 +++++----- doc/src/sgml/release-9.6.sgml | 12 +- doc/src/sgml/rules.sgml | 4 +- doc/src/sgml/spgist.sgml | 2 +- doc/src/sgml/start.sgml | 2 +- doc/src/sgml/tablefunc.sgml | 2 +- doc/src/sgml/xfunc.sgml | 4 +- doc/src/sgml/xindex.sgml | 6 +- 234 files changed, 925 insertions(+), 925 deletions(-) diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index 35514d4d9a..6e9fddf404 100644 --- a/doc/src/sgml/acronyms.sgml +++ b/doc/src/sgml/acronyms.sgml @@ -232,7 +232,7 @@ GIN - Generalized Inverted Index + Generalized Inverted Index @@ -241,7 +241,7 @@ GiST - Generalized Search Tree + Generalized Search Tree @@ -583,7 +583,7 @@ SP-GiST - Space-Partitioned Generalized Search Tree + Space-Partitioned Generalized Search Tree diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index 5423aadb9c..d49901c690 100644 --- a/doc/src/sgml/arch-dev.sgml +++ b/doc/src/sgml/arch-dev.sgml @@ -7,7 +7,7 @@ Author This chapter originated as part of - , Stefan Simkovics' + , Stefan Simkovics' Master's Thesis prepared at Vienna University of Technology under the direction of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr. diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index d7547e6e92..4953024162 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -18,7 +18,7 @@ <acronym>SQL</acronym> Reference Books - + The Practical <acronym>SQL</acronym> Handbook Using SQL Variants Fourth Edition @@ -43,7 +43,7 @@ 2001 - + A Guide to the <acronym>SQL</acronym> Standard A user's guide to the standard database language SQL Fourth Edition @@ -64,7 +64,7 @@ 1997 - + An Introduction to Database Systems Eighth Edition @@ -80,7 +80,7 @@ 2003 - + Fundamentals of Database Systems Fourth Edition @@ -100,7 +100,7 @@ 2003 - + Understanding the New <acronym>SQL</acronym> A complete guide @@ -120,7 +120,7 @@ 1993 - + Principles of Database and Knowledge Base Systems @@ -141,7 +141,7 @@ PostgreSQL-specific Documentation - + Enhancement of the ANSI SQL Implementation of PostgreSQL @@ -185,7 +185,7 @@ ssimkovi@ag.or.at November 29, 1998 - + The <productname>Postgres95</productname> User Manual @@ -204,7 +204,7 @@ ssimkovi@ag.or.at Sept. 5, 1995 - + <ulink url="http://db.cs.berkeley.edu/papers/UCB-MS-zfong.pdf">The design and implementation of the <productname>POSTGRES</productname> query optimizer</ulink> @@ -222,7 +222,7 @@ ssimkovi@ag.or.at Proceedings and Articles - + Partial indexing in POSTGRES: research project @@ -238,7 +238,7 @@ ssimkovi@ag.or.at 1993 - + A Unified Framework for Version Modeling Using Production Rules in a Database System @@ -262,7 +262,7 @@ ssimkovi@ag.or.at - + <ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname> data model</ulink> @@ -284,7 +284,7 @@ ssimkovi@ag.or.at - + <ulink url="http://citeseer.ist.psu.edu/seshadri95generalized.html">Generalized Partial Indexes</ulink> @@ -313,7 +313,7 @@ ssimkovi@ag.or.at 420-7 - + <ulink url="http://db.cs.berkeley.edu/papers/ERL-M85-95.pdf">The design of <productname>POSTGRES</productname></ulink> @@ -335,7 +335,7 @@ ssimkovi@ag.or.at - + The design of the <productname>POSTGRES</productname> rules system @@ -360,7 +360,7 @@ ssimkovi@ag.or.at - + <ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-06.pdf">The design of the <productname>POSTGRES</productname> storage @@ -379,7 +379,7 @@ ssimkovi@ag.or.at </confgroup> </biblioentry> - <biblioentry id="STON89"> + <biblioentry id="ston89"> <biblioset relation="article"> <title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-82.pdf">A commentary on the <productname>POSTGRES</productname> rules @@ -405,7 +405,7 @@ ssimkovi@ag.or.at </biblioset> </biblioentry> - <biblioentry id="STON89b"> + <biblioentry id="ston89b"> <biblioset relation="article"> <title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-17.pdf">The case for partial indexes</ulink> @@ -423,7 +423,7 @@ ssimkovi@ag.or.at - + <ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-34.pdf">The implementation of <productname>POSTGRES</productname></ulink> @@ -451,7 +451,7 @@ ssimkovi@ag.or.at - + <ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-36.pdf">On Rules, Procedures, Caching and Views in Database Systems</ulink> diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index 91c01700ed..b7483df4c0 100644 --- a/doc/src/sgml/brin.sgml +++ b/doc/src/sgml/brin.sgml @@ -1,6 +1,6 @@ - + BRIN Indexes diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index dcb939f1fb..774442feee 100644 --- a/doc/src/sgml/btree-gist.sgml +++ b/doc/src/sgml/btree-gist.sgml @@ -36,7 +36,7 @@ In addition to the typical B-tree search operators, btree_gist also provides index support for <> (not equals). This may be useful in combination with an - exclusion constraint, + exclusion constraint, as described below. @@ -70,7 +70,7 @@ SELECT *, a <-> 42 AS dist FROM test ORDER BY a <-> 42 LIMIT 10; - Use an exclusion + Use an exclusion constraint to enforce the rule that a cage at a zoo can contain only one kind of animal: diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index aeda826d87..d360fc4d58 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -170,7 +170,7 @@ shared_buffers = 128MB postgresql.auto.confpostgresql.auto.conf, which has the same format as postgresql.conf but should never be edited manually. This file holds settings provided through - the command. This file is automatically + the command. This file is automatically read whenever postgresql.conf is, and its settings take effect in the same way. Settings in postgresql.auto.conf override those in postgresql.conf. @@ -191,7 +191,7 @@ shared_buffers = 128MB PostgreSQL provides three SQL commands to establish configuration defaults. - The already-mentioned command + The already-mentioned command provides a SQL-accessible means of changing global defaults; it is functionally equivalent to editing postgresql.conf. In addition, there are two commands that allow setting of defaults @@ -232,7 +232,7 @@ shared_buffers = 128MB - The command allows inspection of the + The command allows inspection of the current value of all parameters. The corresponding function is current_setting(setting_name text). @@ -240,7 +240,7 @@ shared_buffers = 128MB - The command allows modification of the + The command allows modification of the current value of those parameters that can be set locally to a session; it has no effect on other sessions. The corresponding function is @@ -266,7 +266,7 @@ shared_buffers = 128MB - Using on this view, specifically + Using on this view, specifically updating the setting column, is the equivalent of issuing SET commands. For example, the equivalent of @@ -6237,7 +6237,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; For more information on row security policies, - see . + see . @@ -7040,7 +7040,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; This variable specifies one or more shared libraries that are to be preloaded at connection start. It contains a comma-separated list of library names, where each name - is interpreted as for the command. + is interpreted as for the command. Whitespace between entries is ignored; surround a library name with double quotes if you need to include whitespace or commas in the name. The parameter value only takes effect at the start of the connection. @@ -7091,7 +7091,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; This variable specifies one or more shared libraries that are to be preloaded at connection start. It contains a comma-separated list of library names, where each name - is interpreted as for the command. + is interpreted as for the command. Whitespace between entries is ignored; surround a library name with double quotes if you need to include whitespace or commas in the name. The parameter value only takes effect at the start of the connection. @@ -7133,7 +7133,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; This variable specifies one or more shared libraries to be preloaded at server start. It contains a comma-separated list of library names, where each name - is interpreted as for the command. + is interpreted as for the command. Whitespace between entries is ignored; surround a library name with double quotes if you need to include whitespace or commas in the name. This parameter can only be set at server start. If a specified diff --git a/doc/src/sgml/dblink.sgml b/doc/src/sgml/dblink.sgml index 1f17d3ad2d..12928e8bd3 100644 --- a/doc/src/sgml/dblink.sgml +++ b/doc/src/sgml/dblink.sgml @@ -18,7 +18,7 @@ functionality using a more modern and standards-compliant infrastructure. - + dblink_connect @@ -182,7 +182,7 @@ DROP SERVER fdtest; - + dblink_connect_u @@ -239,7 +239,7 @@ dblink_connect_u(text connname, text connstr) returns text - + dblink_disconnect @@ -314,7 +314,7 @@ SELECT dblink_disconnect('myconn'); - + dblink @@ -532,7 +532,7 @@ SELECT * FROM dblink('myconn', 'select proname, prosrc from pg_proc') - + dblink_exec @@ -669,7 +669,7 @@ DETAIL: ERROR: null value in column "relnamespace" violates not-null constrain - + dblink_open @@ -793,7 +793,7 @@ SELECT dblink_open('foo', 'select proname, prosrc from pg_proc'); - + dblink_fetch @@ -946,7 +946,7 @@ SELECT * FROM dblink_fetch('foo', 5) AS (funcname name, source text); - + dblink_close @@ -1057,7 +1057,7 @@ SELECT dblink_close('foo'); - + dblink_get_connections @@ -1102,7 +1102,7 @@ SELECT dblink_get_connections(); - + dblink_error_message @@ -1165,7 +1165,7 @@ SELECT dblink_error_message('dtest1'); - + dblink_send_query @@ -1247,7 +1247,7 @@ SELECT dblink_send_query('dtest1', 'SELECT * FROM foo WHERE f1 < 3'); - + dblink_is_busy @@ -1310,7 +1310,7 @@ SELECT dblink_is_busy('dtest1'); - + dblink_get_notify @@ -1392,7 +1392,7 @@ SELECT * FROM dblink_get_notify(); - + dblink_get_result @@ -1556,7 +1556,7 @@ contrib_regression=# SELECT * FROM dblink_get_result('dtest1') AS t1(f1 int, f2 - + dblink_cancel_query @@ -1624,7 +1624,7 @@ SELECT dblink_cancel_query('dtest1'); - + dblink_get_pkey @@ -1716,7 +1716,7 @@ SELECT * FROM dblink_get_pkey('foobar'); - + dblink_build_sql_insert @@ -1851,7 +1851,7 @@ SELECT dblink_build_sql_insert('foo', '1 2', 2, '{"1", "a"}', '{"1", "b''a"}'); - + dblink_build_sql_delete @@ -1969,7 +1969,7 @@ SELECT dblink_build_sql_delete('"MyFoo"', '1 2', 2, '{"1", "b"}'); - + dblink_build_sql_update diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 817db92af2..03cbaa60ab 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -908,7 +908,7 @@ CREATE TABLE circles ( - See also CREATE + See also CREATE TABLE ... CONSTRAINT ... EXCLUDE for details. diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 0f9ff3a8eb..bc3d080774 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -2270,7 +2270,7 @@ int PGTYPESnumeric_from_decimal(decimal *src, numeric *dst); The following functions can be used to work with the date type: - + PGTYPESdate_from_timestamp @@ -2284,7 +2284,7 @@ date PGTYPESdate_from_timestamp(timestamp dt); - + PGTYPESdate_from_asc @@ -2389,7 +2389,7 @@ date PGTYPESdate_from_asc(char *str, char **endptr); - + PGTYPESdate_to_asc @@ -2404,7 +2404,7 @@ char *PGTYPESdate_to_asc(date dDate); - + PGTYPESdate_julmdy @@ -2423,7 +2423,7 @@ void PGTYPESdate_julmdy(date d, int *mdy); - + PGTYPESdate_mdyjul @@ -2439,7 +2439,7 @@ void PGTYPESdate_mdyjul(int *mdy, date *jdate); - + PGTYPESdate_dayofweek @@ -2491,7 +2491,7 @@ int PGTYPESdate_dayofweek(date d); - + PGTYPESdate_today @@ -2505,7 +2505,7 @@ void PGTYPESdate_today(date *d); - + PGTYPESdate_fmt_asc @@ -2626,7 +2626,7 @@ int PGTYPESdate_fmt_asc(date dDate, char *fmtstring, char *outbuf); - + PGTYPESdate_defmt_asc @@ -2747,7 +2747,7 @@ int PGTYPESdate_defmt_asc(date *d, char *fmt, char *str); The following functions can be used to work with the timestamp type: - + PGTYPEStimestamp_from_asc @@ -2766,7 +2766,7 @@ timestamp PGTYPEStimestamp_from_asc(char *str, char **endptr); The function returns the parsed timestamp on success. On error, PGTYPESInvalidTimestamp is returned and errno is - set to PGTYPES_TS_BAD_TIMESTAMP. See for important notes on this value. + set to PGTYPES_TS_BAD_TIMESTAMP. See for important notes on this value. In general, the input string can contain any combination of an allowed @@ -2811,7 +2811,7 @@ timestamp PGTYPEStimestamp_from_asc(char *str, char **endptr); - + PGTYPEStimestamp_to_asc @@ -2826,7 +2826,7 @@ char *PGTYPEStimestamp_to_asc(timestamp tstamp); - + PGTYPEStimestamp_current @@ -2840,7 +2840,7 @@ void PGTYPEStimestamp_current(timestamp *ts); - + PGTYPEStimestamp_fmt_asc @@ -3175,7 +3175,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt - + PGTYPEStimestamp_sub @@ -3196,7 +3196,7 @@ int PGTYPEStimestamp_sub(timestamp *ts1, timestamp *ts2, interval *iv); - + PGTYPEStimestamp_defmt_asc @@ -3217,13 +3217,13 @@ int PGTYPEStimestamp_defmt_asc(char *str, char *fmt, timestamp *d); This is the reverse function to . See the documentation there in + linkend="pgtypestimestampfmtasc">. See the documentation there in order to find out about the possible formatting mask entries. - + PGTYPEStimestamp_add_interval @@ -3243,7 +3243,7 @@ int PGTYPEStimestamp_add_interval(timestamp *tin, interval *span, timestamp *tou - + PGTYPEStimestamp_sub_interval @@ -3277,7 +3277,7 @@ int PGTYPEStimestamp_sub_interval(timestamp *tin, interval *span, timestamp *tou The following functions can be used to work with the interval type: - + PGTYPESinterval_new @@ -3289,7 +3289,7 @@ interval *PGTYPESinterval_new(void); - + PGTYPESinterval_free @@ -3301,7 +3301,7 @@ void PGTYPESinterval_new(interval *intvl); - + PGTYPESinterval_from_asc @@ -3319,7 +3319,7 @@ interval *PGTYPESinterval_from_asc(char *str, char **endptr); - + PGTYPESinterval_to_asc @@ -3334,7 +3334,7 @@ char *PGTYPESinterval_to_asc(interval *span); - + PGTYPESinterval_copy @@ -3543,7 +3543,7 @@ void PGTYPESdecimal_free(decimal *var); Special Constants of pgtypeslib - + PGTYPESInvalidTimestamp @@ -5868,7 +5868,7 @@ ECPG = ecpg For more details about the ECPGget_PGconn(), see . For information about the large - object function interface, see . + object function interface, see . @@ -8653,7 +8653,7 @@ void rtoday(date *d); that it sets to the current date. - Internally this function uses the + Internally this function uses the function. @@ -8678,7 +8678,7 @@ int rjulmdy(date d, short mdy[3]); The function always returns 0 at the moment. - Internally the function uses the + Internally the function uses the function. @@ -8748,7 +8748,7 @@ int rdefmtdate(date *d, char *fmt, char *str); Internally this function is implemented to use the function. See the reference there for a + linkend="pgtypesdatedefmtasc"> function. See the reference there for a table of example input. @@ -8771,7 +8771,7 @@ int rfmtdate(date d, char *fmt, char *str); On success, 0 is returned and a negative value if an error occurred. - Internally this function uses the + Internally this function uses the function, see the reference there for examples. @@ -8795,7 +8795,7 @@ int rmdyjul(short mdy[3], date *d); Internally the function is implemented to use the function . + linkend="pgtypesdatemdyjul">. @@ -8851,7 +8851,7 @@ int rdayofweek(date d); Internally the function is implemented to use the function . + linkend="pgtypesdatedayofweek">. @@ -8889,7 +8889,7 @@ int dtcvasc(char *str, timestamp *ts); Internally this function uses the function. See the reference there + linkend="pgtypestimestampfromasc"> function. See the reference there for a table with example inputs. @@ -8911,7 +8911,7 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue) This function is implemented by means of the function. See the documentation + linkend="pgtypestimestampdefmtasc"> function. See the documentation there for a list of format specifiers that can be used. @@ -8983,7 +8983,7 @@ int dttofmtasc(timestamp *ts, char *output, int str_len, char *fmtstr); Internally, this function uses the function. See the reference there for + linkend="pgtypestimestampfmtasc"> function. See the reference there for information on what format mask specifiers can be used. diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c672988cc5..e571292bf4 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17866,7 +17866,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); logging and checkpoint processing. This information is cluster-wide, and not specific to any one database. They provide most of the same information, from the same source, as - , although in a form better suited + , although in a form better suited to SQL functions. @@ -20376,7 +20376,7 @@ FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger(); For more information about creating triggers, see - . + . diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 99ee3ebca0..0f91272c54 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -320,13 +320,13 @@ - + - + diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index 873627a210..d63d8af440 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -1,6 +1,6 @@ - + GIN Indexes diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 4e4470d439..f2f9ca0853 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,6 +1,6 @@ - + GiST Indexes diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml index d1535469f9..b59e65bb20 100644 --- a/doc/src/sgml/history.sgml +++ b/doc/src/sgml/history.sgml @@ -31,12 +31,12 @@ Office (ARO), the National Science Foundation (NSF), and ESL, Inc. The implementation of POSTGRES began in 1986. The initial - concepts for the system were presented in , + concepts for the system were presented in , and the definition of the initial data model appeared in . The design of the rule system at that time was - described in . The rationale and + linkend="rowe87">. The design of the rule system at that time was + described in . The rationale and architecture of the storage manager were detailed in . + linkend="ston87b">. @@ -44,10 +44,10 @@ releases since then. The first demoware system became operational in 1987 and was shown at the 1988 ACM-SIGMOD Conference. Version 1, described in - , was released to a few external users in + , was released to a few external users in June 1989. In response to a critique of the first rule system - (), the rule system was redesigned (), and Version 2 was released in June 1990 with + (), the rule system was redesigned (), and Version 2 was released in June 1990 with the new rule system. Version 3 appeared in 1991 and added support for multiple storage managers, an improved query executor, and a rewritten rule system. For the most part, subsequent releases diff --git a/doc/src/sgml/indices.sgml b/doc/src/sgml/indices.sgml index 4cdd387b7b..248ed7e8eb 100644 --- a/doc/src/sgml/indices.sgml +++ b/doc/src/sgml/indices.sgml @@ -98,8 +98,8 @@ CREATE INDEX test1_id_index ON test1 (id); In production environments this is often unacceptable. It is possible to allow writes to occur in parallel with index creation, but there are several caveats to be aware of — - for more information see . + for more information see . @@ -232,7 +232,7 @@ CREATE INDEX name ON table documented in . Many other GiST operator classes are available in the contrib collection or as separate - projects. For more information see . + projects. For more information see . @@ -278,7 +278,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; these operators.) The SP-GiST operator classes included in the standard distribution are documented in . - For more information see . + For more information see . @@ -319,7 +319,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; documented in . Many other GIN operator classes are available in the contrib collection or as separate - projects. For more information see . + projects. For more information see . @@ -352,7 +352,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; The BRIN operator classes included in the standard distribution are documented in . - For more information see . + For more information see . @@ -962,8 +962,8 @@ CREATE UNIQUE INDEX tests_success_constraint ON tests (subject, target) More information about partial indexes can be found in , , and . + linkend="ston89b">, , and . diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index a7e2653371..9f468b7fdc 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -2447,7 +2447,7 @@ PGresult *PQprepare(PGconn *conn, PQprepare creates a prepared statement for later execution with PQexecPrepared. This feature allows commands to be executed repeatedly without being parsed and - planned each time; see for details. + planned each time; see for details. PQprepare is supported only in protocol 3.0 and later connections; it will fail when using protocol 2.0. diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index 2e930ac240..c743b5c0ba 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -1,6 +1,6 @@ - + Large Objects large object diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index fa0bb56b7b..676ab1f5ad 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -126,7 +126,7 @@ fallback if no other solution is possible. If a replica identity other than full is set on the publisher side, a replica identity comprising the same or fewer columns must also be set on the subscriber - side. See for details on + side. See for details on how to set the replica identity. If a table without a replica identity is added to a publication that replicates UPDATE or DELETE operations then diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index c02f6e9765..3b268c3f3c 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -24,7 +24,7 @@ by INSERT and the new row version created by UPDATE. Availability of old row versions for UPDATE and DELETE depends on - the configured replica identity (see ). + the configured replica identity (see ). @@ -576,8 +576,8 @@ typedef void (*LogicalDecodeChangeCB) (struct LogicalDecodingContext *ctx, Only changes in user defined tables that are not unlogged - (see ) and not temporary - (see ) can be extracted using + (see ) and not temporary + (see ) can be extracted using logical decoding. diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 75cb39359f..a0ca2851e5 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -929,7 +929,7 @@ ERROR: could not serialize access due to read/write dependencies among transact CREATE STATISTICS and ALTER TABLE VALIDATE and other ALTER TABLE variants (for full details see - ). + ). @@ -972,7 +972,7 @@ ERROR: could not serialize access due to read/write dependencies among transact Acquired by CREATE COLLATION, CREATE TRIGGER, and many forms of - ALTER TABLE (see ). + ALTER TABLE (see ). diff --git a/doc/src/sgml/passwordcheck.sgml b/doc/src/sgml/passwordcheck.sgml index 6e6e4ef435..d034f8887f 100644 --- a/doc/src/sgml/passwordcheck.sgml +++ b/doc/src/sgml/passwordcheck.sgml @@ -10,8 +10,8 @@ The passwordcheck module checks users' passwords whenever they are set with - or - . + or + . If a password is considered too weak, it will be rejected and the command will terminate with an error. diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 6a5182d85b..fed5c956a2 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1848,7 +1848,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; - Create unlogged + Create unlogged tables to avoid WAL writes, though it makes the tables non-crash-safe. diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index c2c1aaa208..52cc37a1d6 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -795,7 +795,7 @@ SELECT * AS t1(proname name, prosrc text) WHERE proname LIKE 'bytea%'; - The function + The function (part of the module) executes a remote query. It is declared to return record since it might be used for any kind of query. diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index fc60febcbd..b139c34577 100644 --- a/doc/src/sgml/query.sgml +++ b/doc/src/sgml/query.sgml @@ -12,7 +12,7 @@ tutorial is only intended to give you an introduction and is in no way a complete tutorial on SQL. Numerous books have been written on SQL, including and . + linkend="melt93"> and . You should be aware that some PostgreSQL language features are extensions to the standard. diff --git a/doc/src/sgml/rangetypes.sgml b/doc/src/sgml/rangetypes.sgml index b585fd3d2a..ef2bff9cd9 100644 --- a/doc/src/sgml/rangetypes.sgml +++ b/doc/src/sgml/rangetypes.sgml @@ -65,7 +65,7 @@ In addition, you can define your own range types; - see for more information. + see for more information. @@ -406,7 +406,7 @@ SELECT '[11:10, 23:00]'::timerange; - See for more information about creating + See for more information about creating range types. @@ -462,7 +462,7 @@ CREATE INDEX reservation_idx ON reservation USING GIST (during); While UNIQUE is a natural constraint for scalar values, it is usually unsuitable for range types. Instead, an exclusion constraint is often more appropriate - (see CREATE TABLE + (see CREATE TABLE ... CONSTRAINT ... EXCLUDE). Exclusion constraints allow the specification of constraints such as non-overlapping on a range type. For example: diff --git a/doc/src/sgml/ref/abort.sgml b/doc/src/sgml/ref/abort.sgml index 285d0d4ac6..d341595785 100644 --- a/doc/src/sgml/ref/abort.sgml +++ b/doc/src/sgml/ref/abort.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/abort.sgml PostgreSQL documentation --> - + ABORT @@ -33,7 +33,7 @@ ABORT [ WORK | TRANSACTION ] all the updates made by the transaction to be discarded. This command is identical in behavior to the standard SQL command - , + , and is present only for historical reasons. @@ -58,7 +58,7 @@ ABORT [ WORK | TRANSACTION ] Notes - Use to + Use to successfully terminate a transaction. diff --git a/doc/src/sgml/ref/alter_aggregate.sgml b/doc/src/sgml/ref/alter_aggregate.sgml index 43f0a1609b..e00e726ad8 100644 --- a/doc/src/sgml/ref/alter_aggregate.sgml +++ b/doc/src/sgml/ref/alter_aggregate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_aggregate.sgml PostgreSQL documentation --> - + ALTER AGGREGATE diff --git a/doc/src/sgml/ref/alter_collation.sgml b/doc/src/sgml/ref/alter_collation.sgml index 9d77ee5c2c..c7ad7437e8 100644 --- a/doc/src/sgml/ref/alter_collation.sgml +++ b/doc/src/sgml/ref/alter_collation.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_collation.sgml PostgreSQL documentation --> - + ALTER COLLATION diff --git a/doc/src/sgml/ref/alter_conversion.sgml b/doc/src/sgml/ref/alter_conversion.sgml index 83fcbbd5a5..08ed5e28fb 100644 --- a/doc/src/sgml/ref/alter_conversion.sgml +++ b/doc/src/sgml/ref/alter_conversion.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_conversion.sgml PostgreSQL documentation --> - + ALTER CONVERSION diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml index 35e4123cad..1e09b5df1d 100644 --- a/doc/src/sgml/ref/alter_database.sgml +++ b/doc/src/sgml/ref/alter_database.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_database.sgml PostgreSQL documentation --> - + ALTER DATABASE diff --git a/doc/src/sgml/ref/alter_default_privileges.sgml b/doc/src/sgml/ref/alter_default_privileges.sgml index 6c34f2446a..bc7401f845 100644 --- a/doc/src/sgml/ref/alter_default_privileges.sgml +++ b/doc/src/sgml/ref/alter_default_privileges.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_default_privileges.sgml PostgreSQL documentation --> - + ALTER DEFAULT PRIVILEGES diff --git a/doc/src/sgml/ref/alter_domain.sgml b/doc/src/sgml/ref/alter_domain.sgml index 96a7db95ec..26e95aefcf 100644 --- a/doc/src/sgml/ref/alter_domain.sgml +++ b/doc/src/sgml/ref/alter_domain.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_domain.sgml PostgreSQL documentation --> - + ALTER DOMAIN @@ -80,7 +80,7 @@ ALTER DOMAIN name This form adds a new constraint to a domain using the same syntax as - . + . When a new constraint is added to a domain, all columns using that domain will be checked against the newly added constraint. These checks can be suppressed by adding the new constraint using the @@ -325,7 +325,7 @@ ALTER DOMAIN zipcode SET SCHEMA customers; - + Compatibility @@ -338,7 +338,7 @@ ALTER DOMAIN zipcode SET SCHEMA customers; - + See Also diff --git a/doc/src/sgml/ref/alter_event_trigger.sgml b/doc/src/sgml/ref/alter_event_trigger.sgml index 38b971fb08..b913ac9a5b 100644 --- a/doc/src/sgml/ref/alter_event_trigger.sgml +++ b/doc/src/sgml/ref/alter_event_trigger.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_event_trigger.sgml PostgreSQL documentation --> - + ALTER EVENT TRIGGER diff --git a/doc/src/sgml/ref/alter_extension.sgml b/doc/src/sgml/ref/alter_extension.sgml index c6c831fa30..c2b0669c38 100644 --- a/doc/src/sgml/ref/alter_extension.sgml +++ b/doc/src/sgml/ref/alter_extension.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_extension.sgml PostgreSQL documentation --> - + ALTER EXTENSION @@ -319,7 +319,7 @@ ALTER EXTENSION hstore ADD FUNCTION populate_record(anyelement, hstore); - + See Also diff --git a/doc/src/sgml/ref/alter_foreign_data_wrapper.sgml b/doc/src/sgml/ref/alter_foreign_data_wrapper.sgml index 1c0a26de6b..21bc83e512 100644 --- a/doc/src/sgml/ref/alter_foreign_data_wrapper.sgml +++ b/doc/src/sgml/ref/alter_foreign_data_wrapper.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_foreign_data_wrapper.sgml PostgreSQL documentation --> - + ALTER FOREIGN DATA WRAPPER diff --git a/doc/src/sgml/ref/alter_foreign_table.sgml b/doc/src/sgml/ref/alter_foreign_table.sgml index 44d981a5bd..df3d6d0696 100644 --- a/doc/src/sgml/ref/alter_foreign_table.sgml +++ b/doc/src/sgml/ref/alter_foreign_table.sgml @@ -3,7 +3,7 @@ doc/src/sgml/rel/alter_foreign_table.sgml PostgreSQL documentation --> - + ALTER FOREIGN TABLE @@ -72,7 +72,7 @@ ALTER FOREIGN TABLE [ IF EXISTS ] name This form adds a new column to the foreign table, using the same syntax as - . + . Unlike the case when adding a column to a regular table, nothing happens to the underlying storage: this action simply declares that some new column is now accessible through the foreign table. @@ -173,7 +173,7 @@ ALTER FOREIGN TABLE [ IF EXISTS ] name This form adds a new constraint to a foreign table, using the same - syntax as . + syntax as . Currently only CHECK constraints are supported. @@ -182,7 +182,7 @@ ALTER FOREIGN TABLE [ IF EXISTS ] name.) + in .) If the constraint is marked NOT VALID, then it isn't assumed to hold, but is only recorded for possible future use. diff --git a/doc/src/sgml/ref/alter_function.sgml b/doc/src/sgml/ref/alter_function.sgml index cdecf631b1..fd35e98a88 100644 --- a/doc/src/sgml/ref/alter_function.sgml +++ b/doc/src/sgml/ref/alter_function.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_function.sgml PostgreSQL documentation --> - + ALTER FUNCTION diff --git a/doc/src/sgml/ref/alter_group.sgml b/doc/src/sgml/ref/alter_group.sgml index a900145873..172a62a6f7 100644 --- a/doc/src/sgml/ref/alter_group.sgml +++ b/doc/src/sgml/ref/alter_group.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_group.sgml PostgreSQL documentation --> - + ALTER GROUP @@ -50,8 +50,8 @@ ALTER GROUP group_name RENAME TO group for this purpose.) These variants are effectively equivalent to granting or revoking membership in the role named as the group; so the preferred way to do this is to use - or - . + or + . diff --git a/doc/src/sgml/ref/alter_index.sgml b/doc/src/sgml/ref/alter_index.sgml index 30e399e62c..5d0b792e50 100644 --- a/doc/src/sgml/ref/alter_index.sgml +++ b/doc/src/sgml/ref/alter_index.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_index.sgml PostgreSQL documentation --> - + ALTER INDEX @@ -70,7 +70,7 @@ ALTER INDEX ALL IN TABLESPACE name this command, use ALTER DATABASE or explicit ALTER INDEX invocations instead if desired. See also - . + . @@ -91,11 +91,11 @@ ALTER INDEX ALL IN TABLESPACE name This form changes one or more index-method-specific storage parameters for the index. See - + for details on the available parameters. Note that the index contents will not be modified immediately by this command; depending on the parameter you might need to rebuild the index with - + to get the desired effects. @@ -225,7 +225,7 @@ ALTER INDEX ALL IN TABLESPACE name These operations are also possible using - . + . ALTER INDEX is in fact just an alias for the forms of ALTER TABLE that apply to indexes. diff --git a/doc/src/sgml/ref/alter_language.sgml b/doc/src/sgml/ref/alter_language.sgml index 63d9ecd924..389824e3d2 100644 --- a/doc/src/sgml/ref/alter_language.sgml +++ b/doc/src/sgml/ref/alter_language.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_language.sgml PostgreSQL documentation --> - + ALTER LANGUAGE diff --git a/doc/src/sgml/ref/alter_large_object.sgml b/doc/src/sgml/ref/alter_large_object.sgml index 5e680f7720..0fbb8d5b62 100644 --- a/doc/src/sgml/ref/alter_large_object.sgml +++ b/doc/src/sgml/ref/alter_large_object.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_large_object.sgml PostgreSQL documentation --> - + ALTER LARGE OBJECT diff --git a/doc/src/sgml/ref/alter_materialized_view.sgml b/doc/src/sgml/ref/alter_materialized_view.sgml index eaea819744..f41b5058ff 100644 --- a/doc/src/sgml/ref/alter_materialized_view.sgml +++ b/doc/src/sgml/ref/alter_materialized_view.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_materialized_view.sgml PostgreSQL documentation --> - + ALTER MATERIALIZED VIEW diff --git a/doc/src/sgml/ref/alter_opclass.sgml b/doc/src/sgml/ref/alter_opclass.sgml index 834f3e4231..e69bcf2dd7 100644 --- a/doc/src/sgml/ref/alter_opclass.sgml +++ b/doc/src/sgml/ref/alter_opclass.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_opclass.sgml PostgreSQL documentation --> - + ALTER OPERATOR CLASS diff --git a/doc/src/sgml/ref/alter_operator.sgml b/doc/src/sgml/ref/alter_operator.sgml index 3cc28d5b18..4c6f75efff 100644 --- a/doc/src/sgml/ref/alter_operator.sgml +++ b/doc/src/sgml/ref/alter_operator.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_operator.sgml PostgreSQL documentation --> - + ALTER OPERATOR diff --git a/doc/src/sgml/ref/alter_opfamily.sgml b/doc/src/sgml/ref/alter_opfamily.sgml index d15fbfceea..f327267ff8 100644 --- a/doc/src/sgml/ref/alter_opfamily.sgml +++ b/doc/src/sgml/ref/alter_opfamily.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_opfamily.sgml PostgreSQL documentation --> - + ALTER OPERATOR FAMILY diff --git a/doc/src/sgml/ref/alter_policy.sgml b/doc/src/sgml/ref/alter_policy.sgml index 3eb9155602..a49f2fc5a5 100644 --- a/doc/src/sgml/ref/alter_policy.sgml +++ b/doc/src/sgml/ref/alter_policy.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_policy.sgml PostgreSQL documentation --> - + ALTER POLICY diff --git a/doc/src/sgml/ref/alter_publication.sgml b/doc/src/sgml/ref/alter_publication.sgml index 801404e0cf..5557f9b231 100644 --- a/doc/src/sgml/ref/alter_publication.sgml +++ b/doc/src/sgml/ref/alter_publication.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_publication.sgml PostgreSQL documentation --> - + ALTER PUBLICATION @@ -101,7 +101,7 @@ ALTER PUBLICATION name RENAME TO This clause alters publication parameters originally set by - . See there for more information. + . See there for more information. diff --git a/doc/src/sgml/ref/alter_role.sgml b/doc/src/sgml/ref/alter_role.sgml index e30ca10454..c135364d4e 100644 --- a/doc/src/sgml/ref/alter_role.sgml +++ b/doc/src/sgml/ref/alter_role.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_role.sgml PostgreSQL documentation --> - + ALTER ROLE @@ -65,8 +65,8 @@ ALTER ROLE { role_specification | A . (All the possible attributes are covered, except that there are no options for adding or removing memberships; use - and - for that.) + and + for that.) Attributes not mentioned in the command retain their previous settings. Database superusers can change any of these settings for any role. Roles having CREATEROLE privilege can change any of these @@ -173,7 +173,7 @@ ALTER ROLE { role_specification | A These clauses alter attributes originally set by - . For more information, see the + . For more information, see the CREATE ROLE reference page. @@ -236,14 +236,14 @@ ALTER ROLE { role_specification | A Notes - Use - to add new roles, and to remove a role. + Use + to add new roles, and to remove a role. ALTER ROLE cannot change a role's memberships. - Use and - + Use and + to do that. diff --git a/doc/src/sgml/ref/alter_rule.sgml b/doc/src/sgml/ref/alter_rule.sgml index 26791b379b..f8833feee7 100644 --- a/doc/src/sgml/ref/alter_rule.sgml +++ b/doc/src/sgml/ref/alter_rule.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_rule.sgml PostgreSQL documentation --> - + ALTER RULE diff --git a/doc/src/sgml/ref/alter_schema.sgml b/doc/src/sgml/ref/alter_schema.sgml index 2ca406b914..dc91420954 100644 --- a/doc/src/sgml/ref/alter_schema.sgml +++ b/doc/src/sgml/ref/alter_schema.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_schema.sgml PostgreSQL documentation --> - + ALTER SCHEMA diff --git a/doc/src/sgml/ref/alter_sequence.sgml b/doc/src/sgml/ref/alter_sequence.sgml index 9b8ad36522..655b35c6fc 100644 --- a/doc/src/sgml/ref/alter_sequence.sgml +++ b/doc/src/sgml/ref/alter_sequence.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_sequence.sgml PostgreSQL documentation --> - + ALTER SEQUENCE diff --git a/doc/src/sgml/ref/alter_server.sgml b/doc/src/sgml/ref/alter_server.sgml index 05e11f5ef2..53529abff7 100644 --- a/doc/src/sgml/ref/alter_server.sgml +++ b/doc/src/sgml/ref/alter_server.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_server.sgml PostgreSQL documentation --> - + ALTER SERVER diff --git a/doc/src/sgml/ref/alter_statistics.sgml b/doc/src/sgml/ref/alter_statistics.sgml index 87acb879b0..d7b012fd54 100644 --- a/doc/src/sgml/ref/alter_statistics.sgml +++ b/doc/src/sgml/ref/alter_statistics.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_statistics.sgml PostgreSQL documentation --> - + ALTER STATISTICS diff --git a/doc/src/sgml/ref/alter_subscription.sgml b/doc/src/sgml/ref/alter_subscription.sgml index b76a21f654..7e0240d696 100644 --- a/doc/src/sgml/ref/alter_subscription.sgml +++ b/doc/src/sgml/ref/alter_subscription.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_subscription.sgml PostgreSQL documentation --> - + ALTER SUBSCRIPTION @@ -68,7 +68,7 @@ ALTER SUBSCRIPTION name RENAME TO < This clause alters the connection property originally set by - . See there for more + . See there for more information. @@ -79,7 +79,7 @@ ALTER SUBSCRIPTION name RENAME TO < Changes list of subscribed publications. See - for more information. + for more information. By default this command will also act like REFRESH PUBLICATION. @@ -162,7 +162,7 @@ ALTER SUBSCRIPTION name RENAME TO < This clause alters parameters originally set by - . See there for more + . See there for more information. The allowed options are slot_name and synchronous_commit diff --git a/doc/src/sgml/ref/alter_system.sgml b/doc/src/sgml/ref/alter_system.sgml index b8ef117b7d..887c4392dd 100644 --- a/doc/src/sgml/ref/alter_system.sgml +++ b/doc/src/sgml/ref/alter_system.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_system.sgml PostgreSQL documentation --> - + ALTER SYSTEM @@ -135,8 +135,8 @@ ALTER SYSTEM RESET wal_level; See Also - - + + diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index b4b8dab911..234ccb70e1 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_table.sgml PostgreSQL documentation --> - + ALTER TABLE @@ -109,7 +109,7 @@ ALTER TABLE [ IF EXISTS ] name This form adds a new column to the table, using the same syntax as - . If IF NOT EXISTS + . If IF NOT EXISTS is specified and a column already exists with this name, no error is thrown. @@ -314,7 +314,7 @@ ALTER TABLE [ IF EXISTS ] name This form adds a new constraint to a table using the same syntax as - , plus the option NOT + , plus the option NOT VALID, which is currently only allowed for foreign key and CHECK constraints. If the constraint is marked NOT VALID, the @@ -483,7 +483,7 @@ ALTER TABLE [ IF EXISTS ] name even if row level security is disabled - in this case, the policies will NOT be applied and the policies will be ignored. See also - . + . @@ -498,7 +498,7 @@ ALTER TABLE [ IF EXISTS ] name disabled (the default) then row level security will not be applied when the user is the table owner. See also - . + . @@ -508,7 +508,7 @@ ALTER TABLE [ IF EXISTS ] name This form selects the default index for future - + operations. It does not actually re-cluster the table. @@ -522,7 +522,7 @@ ALTER TABLE [ IF EXISTS ] name This form removes the most recently used - + index specification from the table. This affects future cluster operations that don't specify an index. @@ -582,7 +582,7 @@ ALTER TABLE [ IF EXISTS ] name information_schema relations are not considered part of the system catalogs and will be moved. See also - . + . @@ -592,7 +592,7 @@ ALTER TABLE [ IF EXISTS ] name This form changes the table from unlogged to logged or vice-versa - (see ). It cannot be applied + (see ). It cannot be applied to a temporary table. @@ -603,13 +603,13 @@ ALTER TABLE [ IF EXISTS ] name This form changes one or more storage parameters for the table. See - + for details on the available parameters. Note that the table contents will not be modified immediately by this command; depending on the parameter you might need to rewrite the table to get the desired effects. - That can be done with VACUUM - FULL, or one of the forms + That can be done with VACUUM + FULL, or one of the forms of ALTER TABLE that forces a table rewrite. For planner related parameters, changes will take effect from the next time the table is locked so currently executing queries will not be @@ -722,7 +722,7 @@ ALTER TABLE [ IF EXISTS ] name - + REPLICA IDENTITY @@ -810,7 +810,7 @@ ALTER TABLE [ IF EXISTS ] name If the new partition is a foreign table, nothing is done to verify that all the rows in the foreign table obey the partition constraint. - (See the discussion in about + (See the discussion in about constraints on the foreign table.) diff --git a/doc/src/sgml/ref/alter_tablespace.sgml b/doc/src/sgml/ref/alter_tablespace.sgml index def554bfb3..4d6f011e2f 100644 --- a/doc/src/sgml/ref/alter_tablespace.sgml +++ b/doc/src/sgml/ref/alter_tablespace.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_tablespace.sgml PostgreSQL documentation --> - + ALTER TABLESPACE diff --git a/doc/src/sgml/ref/alter_trigger.sgml b/doc/src/sgml/ref/alter_trigger.sgml index 2e872cf11f..4b4dacbf28 100644 --- a/doc/src/sgml/ref/alter_trigger.sgml +++ b/doc/src/sgml/ref/alter_trigger.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_trigger.sgml PostgreSQL documentation --> - + ALTER TRIGGER @@ -90,7 +90,7 @@ ALTER TRIGGER name ON The ability to temporarily enable or disable a trigger is provided by - , not by + , not by ALTER TRIGGER, because ALTER TRIGGER has no convenient way to express the option of enabling or disabling all of a table's triggers at once. diff --git a/doc/src/sgml/ref/alter_tsconfig.sgml b/doc/src/sgml/ref/alter_tsconfig.sgml index b44aac9bf5..630927c15b 100644 --- a/doc/src/sgml/ref/alter_tsconfig.sgml +++ b/doc/src/sgml/ref/alter_tsconfig.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_tsconfig.sgml PostgreSQL documentation --> - + ALTER TEXT SEARCH CONFIGURATION diff --git a/doc/src/sgml/ref/alter_tsdictionary.sgml b/doc/src/sgml/ref/alter_tsdictionary.sgml index 16d76687ab..75a8b1dac6 100644 --- a/doc/src/sgml/ref/alter_tsdictionary.sgml +++ b/doc/src/sgml/ref/alter_tsdictionary.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_tsdictionary.sgml PostgreSQL documentation --> - + ALTER TEXT SEARCH DICTIONARY diff --git a/doc/src/sgml/ref/alter_tsparser.sgml b/doc/src/sgml/ref/alter_tsparser.sgml index 737a507565..c71faeec05 100644 --- a/doc/src/sgml/ref/alter_tsparser.sgml +++ b/doc/src/sgml/ref/alter_tsparser.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_tsparser.sgml PostgreSQL documentation --> - + ALTER TEXT SEARCH PARSER diff --git a/doc/src/sgml/ref/alter_tstemplate.sgml b/doc/src/sgml/ref/alter_tstemplate.sgml index d9a753017b..210baa7125 100644 --- a/doc/src/sgml/ref/alter_tstemplate.sgml +++ b/doc/src/sgml/ref/alter_tstemplate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_tstemplate.sgml PostgreSQL documentation --> - + ALTER TEXT SEARCH TEMPLATE diff --git a/doc/src/sgml/ref/alter_type.sgml b/doc/src/sgml/ref/alter_type.sgml index 75be3187f1..7c32f0c5d5 100644 --- a/doc/src/sgml/ref/alter_type.sgml +++ b/doc/src/sgml/ref/alter_type.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_type.sgml PostgreSQL documentation --> - + ALTER TYPE @@ -52,7 +52,7 @@ ALTER TYPE name RENAME VALUE This form adds a new attribute to a composite type, using the same syntax as - . + . @@ -364,7 +364,7 @@ ALTER TYPE colors RENAME VALUE 'purple' TO 'mauve'; - + See Also diff --git a/doc/src/sgml/ref/alter_user.sgml b/doc/src/sgml/ref/alter_user.sgml index 1a240ff430..8e03510bd4 100644 --- a/doc/src/sgml/ref/alter_user.sgml +++ b/doc/src/sgml/ref/alter_user.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_user.sgml PostgreSQL documentation --> - + ALTER USER diff --git a/doc/src/sgml/ref/alter_user_mapping.sgml b/doc/src/sgml/ref/alter_user_mapping.sgml index 18271d5199..eecff388cb 100644 --- a/doc/src/sgml/ref/alter_user_mapping.sgml +++ b/doc/src/sgml/ref/alter_user_mapping.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_user_mapping.sgml PostgreSQL documentation --> - + ALTER USER MAPPING diff --git a/doc/src/sgml/ref/alter_view.sgml b/doc/src/sgml/ref/alter_view.sgml index e7180b4409..f33519bd79 100644 --- a/doc/src/sgml/ref/alter_view.sgml +++ b/doc/src/sgml/ref/alter_view.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/alter_view.sgml PostgreSQL documentation --> - + ALTER VIEW diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index 12f2f09337..bc33f0fa23 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/analyze.sgml PostgreSQL documentation --> - + ANALYZE diff --git a/doc/src/sgml/ref/begin.sgml b/doc/src/sgml/ref/begin.sgml index fd6f073d18..45f85aea34 100644 --- a/doc/src/sgml/ref/begin.sgml +++ b/doc/src/sgml/ref/begin.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/begin.sgml PostgreSQL documentation --> - + BEGIN @@ -95,8 +95,8 @@ BEGIN [ WORK | TRANSACTION ] [ transaction_mode - Use or - + Use or + to terminate a transaction block. diff --git a/doc/src/sgml/ref/close.sgml b/doc/src/sgml/ref/close.sgml index 4d71c45797..7ecc0cc463 100644 --- a/doc/src/sgml/ref/close.sgml +++ b/doc/src/sgml/ref/close.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/close.sgml PostgreSQL documentation --> - + CLOSE diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index 5c5db75077..1210b5dffb 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/cluster.sgml PostgreSQL documentation --> - + CLUSTER @@ -57,7 +57,7 @@ CLUSTER [VERBOSE] CLUSTER table_name reclusters the table using the same index as before. You can also use the CLUSTER or SET WITHOUT CLUSTER - forms of to set the index to be used for + forms of to set the index to be used for future cluster operations, or to clear any previous setting. diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 081bbc5f7a..d2d4b52f48 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/clusterdb.sgml PostgreSQL documentation --> - + clusterdb @@ -60,7 +60,7 @@ PostgreSQL documentation clusterdb is a wrapper around the SQL - command . + command . There is no effective difference between clustering databases via this utility and via other methods for accessing the server. @@ -289,8 +289,8 @@ PostgreSQL documentation Diagnostics - In case of difficulty, see - and for + In case of difficulty, see + and for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml index ab2e09d521..d705792a45 100644 --- a/doc/src/sgml/ref/comment.sgml +++ b/doc/src/sgml/ref/comment.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/comment.sgml PostgreSQL documentation --> - + COMMENT diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml index 8e3f53957e..e41d6ff3cf 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/commit.sgml PostgreSQL documentation --> - + COMMIT @@ -55,7 +55,7 @@ COMMIT [ WORK | TRANSACTION ] Notes - Use to + Use to abort a transaction. diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml index 35bbf85af7..c200a3e573 100644 --- a/doc/src/sgml/ref/commit_prepared.sgml +++ b/doc/src/sgml/ref/commit_prepared.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/commit_prepared.sgml PostgreSQL documentation --> - + COMMIT PREPARED diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 8f0974b256..eb91ad971d 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -4,7 +4,7 @@ PostgreSQL documentation --> - + COPY @@ -451,7 +451,7 @@ COPY count Do not confuse COPY with the psql instruction - \copy. \copy invokes + \copy. \copy invokes COPY FROM STDIN or COPY TO STDOUT, and then fetches/stores the data in a file accessible to the psql client. Thus, diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index 3de30fa580..4a8cee8057 100644 --- a/doc/src/sgml/ref/create_aggregate.sgml +++ b/doc/src/sgml/ref/create_aggregate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_aggregate.sgml PostgreSQL documentation --> - + CREATE AGGREGATE diff --git a/doc/src/sgml/ref/create_cast.sgml b/doc/src/sgml/ref/create_cast.sgml index 89af1e5051..cd4565e336 100644 --- a/doc/src/sgml/ref/create_cast.sgml +++ b/doc/src/sgml/ref/create_cast.sgml @@ -1,6 +1,6 @@ - + CREATE CAST diff --git a/doc/src/sgml/ref/create_collation.sgml b/doc/src/sgml/ref/create_collation.sgml index d4e99e925f..cc76b04027 100644 --- a/doc/src/sgml/ref/create_collation.sgml +++ b/doc/src/sgml/ref/create_collation.sgml @@ -1,6 +1,6 @@ - + CREATE COLLATION diff --git a/doc/src/sgml/ref/create_conversion.sgml b/doc/src/sgml/ref/create_conversion.sgml index 03e0315eef..44475eb30e 100644 --- a/doc/src/sgml/ref/create_conversion.sgml +++ b/doc/src/sgml/ref/create_conversion.sgml @@ -1,6 +1,6 @@ - + CREATE CONVERSION diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 8adfa3a37b..3e35c776ea 100644 --- a/doc/src/sgml/ref/create_database.sgml +++ b/doc/src/sgml/ref/create_database.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_database.sgml PostgreSQL documentation --> - + CREATE DATABASE @@ -45,7 +45,7 @@ CREATE DATABASE name To create a database, you must be a superuser or have the special CREATEDB privilege. - See . + See . @@ -203,11 +203,11 @@ CREATE DATABASE name - Use to remove a database. + Use to remove a database. - The program is a + The program is a wrapper program around this command, provided for convenience. diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml index 705ff55c49..d38914e288 100644 --- a/doc/src/sgml/ref/create_domain.sgml +++ b/doc/src/sgml/ref/create_domain.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_domain.sgml PostgreSQL documentation --> - + CREATE DOMAIN @@ -242,7 +242,7 @@ CREATE TABLE us_snail_addy ( - + Compatibility @@ -251,7 +251,7 @@ CREATE TABLE us_snail_addy ( - + See Also diff --git a/doc/src/sgml/ref/create_event_trigger.sgml b/doc/src/sgml/ref/create_event_trigger.sgml index 9652f02412..42cd065612 100644 --- a/doc/src/sgml/ref/create_event_trigger.sgml +++ b/doc/src/sgml/ref/create_event_trigger.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_event_trigger.sgml PostgreSQL documentation --> - + CREATE EVENT TRIGGER diff --git a/doc/src/sgml/ref/create_extension.sgml b/doc/src/sgml/ref/create_extension.sgml index a3a7892812..3e0f849f5b 100644 --- a/doc/src/sgml/ref/create_extension.sgml +++ b/doc/src/sgml/ref/create_extension.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_extension.sgml PostgreSQL documentation --> - + CREATE EXTENSION diff --git a/doc/src/sgml/ref/create_foreign_data_wrapper.sgml b/doc/src/sgml/ref/create_foreign_data_wrapper.sgml index 87403a55e3..d9a1c18735 100644 --- a/doc/src/sgml/ref/create_foreign_data_wrapper.sgml +++ b/doc/src/sgml/ref/create_foreign_data_wrapper.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_foreign_data_wrapper.sgml PostgreSQL documentation --> - + CREATE FOREIGN DATA WRAPPER diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml index 47705fd187..212c62ae1b 100644 --- a/doc/src/sgml/ref/create_foreign_table.sgml +++ b/doc/src/sgml/ref/create_foreign_table.sgml @@ -1,6 +1,6 @@ - + CREATE FOREIGN TABLE @@ -51,7 +51,7 @@ CHECK ( expression ) [ NO INHERIT ] - + Description @@ -252,7 +252,7 @@ CHECK ( expression ) [ NO INHERIT ] The name of an existing foreign server to use for the foreign table. For details on defining a server, see . + linkend="sql-createserver">. @@ -310,7 +310,7 @@ CHECK ( expression ) [ NO INHERIT ] - + Examples @@ -342,8 +342,8 @@ CREATE FOREIGN TABLE measurement_y2016m07 - - Compatibility + + Compatibility The CREATE FOREIGN TABLE command largely conforms to the diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 97cb9b7fc8..970dc13359 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -2,7 +2,7 @@ doc/src/sgml/ref/create_function.sgml --> - + CREATE FUNCTION @@ -543,7 +543,7 @@ CREATE [ OR REPLACE ] FUNCTION the SQL function. The string obj_file is the name of the shared library file containing the compiled C function, and is interpreted - as for the command. The string + as for the command. The string link_symbol is the function's link symbol, that is, the name of the function in the C language source code. If the link symbol is omitted, it is assumed diff --git a/doc/src/sgml/ref/create_group.sgml b/doc/src/sgml/ref/create_group.sgml index 7896043a11..0382349404 100644 --- a/doc/src/sgml/ref/create_group.sgml +++ b/doc/src/sgml/ref/create_group.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_group.sgml PostgreSQL documentation --> - + CREATE GROUP diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index bb2601dc8c..92c0090dfd 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_index.sgml PostgreSQL documentation --> - + CREATE INDEX @@ -120,8 +120,8 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] . + — see . @@ -288,8 +288,8 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] - - Index Storage Parameters + + Index Storage Parameters The optional WITH clause specifies storage @@ -409,10 +409,10 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] - - Building Indexes Concurrently + + Building Indexes Concurrently - + index building concurrently diff --git a/doc/src/sgml/ref/create_language.sgml b/doc/src/sgml/ref/create_language.sgml index 20d56a766f..92dae40ecc 100644 --- a/doc/src/sgml/ref/create_language.sgml +++ b/doc/src/sgml/ref/create_language.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_language.sgml PostgreSQL documentation --> - + CREATE LANGUAGE diff --git a/doc/src/sgml/ref/create_materialized_view.sgml b/doc/src/sgml/ref/create_materialized_view.sgml index 126aa5666f..8dd138f816 100644 --- a/doc/src/sgml/ref/create_materialized_view.sgml +++ b/doc/src/sgml/ref/create_materialized_view.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_materialized_view.sgml PostgreSQL documentation --> - + CREATE MATERIALIZED VIEW diff --git a/doc/src/sgml/ref/create_opclass.sgml b/doc/src/sgml/ref/create_opclass.sgml index 08eb7f2a08..882100583e 100644 --- a/doc/src/sgml/ref/create_opclass.sgml +++ b/doc/src/sgml/ref/create_opclass.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_opclass.sgml PostgreSQL documentation --> - + CREATE OPERATOR CLASS diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index 11c38fd38b..774616e244 100644 --- a/doc/src/sgml/ref/create_operator.sgml +++ b/doc/src/sgml/ref/create_operator.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_operator.sgml PostgreSQL documentation --> - + CREATE OPERATOR diff --git a/doc/src/sgml/ref/create_opfamily.sgml b/doc/src/sgml/ref/create_opfamily.sgml index ca5261b7a0..0953e238ce 100644 --- a/doc/src/sgml/ref/create_opfamily.sgml +++ b/doc/src/sgml/ref/create_opfamily.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_opfamily.sgml PostgreSQL documentation --> - + CREATE OPERATOR FAMILY diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml index 1bcf2de429..64d3a6baa6 100644 --- a/doc/src/sgml/ref/create_policy.sgml +++ b/doc/src/sgml/ref/create_policy.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_policy.sgml PostgreSQL documentation --> - + CREATE POLICY @@ -222,7 +222,7 @@ CREATE POLICY name ON - + ALL @@ -253,7 +253,7 @@ CREATE POLICY name ON - + SELECT @@ -273,7 +273,7 @@ CREATE POLICY name ON - + INSERT @@ -294,7 +294,7 @@ CREATE POLICY name ON - + UPDATE @@ -353,7 +353,7 @@ CREATE POLICY name ON - + DELETE diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index b997d387e7..55771d1d31 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_publication.sgml PostgreSQL documentation --> - + CREATE PUBLICATION diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 4a4061a237..7c050a3add 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_role.sgml PostgreSQL documentation --> - + CREATE ROLE @@ -329,8 +329,8 @@ CREATE ROLE name [ [ WITH ] Notes - Use to - change the attributes of a role, and + Use to + change the attributes of a role, and to remove a role. All the attributes specified by CREATE ROLE can be modified by later ALTER ROLE commands. @@ -339,8 +339,8 @@ CREATE ROLE name [ [ WITH ] The preferred way to add and remove members of roles that are being used as groups is to use - and - . + and + . @@ -358,7 +358,7 @@ CREATE ROLE name [ [ WITH ] CREATEDB privilege does not immediately grant the ability to create databases, even if INHERIT is set; it would be necessary to become that role via - before + before creating a database. @@ -385,7 +385,7 @@ CREATE ROLE name [ [ WITH ] PostgreSQL includes a program that has + linkend="app-createuser"> that has the same functionality as CREATE ROLE (in fact, it calls this command) but can be run from the command shell. @@ -402,7 +402,7 @@ CREATE ROLE name [ [ WITH ] , however, transmits + linkend="app-createuser">, however, transmits the password encrypted. Also, contains a command \password that can be used to safely change the diff --git a/doc/src/sgml/ref/create_rule.sgml b/doc/src/sgml/ref/create_rule.sgml index c772c38399..c6403c0530 100644 --- a/doc/src/sgml/ref/create_rule.sgml +++ b/doc/src/sgml/ref/create_rule.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_rule.sgml PostgreSQL documentation --> - + CREATE RULE diff --git a/doc/src/sgml/ref/create_schema.sgml b/doc/src/sgml/ref/create_schema.sgml index ce3530c048..ed856e21e4 100644 --- a/doc/src/sgml/ref/create_schema.sgml +++ b/doc/src/sgml/ref/create_schema.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_schema.sgml PostgreSQL documentation --> - + CREATE SCHEMA diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 9248b1d459..0cea9a49ce 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_sequence.sgml PostgreSQL documentation --> - + CREATE SEQUENCE diff --git a/doc/src/sgml/ref/create_server.sgml b/doc/src/sgml/ref/create_server.sgml index e14ce43bf9..e13636a268 100644 --- a/doc/src/sgml/ref/create_server.sgml +++ b/doc/src/sgml/ref/create_server.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_server.sgml PostgreSQL documentation --> - + CREATE SERVER diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index 066af8a4b4..bb99d8e785 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_statistics.sgml PostgreSQL documentation --> - + CREATE STATISTICS @@ -29,7 +29,7 @@ CREATE STATISTICS [ IF NOT EXISTS ] statistics_na - + Description @@ -125,7 +125,7 @@ CREATE STATISTICS [ IF NOT EXISTS ] statistics_na - + Examples diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index cd51b7fcac..2a1514a5ac 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_subscription.sgml PostgreSQL documentation --> - + CREATE SUBSCRIPTION diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 2db2e9fc44..4f7b741526 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_table.sgml PostgreSQL documentation --> - + CREATE TABLE @@ -102,7 +102,7 @@ FROM ( { numeric_literal | - + Description @@ -157,7 +157,7 @@ FROM ( { numeric_literal | - + TEMPORARY or TEMP @@ -191,7 +191,7 @@ FROM ( { numeric_literal | - + UNLOGGED @@ -249,7 +249,7 @@ FROM ( { numeric_literal | - + PARTITION OF parent_table { FOR VALUES partition_bound_spec | DEFAULT } @@ -783,7 +783,7 @@ FROM ( { numeric_literal | - + EXCLUDE [ USING index_method ] ( exclude_element WITH operator [, ... ] ) index_parameters [ WHERE ( predicate ) ] @@ -1120,8 +1120,8 @@ FROM ( { numeric_literal | - - Storage Parameters + + Storage Parameters storage parameters @@ -1132,7 +1132,7 @@ FROM ( { numeric_literal | UNIQUE, PRIMARY KEY, or EXCLUDE constraint. Storage parameters for - indexes are documented in . + indexes are documented in . The storage parameters currently available for tables are listed below. For many of these parameters, as shown, there is an additional parameter with the same name prefixed with @@ -1360,7 +1360,7 @@ FROM ( { numeric_literal | - + Notes @@ -1407,7 +1407,7 @@ FROM ( { numeric_literal | - + Examples @@ -1709,8 +1709,8 @@ CREATE TABLE cities_partdef - - Compatibility + + Compatibility The CREATE TABLE command conforms to the diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml index 8198442a97..89ca82baa5 100644 --- a/doc/src/sgml/ref/create_table_as.sgml +++ b/doc/src/sgml/ref/create_table_as.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_table_as.sgml PostgreSQL documentation --> - + CREATE TABLE AS diff --git a/doc/src/sgml/ref/create_tablespace.sgml b/doc/src/sgml/ref/create_tablespace.sgml index 4d95cac9e5..ed9635ef40 100644 --- a/doc/src/sgml/ref/create_tablespace.sgml +++ b/doc/src/sgml/ref/create_tablespace.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_tablespace.sgml PostgreSQL documentation --> - + CREATE TABLESPACE diff --git a/doc/src/sgml/ref/create_transform.sgml b/doc/src/sgml/ref/create_transform.sgml index 647c3b9f05..dfb83a76da 100644 --- a/doc/src/sgml/ref/create_transform.sgml +++ b/doc/src/sgml/ref/create_transform.sgml @@ -1,6 +1,6 @@ - + CREATE TRANSFORM diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml index 6726e3c766..9e97c364ef 100644 --- a/doc/src/sgml/ref/create_trigger.sgml +++ b/doc/src/sgml/ref/create_trigger.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_trigger.sgml PostgreSQL documentation --> - + CREATE TRIGGER @@ -170,7 +170,7 @@ CREATE [ CONSTRAINT ] TRIGGER name When the CONSTRAINT option is specified, this command creates a constraint trigger. This is the same as a regular trigger except that the timing of the trigger firing can be adjusted using - . + . Constraint triggers must be AFTER ROW triggers on plain tables (not foreign tables). They can be fired either at the end of the statement causing the triggering @@ -302,7 +302,7 @@ UPDATE OF column_name1 [, column_name2 The default timing of the trigger. - See the documentation for details of + See the documentation for details of these constraint options. This can only be specified for constraint triggers. @@ -422,7 +422,7 @@ UPDATE OF column_name1 [, column_name2 - + Notes @@ -523,7 +523,7 @@ UPDATE OF column_name1 [, column_name2 - + Examples @@ -610,7 +610,7 @@ CREATE TRIGGER paired_items_update - + Compatibility - + CREATE TEXT SEARCH CONFIGURATION diff --git a/doc/src/sgml/ref/create_tsdictionary.sgml b/doc/src/sgml/ref/create_tsdictionary.sgml index 9c95c11608..20a01765b7 100644 --- a/doc/src/sgml/ref/create_tsdictionary.sgml +++ b/doc/src/sgml/ref/create_tsdictionary.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_tsdictionary.sgml PostgreSQL documentation --> - + CREATE TEXT SEARCH DICTIONARY diff --git a/doc/src/sgml/ref/create_tsparser.sgml b/doc/src/sgml/ref/create_tsparser.sgml index 044581f6f2..8e5e1b0b48 100644 --- a/doc/src/sgml/ref/create_tsparser.sgml +++ b/doc/src/sgml/ref/create_tsparser.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_tsparser.sgml PostgreSQL documentation --> - + CREATE TEXT SEARCH PARSER diff --git a/doc/src/sgml/ref/create_tstemplate.sgml b/doc/src/sgml/ref/create_tstemplate.sgml index e10f18b28b..0340e1ab1f 100644 --- a/doc/src/sgml/ref/create_tstemplate.sgml +++ b/doc/src/sgml/ref/create_tstemplate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_tstemplate.sgml PostgreSQL documentation --> - + CREATE TEXT SEARCH TEMPLATE diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 02ca27b281..1b409ad22f 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_type.sgml PostgreSQL documentation --> - + CREATE TYPE @@ -111,7 +111,7 @@ CREATE TYPE name - + Enumerated Types @@ -123,7 +123,7 @@ CREATE TYPE name - + Range Types @@ -769,7 +769,7 @@ CREATE TYPE name - + Notes @@ -928,7 +928,7 @@ CREATE TABLE big_objs ( - + Compatibility @@ -947,7 +947,7 @@ CREATE TABLE big_objs ( - + See Also diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 500169da98..13dfd64c6d 100644 --- a/doc/src/sgml/ref/create_user.sgml +++ b/doc/src/sgml/ref/create_user.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_user.sgml PostgreSQL documentation --> - + CREATE USER diff --git a/doc/src/sgml/ref/create_user_mapping.sgml b/doc/src/sgml/ref/create_user_mapping.sgml index 10182e1426..d18cc91a00 100644 --- a/doc/src/sgml/ref/create_user_mapping.sgml +++ b/doc/src/sgml/ref/create_user_mapping.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_user_mapping.sgml PostgreSQL documentation --> - + CREATE USER MAPPING diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml index c0dd022495..e52a4b85a7 100644 --- a/doc/src/sgml/ref/create_view.sgml +++ b/doc/src/sgml/ref/create_view.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_view.sgml PostgreSQL documentation --> - + CREATE VIEW @@ -165,10 +165,10 @@ CREATE VIEW [ schema . ] view_name WITH [ CASCADED | LOCAL ] CHECK OPTION - + CHECK OPTION - + WITH CHECK OPTION @@ -278,8 +278,8 @@ CREATE VIEW vista AS SELECT text 'Hello World' AS hello; to replace it (this includes being a member of the owning role). - - Updatable Views + + Updatable Views updatable views diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml index 0112d3a848..265d14e149 100644 --- a/doc/src/sgml/ref/createdb.sgml +++ b/doc/src/sgml/ref/createdb.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/createdb.sgml PostgreSQL documentation --> - + createdb @@ -30,7 +30,7 @@ PostgreSQL documentation - + Description @@ -48,7 +48,7 @@ PostgreSQL documentation createdb is a wrapper around the - SQL command . + SQL command . There is no effective difference between creating databases via this utility and via other methods for accessing the server. @@ -199,7 +199,7 @@ PostgreSQL documentation The options , , , , and correspond to options of the underlying - SQL command ; see there for more information + SQL command ; see there for more information about them. @@ -337,8 +337,8 @@ PostgreSQL documentation Diagnostics - In case of difficulty, see - and for + In case of difficulty, see + and for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 788ee81daf..f3c50c4113 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/createuser.sgml PostgreSQL documentation --> - + createuser @@ -49,7 +49,7 @@ PostgreSQL documentation createuser is a wrapper around the - SQL command . + SQL command . There is no effective difference between creating users via this utility and via other methods for accessing the server. @@ -415,8 +415,8 @@ PostgreSQL documentation Diagnostics - In case of difficulty, see - and for + In case of difficulty, see + and for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment diff --git a/doc/src/sgml/ref/deallocate.sgml b/doc/src/sgml/ref/deallocate.sgml index 394b125f52..4e23c6e091 100644 --- a/doc/src/sgml/ref/deallocate.sgml +++ b/doc/src/sgml/ref/deallocate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/deallocate.sgml PostgreSQL documentation --> - + DEALLOCATE diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index 8eae0354af..a70e2466e5 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/declare.sgml PostgreSQL documentation --> - + DECLARE diff --git a/doc/src/sgml/ref/delete.sgml b/doc/src/sgml/ref/delete.sgml index 570e9aa710..d7869efd9a 100644 --- a/doc/src/sgml/ref/delete.sgml +++ b/doc/src/sgml/ref/delete.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/delete.sgml PostgreSQL documentation --> - + DELETE diff --git a/doc/src/sgml/ref/discard.sgml b/doc/src/sgml/ref/discard.sgml index f432e70430..063342494f 100644 --- a/doc/src/sgml/ref/discard.sgml +++ b/doc/src/sgml/ref/discard.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/discard.sgml PostgreSQL documentation --> - + DISCARD diff --git a/doc/src/sgml/ref/do.sgml b/doc/src/sgml/ref/do.sgml index 5d2e9b1b8c..c14dff0a28 100644 --- a/doc/src/sgml/ref/do.sgml +++ b/doc/src/sgml/ref/do.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/do.sgml PostgreSQL documentation --> - + DO diff --git a/doc/src/sgml/ref/drop_aggregate.sgml b/doc/src/sgml/ref/drop_aggregate.sgml index ac29e7a419..1e5b3e8bd4 100644 --- a/doc/src/sgml/ref/drop_aggregate.sgml +++ b/doc/src/sgml/ref/drop_aggregate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_aggregate.sgml PostgreSQL documentation --> - + DROP AGGREGATE diff --git a/doc/src/sgml/ref/drop_cast.sgml b/doc/src/sgml/ref/drop_cast.sgml index dae3a39fce..6e0d741637 100644 --- a/doc/src/sgml/ref/drop_cast.sgml +++ b/doc/src/sgml/ref/drop_cast.sgml @@ -1,6 +1,6 @@ - + DROP CAST diff --git a/doc/src/sgml/ref/drop_collation.sgml b/doc/src/sgml/ref/drop_collation.sgml index 23f8e88fc9..03df0d17b1 100644 --- a/doc/src/sgml/ref/drop_collation.sgml +++ b/doc/src/sgml/ref/drop_collation.sgml @@ -1,6 +1,6 @@ - + DROP COLLATION diff --git a/doc/src/sgml/ref/drop_conversion.sgml b/doc/src/sgml/ref/drop_conversion.sgml index 9d56ec51a5..d5cf18c3e9 100644 --- a/doc/src/sgml/ref/drop_conversion.sgml +++ b/doc/src/sgml/ref/drop_conversion.sgml @@ -1,6 +1,6 @@ - + DROP CONVERSION diff --git a/doc/src/sgml/ref/drop_database.sgml b/doc/src/sgml/ref/drop_database.sgml index 7e5fbe7396..bbf3fd3776 100644 --- a/doc/src/sgml/ref/drop_database.sgml +++ b/doc/src/sgml/ref/drop_database.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_database.sgml PostgreSQL documentation --> - + DROP DATABASE diff --git a/doc/src/sgml/ref/drop_domain.sgml b/doc/src/sgml/ref/drop_domain.sgml index b1dac01e65..59379e8234 100644 --- a/doc/src/sgml/ref/drop_domain.sgml +++ b/doc/src/sgml/ref/drop_domain.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_domain.sgml PostgreSQL documentation --> - + DROP DOMAIN @@ -81,7 +81,7 @@ DROP DOMAIN [ IF EXISTS ] name [, . - + Examples @@ -92,7 +92,7 @@ DROP DOMAIN box; - + Compatibility @@ -102,7 +102,7 @@ DROP DOMAIN box; - + See Also diff --git a/doc/src/sgml/ref/drop_event_trigger.sgml b/doc/src/sgml/ref/drop_event_trigger.sgml index 583048dc0f..a773170fa6 100644 --- a/doc/src/sgml/ref/drop_event_trigger.sgml +++ b/doc/src/sgml/ref/drop_event_trigger.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_event_trigger.sgml PostgreSQL documentation --> - + DROP EVENT TRIGGER diff --git a/doc/src/sgml/ref/drop_extension.sgml b/doc/src/sgml/ref/drop_extension.sgml index f75308a20d..bb296df17f 100644 --- a/doc/src/sgml/ref/drop_extension.sgml +++ b/doc/src/sgml/ref/drop_extension.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_extension.sgml PostgreSQL documentation --> - + DROP EXTENSION diff --git a/doc/src/sgml/ref/drop_foreign_data_wrapper.sgml b/doc/src/sgml/ref/drop_foreign_data_wrapper.sgml index a3c73a0d46..8e8968ab1a 100644 --- a/doc/src/sgml/ref/drop_foreign_data_wrapper.sgml +++ b/doc/src/sgml/ref/drop_foreign_data_wrapper.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_foreign_data_wrapper.sgml PostgreSQL documentation --> - + DROP FOREIGN DATA WRAPPER diff --git a/doc/src/sgml/ref/drop_foreign_table.sgml b/doc/src/sgml/ref/drop_foreign_table.sgml index 456d55d112..b12de03e65 100644 --- a/doc/src/sgml/ref/drop_foreign_table.sgml +++ b/doc/src/sgml/ref/drop_foreign_table.sgml @@ -1,6 +1,6 @@ - + DROP FOREIGN TABLE diff --git a/doc/src/sgml/ref/drop_function.sgml b/doc/src/sgml/ref/drop_function.sgml index 9c9adb9a46..05b405dda1 100644 --- a/doc/src/sgml/ref/drop_function.sgml +++ b/doc/src/sgml/ref/drop_function.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_function.sgml PostgreSQL documentation --> - + DROP FUNCTION @@ -127,7 +127,7 @@ DROP FUNCTION [ IF EXISTS ] name [ - + Examples @@ -159,7 +159,7 @@ DROP FUNCTION update_employee_salaries(); - + Compatibility diff --git a/doc/src/sgml/ref/drop_group.sgml b/doc/src/sgml/ref/drop_group.sgml index 5987c5f760..7844db0f7d 100644 --- a/doc/src/sgml/ref/drop_group.sgml +++ b/doc/src/sgml/ref/drop_group.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_group.sgml PostgreSQL documentation --> - + DROP GROUP diff --git a/doc/src/sgml/ref/drop_index.sgml b/doc/src/sgml/ref/drop_index.sgml index de36c135d1..fd235a0c27 100644 --- a/doc/src/sgml/ref/drop_index.sgml +++ b/doc/src/sgml/ref/drop_index.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_index.sgml PostgreSQL documentation --> - + DROP INDEX diff --git a/doc/src/sgml/ref/drop_language.sgml b/doc/src/sgml/ref/drop_language.sgml index 524d758370..350375baef 100644 --- a/doc/src/sgml/ref/drop_language.sgml +++ b/doc/src/sgml/ref/drop_language.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_language.sgml PostgreSQL documentation --> - + DROP LANGUAGE diff --git a/doc/src/sgml/ref/drop_materialized_view.sgml b/doc/src/sgml/ref/drop_materialized_view.sgml index a898a1fc0a..b115aceb38 100644 --- a/doc/src/sgml/ref/drop_materialized_view.sgml +++ b/doc/src/sgml/ref/drop_materialized_view.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_materialized_view.sgml PostgreSQL documentation --> - + DROP MATERIALIZED VIEW diff --git a/doc/src/sgml/ref/drop_opclass.sgml b/doc/src/sgml/ref/drop_opclass.sgml index 83af6d7e48..53a40ff73e 100644 --- a/doc/src/sgml/ref/drop_opclass.sgml +++ b/doc/src/sgml/ref/drop_opclass.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_opclass.sgml PostgreSQL documentation --> - + DROP OPERATOR CLASS diff --git a/doc/src/sgml/ref/drop_operator.sgml b/doc/src/sgml/ref/drop_operator.sgml index 5897c99a62..b10bed09cc 100644 --- a/doc/src/sgml/ref/drop_operator.sgml +++ b/doc/src/sgml/ref/drop_operator.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_operator.sgml PostgreSQL documentation --> - + DROP OPERATOR diff --git a/doc/src/sgml/ref/drop_opfamily.sgml b/doc/src/sgml/ref/drop_opfamily.sgml index b825978aee..eb92664d85 100644 --- a/doc/src/sgml/ref/drop_opfamily.sgml +++ b/doc/src/sgml/ref/drop_opfamily.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_opfamily.sgml PostgreSQL documentation --> - + DROP OPERATOR FAMILY diff --git a/doc/src/sgml/ref/drop_owned.sgml b/doc/src/sgml/ref/drop_owned.sgml index 8b4b3644e6..1eb054dee6 100644 --- a/doc/src/sgml/ref/drop_owned.sgml +++ b/doc/src/sgml/ref/drop_owned.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_owned.sgml PostgreSQL documentation --> - + DROP OWNED diff --git a/doc/src/sgml/ref/drop_policy.sgml b/doc/src/sgml/ref/drop_policy.sgml index f474692105..2bc1e25f9c 100644 --- a/doc/src/sgml/ref/drop_policy.sgml +++ b/doc/src/sgml/ref/drop_policy.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_policy.sgml PostgreSQL documentation --> - + DROP POLICY diff --git a/doc/src/sgml/ref/drop_publication.sgml b/doc/src/sgml/ref/drop_publication.sgml index 1c129c0444..3195c040bb 100644 --- a/doc/src/sgml/ref/drop_publication.sgml +++ b/doc/src/sgml/ref/drop_publication.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_publication.sgml PostgreSQL documentation --> - + DROP PUBLICATION diff --git a/doc/src/sgml/ref/drop_role.sgml b/doc/src/sgml/ref/drop_role.sgml index 3c1bbaba6f..413d1870d4 100644 --- a/doc/src/sgml/ref/drop_role.sgml +++ b/doc/src/sgml/ref/drop_role.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_role.sgml PostgreSQL documentation --> - + DROP ROLE @@ -83,7 +83,7 @@ DROP ROLE [ IF EXISTS ] name [, ... PostgreSQL includes a program that has the + linkend="app-dropuser"> that has the same functionality as this command (in fact, it calls this command) but can be run from the command shell. diff --git a/doc/src/sgml/ref/drop_rule.sgml b/doc/src/sgml/ref/drop_rule.sgml index d3fdf55080..6955016c27 100644 --- a/doc/src/sgml/ref/drop_rule.sgml +++ b/doc/src/sgml/ref/drop_rule.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_rule.sgml PostgreSQL documentation --> - + DROP RULE diff --git a/doc/src/sgml/ref/drop_schema.sgml b/doc/src/sgml/ref/drop_schema.sgml index bb3af1e186..2e608b2b20 100644 --- a/doc/src/sgml/ref/drop_schema.sgml +++ b/doc/src/sgml/ref/drop_schema.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_schema.sgml PostgreSQL documentation --> - + DROP SCHEMA diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml index 5027129b38..be30f8f810 100644 --- a/doc/src/sgml/ref/drop_sequence.sgml +++ b/doc/src/sgml/ref/drop_sequence.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_sequence.sgml PostgreSQL documentation --> - + DROP SEQUENCE diff --git a/doc/src/sgml/ref/drop_server.sgml b/doc/src/sgml/ref/drop_server.sgml index 8ef0e014e4..fa941e8cd2 100644 --- a/doc/src/sgml/ref/drop_server.sgml +++ b/doc/src/sgml/ref/drop_server.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_server.sgml PostgreSQL documentation --> - + DROP SERVER diff --git a/doc/src/sgml/ref/drop_statistics.sgml b/doc/src/sgml/ref/drop_statistics.sgml index fd2087db6a..b34d070d50 100644 --- a/doc/src/sgml/ref/drop_statistics.sgml +++ b/doc/src/sgml/ref/drop_statistics.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_statistics.sgml PostgreSQL documentation --> - + DROP STATISTICS diff --git a/doc/src/sgml/ref/drop_subscription.sgml b/doc/src/sgml/ref/drop_subscription.sgml index 58b1489475..5ab2f9eae8 100644 --- a/doc/src/sgml/ref/drop_subscription.sgml +++ b/doc/src/sgml/ref/drop_subscription.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_subscription.sgml PostgreSQL documentation --> - + DROP SUBSCRIPTION diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index cea7e00351..b215369910 100644 --- a/doc/src/sgml/ref/drop_table.sgml +++ b/doc/src/sgml/ref/drop_table.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_table.sgml PostgreSQL documentation --> - + DROP TABLE diff --git a/doc/src/sgml/ref/drop_tablespace.sgml b/doc/src/sgml/ref/drop_tablespace.sgml index 4343035ebb..b761a4d92e 100644 --- a/doc/src/sgml/ref/drop_tablespace.sgml +++ b/doc/src/sgml/ref/drop_tablespace.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_tablespace.sgml PostgreSQL documentation --> - + DROP TABLESPACE diff --git a/doc/src/sgml/ref/drop_transform.sgml b/doc/src/sgml/ref/drop_transform.sgml index 698920a226..c7de707fcc 100644 --- a/doc/src/sgml/ref/drop_transform.sgml +++ b/doc/src/sgml/ref/drop_transform.sgml @@ -1,6 +1,6 @@ - + DROP TRANSFORM diff --git a/doc/src/sgml/ref/drop_trigger.sgml b/doc/src/sgml/ref/drop_trigger.sgml index d44bf138a6..118f38f3f4 100644 --- a/doc/src/sgml/ref/drop_trigger.sgml +++ b/doc/src/sgml/ref/drop_trigger.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_trigger.sgml PostgreSQL documentation --> - + DROP TRIGGER @@ -92,7 +92,7 @@ DROP TRIGGER [ IF EXISTS ] name ON - + Examples @@ -104,7 +104,7 @@ DROP TRIGGER if_dist_exists ON films; - + Compatibility diff --git a/doc/src/sgml/ref/drop_tsconfig.sgml b/doc/src/sgml/ref/drop_tsconfig.sgml index cc053beceb..b7acf46ff7 100644 --- a/doc/src/sgml/ref/drop_tsconfig.sgml +++ b/doc/src/sgml/ref/drop_tsconfig.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_tsconfig.sgml PostgreSQL documentation --> - + DROP TEXT SEARCH CONFIGURATION diff --git a/doc/src/sgml/ref/drop_tsdictionary.sgml b/doc/src/sgml/ref/drop_tsdictionary.sgml index 66af10fb0f..b670f55ff2 100644 --- a/doc/src/sgml/ref/drop_tsdictionary.sgml +++ b/doc/src/sgml/ref/drop_tsdictionary.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_tsdictionary.sgml PostgreSQL documentation --> - + DROP TEXT SEARCH DICTIONARY diff --git a/doc/src/sgml/ref/drop_tsparser.sgml b/doc/src/sgml/ref/drop_tsparser.sgml index 3fa9467ebd..dea9b2b1bd 100644 --- a/doc/src/sgml/ref/drop_tsparser.sgml +++ b/doc/src/sgml/ref/drop_tsparser.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_tsparser.sgml PostgreSQL documentation --> - + DROP TEXT SEARCH PARSER diff --git a/doc/src/sgml/ref/drop_tstemplate.sgml b/doc/src/sgml/ref/drop_tstemplate.sgml index ad83275457..244af48191 100644 --- a/doc/src/sgml/ref/drop_tstemplate.sgml +++ b/doc/src/sgml/ref/drop_tstemplate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_tstemplate.sgml PostgreSQL documentation --> - + DROP TEXT SEARCH TEMPLATE diff --git a/doc/src/sgml/ref/drop_type.sgml b/doc/src/sgml/ref/drop_type.sgml index 92ac2729ca..37449ed19f 100644 --- a/doc/src/sgml/ref/drop_type.sgml +++ b/doc/src/sgml/ref/drop_type.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_type.sgml PostgreSQL documentation --> - + DROP TYPE @@ -81,7 +81,7 @@ DROP TYPE [ IF EXISTS ] name [, ... - + Examples @@ -91,7 +91,7 @@ DROP TYPE box; - + Compatibility @@ -104,7 +104,7 @@ DROP TYPE box; - + See Also diff --git a/doc/src/sgml/ref/drop_user.sgml b/doc/src/sgml/ref/drop_user.sgml index 3cb90522da..0e680f30f6 100644 --- a/doc/src/sgml/ref/drop_user.sgml +++ b/doc/src/sgml/ref/drop_user.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_user.sgml PostgreSQL documentation --> - + DROP USER diff --git a/doc/src/sgml/ref/drop_user_mapping.sgml b/doc/src/sgml/ref/drop_user_mapping.sgml index 27284acae4..393a1eadcf 100644 --- a/doc/src/sgml/ref/drop_user_mapping.sgml +++ b/doc/src/sgml/ref/drop_user_mapping.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_user_mapping.sgml PostgreSQL documentation --> - + DROP USER MAPPING diff --git a/doc/src/sgml/ref/drop_view.sgml b/doc/src/sgml/ref/drop_view.sgml index a33b33335b..47e55bffb4 100644 --- a/doc/src/sgml/ref/drop_view.sgml +++ b/doc/src/sgml/ref/drop_view.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_view.sgml PostgreSQL documentation --> - + DROP VIEW diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index 9dd44be882..f7ca0877b1 100644 --- a/doc/src/sgml/ref/dropdb.sgml +++ b/doc/src/sgml/ref/dropdb.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/dropdb.sgml PostgreSQL documentation --> - + dropdb @@ -41,7 +41,7 @@ PostgreSQL documentation dropdb is a wrapper around the - SQL command . + SQL command . There is no effective difference between dropping databases via this utility and via other methods for accessing the server. @@ -243,8 +243,8 @@ PostgreSQL documentation Diagnostics - In case of difficulty, see - and for + In case of difficulty, see + and for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index 1387b7dc2d..4c6a8bdb40 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/dropuser.sgml PostgreSQL documentation --> - + dropuser @@ -42,7 +42,7 @@ PostgreSQL documentation dropuser is a wrapper around the - SQL command . + SQL command . There is no effective difference between dropping users via this utility and via other methods for accessing the server. @@ -235,8 +235,8 @@ PostgreSQL documentation Diagnostics - In case of difficulty, see - and for + In case of difficulty, see + and for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index a9eaff815d..18e7ed526a 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/ecpg-ref.sgml PostgreSQL documentation --> - + ecpg @@ -28,7 +28,7 @@ PostgreSQL documentation - + Description diff --git a/doc/src/sgml/ref/end.sgml b/doc/src/sgml/ref/end.sgml index 1f74118efd..4904980dab 100644 --- a/doc/src/sgml/ref/end.sgml +++ b/doc/src/sgml/ref/end.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/end.sgml PostgreSQL documentation --> - + END @@ -57,7 +57,7 @@ END [ WORK | TRANSACTION ] Notes - Use to + Use to abort a transaction. diff --git a/doc/src/sgml/ref/execute.sgml b/doc/src/sgml/ref/execute.sgml index 6ac413d808..113a07a3ce 100644 --- a/doc/src/sgml/ref/execute.sgml +++ b/doc/src/sgml/ref/execute.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/execute.sgml PostgreSQL documentation --> - + EXECUTE diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index bbf2e11cbb..a32c150511 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/explain.sgml PostgreSQL documentation --> - + EXPLAIN diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index fb79a1ac61..aa2e8f64b8 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/fetch.sgml PostgreSQL documentation --> - + FETCH diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index fd9fe03a6a..475c85b835 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/grant.sgml PostgreSQL documentation --> - + GRANT @@ -429,7 +429,7 @@ GRANT role_name [, ...] TO - + Notes diff --git a/doc/src/sgml/ref/import_foreign_schema.sgml b/doc/src/sgml/ref/import_foreign_schema.sgml index 9bc83f1c6a..66c8462a5a 100644 --- a/doc/src/sgml/ref/import_foreign_schema.sgml +++ b/doc/src/sgml/ref/import_foreign_schema.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/import_foreign_schema.sgml PostgreSQL documentation --> - + IMPORT FOREIGN SCHEMA @@ -29,7 +29,7 @@ IMPORT FOREIGN SCHEMA remote_schema - + Description @@ -120,7 +120,7 @@ IMPORT FOREIGN SCHEMA remote_schema - + Examples @@ -144,7 +144,7 @@ IMPORT FOREIGN SCHEMA foreign_films LIMIT TO (actors, directors) - + Compatibility diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 6696d4d05a..9a02bc1dbb 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/initdb.sgml PostgreSQL documentation --> - + initdb @@ -33,7 +33,7 @@ PostgreSQL documentation - + Description diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index 7f44ec31d1..f13fad4dd6 100644 --- a/doc/src/sgml/ref/insert.sgml +++ b/doc/src/sgml/ref/insert.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/insert.sgml PostgreSQL documentation --> - + INSERT @@ -128,7 +128,7 @@ INSERT INTO table_name [ AS Parameters - + Inserting @@ -304,10 +304,10 @@ INSERT INTO table_name [ AS <literal>ON CONFLICT</literal> Clause - + UPSERT - + ON CONFLICT diff --git a/doc/src/sgml/ref/listen.sgml b/doc/src/sgml/ref/listen.sgml index 6527562717..f4c25efbd0 100644 --- a/doc/src/sgml/ref/listen.sgml +++ b/doc/src/sgml/ref/listen.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/listen.sgml PostgreSQL documentation --> - + LISTEN diff --git a/doc/src/sgml/ref/load.sgml b/doc/src/sgml/ref/load.sgml index b9e3fe8b25..14886199de 100644 --- a/doc/src/sgml/ref/load.sgml +++ b/doc/src/sgml/ref/load.sgml @@ -2,7 +2,7 @@ doc/src/sgml/ref/load.sgml --> - + LOAD diff --git a/doc/src/sgml/ref/lock.sgml b/doc/src/sgml/ref/lock.sgml index 6d68ec6c53..49e2933938 100644 --- a/doc/src/sgml/ref/lock.sgml +++ b/doc/src/sgml/ref/lock.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/lock.sgml PostgreSQL documentation --> - + LOCK @@ -236,7 +236,7 @@ COMMIT WORK; There is no LOCK TABLE in the SQL standard, which instead uses SET TRANSACTION to specify concurrency levels on transactions. PostgreSQL supports that too; - see for details. + see for details. diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 4bf7896858..50533e5e0e 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/move.sgml PostgreSQL documentation --> - + MOVE diff --git a/doc/src/sgml/ref/notify.sgml b/doc/src/sgml/ref/notify.sgml index 4376b9fdd7..481163634f 100644 --- a/doc/src/sgml/ref/notify.sgml +++ b/doc/src/sgml/ref/notify.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/notify.sgml PostgreSQL documentation --> - + NOTIFY diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 1944c185cb..167d523f5d 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -45,7 +45,7 @@ PostgreSQL documentation out of backup mode automatically. Backups are always taken of the entire database cluster; it is not possible to back up individual databases or database objects. For individual database backups, a tool such as - must be used. + must be used. @@ -768,7 +768,7 @@ PostgreSQL documentation See Also - + diff --git a/doc/src/sgml/ref/pg_controldata.sgml b/doc/src/sgml/ref/pg_controldata.sgml index 4d4feacb93..9a676e0a78 100644 --- a/doc/src/sgml/ref/pg_controldata.sgml +++ b/doc/src/sgml/ref/pg_controldata.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_controldata.sgml PostgreSQL documentation --> - + pg_controldata @@ -27,7 +27,7 @@ PostgreSQL documentation - + Description pg_controldata prints information initialized during diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 3bcf0a2e9f..f930c7e245 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -610,10 +610,10 @@ PostgreSQL documentation - + Examples - + Starting the Server @@ -632,7 +632,7 @@ PostgreSQL documentation - + Stopping the Server To stop the server, use: @@ -646,7 +646,7 @@ PostgreSQL documentation - + Restarting the Server @@ -668,7 +668,7 @@ PostgreSQL documentation - + Showing the Server Status diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 79a9ee0983..57272e33bf 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_dump.sgml PostgreSQL documentation --> - + pg_dump @@ -375,7 +375,7 @@ PostgreSQL documentation schema parameter is interpreted as a pattern according to the same rules used by psql's \d commands (see ), + linkend="app-psql-patterns" endterm="app-psql-patterns-title">), so multiple schemas can also be selected by writing wildcard characters in the pattern. When using wildcards, be careful to quote the pattern if needed to prevent the shell from expanding the wildcards; see @@ -526,7 +526,7 @@ PostgreSQL documentation table parameter is interpreted as a pattern according to the same rules used by psql's \d commands (see ), + linkend="app-psql-patterns" endterm="app-psql-patterns-title">), so multiple tables can also be selected by writing wildcard characters in the pattern. When using wildcards, be careful to quote the pattern if needed to prevent the shell from expanding the wildcards; see @@ -1374,7 +1374,7 @@ CREATE DATABASE foo WITH TEMPLATE template0; To specify an upper-case or mixed-case name in and related switches, you need to double-quote the name; else it will be folded to lower case (see ). But + linkend="app-psql-patterns" endterm="app-psql-patterns-title">). But double quotes are special to the shell, so in turn they must be quoted. Thus, to dump a single table with a mixed-case name, you need something like diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 0a64c3548e..ce6b895da2 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_dumpall.sgml PostgreSQL documentation --> - + pg_dumpall diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml index 5395fde6d6..4d13c57ffa 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -426,7 +426,7 @@ PostgreSQL documentation See Also - + diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index 5add6113f3..86f660070f 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -279,7 +279,7 @@ PostgreSQL documentation The database to connect to. See the description of the actions for what this means in detail. This can be a libpq connection string; - see for more information. Defaults + see for more information. Defaults to user name. diff --git a/doc/src/sgml/ref/pg_resetwal.sgml b/doc/src/sgml/ref/pg_resetwal.sgml index c8e5790a8e..0c30addd30 100644 --- a/doc/src/sgml/ref/pg_resetwal.sgml +++ b/doc/src/sgml/ref/pg_resetwal.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/pg_resetwal.sgml PostgreSQL documentation --> - + pg_resetwal @@ -29,7 +29,7 @@ PostgreSQL documentation - + Description pg_resetwal clears the write-ahead log (WAL) and diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index ed535f6f89..2b0a334025 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,6 +1,6 @@ - + pg_restore diff --git a/doc/src/sgml/ref/pg_waldump.sgml b/doc/src/sgml/ref/pg_waldump.sgml index 0b39726e30..40049c51e5 100644 --- a/doc/src/sgml/ref/pg_waldump.sgml +++ b/doc/src/sgml/ref/pg_waldump.sgml @@ -29,7 +29,7 @@ PostgreSQL documentation - + Description pg_waldump displays the write-ahead log (WAL) and is mainly diff --git a/doc/src/sgml/ref/prepare.sgml b/doc/src/sgml/ref/prepare.sgml index bcf188f4b9..fb91ef8d50 100644 --- a/doc/src/sgml/ref/prepare.sgml +++ b/doc/src/sgml/ref/prepare.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/prepare.sgml PostgreSQL documentation --> - + PREPARE @@ -123,7 +123,7 @@ PREPARE name [ ( - + Notes diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 4f78e6b131..6a1766ed3c 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/prepare_transaction.sgml PostgreSQL documentation --> - + PREPARE TRANSACTION diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 8cbe0569cf..e520cdf3ba 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/psql-ref.sgml PostgreSQL documentation --> - + psql @@ -45,7 +45,7 @@ PostgreSQL documentation - + Options @@ -629,7 +629,7 @@ EOF Usage - + Connecting to a Database @@ -701,7 +701,7 @@ $ psql postgresql://dbmaster:5433/mydb?sslmode=require - + Entering SQL Commands @@ -730,8 +730,8 @@ testdb=> Whenever a command is executed, psql also polls for asynchronous notification events generated by - and - . + and + . @@ -741,7 +741,7 @@ testdb=> - + Meta-Commands @@ -779,7 +779,7 @@ testdb=> If an unquoted colon (:) followed by a psql variable name appears within an argument, it is replaced by the variable's value, as described in . + linkend="app-psql-interpolation" endterm="app-psql-interpolation-title">. The forms :'variable_name' and :"variable_name" described there work as well. @@ -949,7 +949,7 @@ testdb=> - + \copy { table [ ( column_list ) ] | ( query ) } { from | to } { 'filename' | program 'command' | stdin | stdout | pstdin | pstdout } @@ -958,7 +958,7 @@ testdb=> Performs a frontend (client) copy. This is an operation that - runs an SQL + runs an SQL command, but instead of the server reading or writing the specified file, psql reads or writes the file and @@ -1028,7 +1028,7 @@ testdb=> - + \crosstabview [ colV [ colH @@ -1102,7 +1102,7 @@ testdb=> - \d[S+] [ pattern ] + \d[S+] [ pattern ] @@ -1116,7 +1116,7 @@ testdb=> also shown. For foreign tables, the associated foreign server is shown as well. (Matching the pattern is defined in - + below.) @@ -1131,7 +1131,7 @@ testdb=> more information is displayed: any comments associated with the columns of the table are shown, as is the presence of OIDs in the table, the view definition if the relation is a view, a non-default - replica + replica identity setting. @@ -1155,7 +1155,7 @@ testdb=> - \da[S] [ pattern ] + \da[S] [ pattern ] @@ -1171,7 +1171,7 @@ testdb=> - \dA[+] [ pattern ] + \dA[+] [ pattern ] @@ -1185,7 +1185,7 @@ testdb=> - \db[+] [ pattern ] + \db[+] [ pattern ] @@ -1201,7 +1201,7 @@ testdb=> - \dc[S+] [ pattern ] + \dc[S+] [ pattern ] Lists conversions between character-set encodings. @@ -1219,7 +1219,7 @@ testdb=> - \dC[+] [ pattern ] + \dC[+] [ pattern ] Lists type casts. @@ -1234,7 +1234,7 @@ testdb=> - \dd[S] [ pattern ] + \dd[S] [ pattern ] Shows the descriptions of objects of type constraint, @@ -1263,7 +1263,7 @@ testdb=> - \dD[S+] [ pattern ] + \dD[S+] [ pattern ] Lists domains. If - \ddp [ pattern ] + \ddp [ pattern ] Lists default access privilege settings. An entry is shown for @@ -1302,12 +1302,12 @@ testdb=> - \dE[S+] [ pattern ] - \di[S+] [ pattern ] - \dm[S+] [ pattern ] - \ds[S+] [ pattern ] - \dt[S+] [ pattern ] - \dv[S+] [ pattern ] + \dE[S+] [ pattern ] + \di[S+] [ pattern ] + \dm[S+] [ pattern ] + \ds[S+] [ pattern ] + \dt[S+] [ pattern ] + \dv[S+] [ pattern ] @@ -1333,7 +1333,7 @@ testdb=> - \des[+] [ pattern ] + \des[+] [ pattern ] Lists foreign servers (mnemonic: external @@ -1349,7 +1349,7 @@ testdb=> - \det[+] [ pattern ] + \det[+] [ pattern ] Lists foreign tables (mnemonic: external tables). @@ -1364,7 +1364,7 @@ testdb=> - \deu[+] [ pattern ] + \deu[+] [ pattern ] Lists user mappings (mnemonic: external @@ -1387,7 +1387,7 @@ testdb=> - \dew[+] [ pattern ] + \dew[+] [ pattern ] Lists foreign-data wrappers (mnemonic: external @@ -1403,7 +1403,7 @@ testdb=> - \df[antwS+] [ pattern ] + \df[antwS+] [ pattern ] @@ -1437,7 +1437,7 @@ testdb=> - \dF[+] [ pattern ] + \dF[+] [ pattern ] Lists text search configurations. @@ -1451,7 +1451,7 @@ testdb=> - \dFd[+] [ pattern ] + \dFd[+] [ pattern ] Lists text search dictionaries. @@ -1465,7 +1465,7 @@ testdb=> - \dFp[+] [ pattern ] + \dFp[+] [ pattern ] Lists text search parsers. @@ -1479,7 +1479,7 @@ testdb=> - \dFt[+] [ pattern ] + \dFt[+] [ pattern ] Lists text search templates. @@ -1493,7 +1493,7 @@ testdb=> - \dg[S+] [ pattern ] + \dg[S+] [ pattern ] Lists database roles. @@ -1523,7 +1523,7 @@ testdb=> - \dL[S+] [ pattern ] + \dL[S+] [ pattern ] Lists procedural languages. If - \dn[S+] [ pattern ] + \dn[S+] [ pattern ] @@ -1557,7 +1557,7 @@ testdb=> - \do[S+] [ pattern ] + \do[S+] [ pattern ] Lists operators with their operand and result types. @@ -1575,7 +1575,7 @@ testdb=> - \dO[S+] [ pattern ] + \dO[S+] [ pattern ] Lists collations. @@ -1595,7 +1595,7 @@ testdb=> - \dp [ pattern ] + \dp [ pattern ] Lists tables, views and sequences with their @@ -1616,7 +1616,7 @@ testdb=> - \drds [ role-pattern [ database-pattern ] ] + \drds [ role-pattern [ database-pattern ] ] Lists defined configuration settings. These settings can be @@ -1638,7 +1638,7 @@ testdb=> - \dRp[+] [ pattern ] + \dRp[+] [ pattern ] Lists replication publications. @@ -1652,7 +1652,7 @@ testdb=> - \dRs[+] [ pattern ] + \dRs[+] [ pattern ] Lists replication subscriptions. @@ -1666,7 +1666,7 @@ testdb=> - \dT[S+] [ pattern ] + \dT[S+] [ pattern ] Lists data types. @@ -1683,7 +1683,7 @@ testdb=> - \du[S+] [ pattern ] + \du[S+] [ pattern ] Lists database roles. @@ -1702,7 +1702,7 @@ testdb=> - \dx[+] [ pattern ] + \dx[+] [ pattern ] Lists installed extensions. @@ -1716,7 +1716,7 @@ testdb=> - \dy[+] [ pattern ] + \dy[+] [ pattern ] Lists event triggers. @@ -2027,7 +2027,7 @@ CREATE INDEX Sends the current query buffer to the server and stores the query's output into psql variables (see ). + linkend="app-psql-variables" endterm="app-psql-variables-title">). The query to be executed must return exactly one row. Each column of the row is stored into a separate variable, named the same as the column. For example: @@ -2253,7 +2253,7 @@ SELECT - \l[+] or \list[+] [ pattern ] + \l[+] or \list[+] [ pattern ] List the databases in the server and show their names, owners, @@ -2831,8 +2831,8 @@ lo_import 152801 Illustrations of how these different formats look can be seen in - the section. + the section. @@ -2917,8 +2917,8 @@ lo_import 152801 Valid variable names can contain letters, digits, and underscores. See the section below for details. + linkend="app-psql-variables" + endterm="app-psql-variables-title"> below for details. Variable names are case-sensitive. @@ -2926,14 +2926,14 @@ lo_import 152801 Certain variables are special, in that they control psql's behavior or are automatically set to reflect connection state. These variables are - documented in , below. + documented in , below. This command is unrelated to the SQL - command . + command . @@ -3070,8 +3070,8 @@ testdb=> \setenv LESS -imx4F Most variables that control psql's behavior cannot be unset; instead, an \unset command is interpreted as setting them to their default values. - See , below. + See , below. @@ -3131,7 +3131,7 @@ testdb=> \setenv LESS -imx4F - \z [ pattern ] + \z [ pattern ] Lists tables, views and sequences with their @@ -3229,8 +3229,8 @@ select 1\; select 2\; select 3; - - Patterns + + Patterns patterns @@ -3322,8 +3322,8 @@ select 1\; select 2\; select 3; Advanced Features - - Variables + + Variables psql provides variable substitution @@ -3347,8 +3347,8 @@ testdb=> \echo :foo bar This works in both regular SQL commands and meta-commands; there is - more detail in , below. + more detail in , below. @@ -3742,8 +3742,8 @@ bar These specify what the prompts psql issues should look like. See below. + linkend="app-psql-prompting" + endterm="app-psql-prompting-title"> below. @@ -3875,8 +3875,8 @@ bar - - <acronym>SQL</acronym> Interpolation + + <acronym>SQL</acronym> Interpolation A key feature of psql @@ -3960,8 +3960,8 @@ testdb=> INSERT INTO my_table VALUES (:'content'); - - Prompting + + Prompting The prompts psql issues can be customized @@ -4118,8 +4118,8 @@ testdb=> INSERT INTO my_table VALUES (:'content'); The value of the psql variable name. See the - section for details. + section for details. @@ -4499,8 +4499,8 @@ PSQL_EDITOR_LINENUMBER_ARG='--line ' - - Examples + + Examples The first example shows how to spread a command over several lines of diff --git a/doc/src/sgml/ref/reassign_owned.sgml b/doc/src/sgml/ref/reassign_owned.sgml index 2bbd6b8f07..e29b88292b 100644 --- a/doc/src/sgml/ref/reassign_owned.sgml +++ b/doc/src/sgml/ref/reassign_owned.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/reassign_owned.sgml PostgreSQL documentation --> - + REASSIGN OWNED diff --git a/doc/src/sgml/ref/refresh_materialized_view.sgml b/doc/src/sgml/ref/refresh_materialized_view.sgml index 0135d15cec..e2ee836efb 100644 --- a/doc/src/sgml/ref/refresh_materialized_view.sgml +++ b/doc/src/sgml/ref/refresh_materialized_view.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/refresh_materialized_view.sgml PostgreSQL documentation --> - + REFRESH MATERIALIZED VIEW @@ -93,7 +93,7 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] name While the default index for future - + operations is retained, REFRESH MATERIALIZED VIEW does not order the generated rows based on this property. If you want the data to be ordered upon generation, you must use an ORDER BY diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 3dc2608f76..2e053c4c24 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/reindex.sgml PostgreSQL documentation --> - + REINDEX diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index 627be6a0ad..a7cc9c2d94 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/reindexdb.sgml PostgreSQL documentation --> - + reindexdb @@ -93,7 +93,7 @@ PostgreSQL documentation reindexdb is a wrapper around the SQL - command . + command . There is no effective difference between reindexing databases via this utility and via other methods for accessing the server. @@ -357,8 +357,8 @@ PostgreSQL documentation Diagnostics - In case of difficulty, see - and for + In case of difficulty, see + and for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment diff --git a/doc/src/sgml/ref/release_savepoint.sgml b/doc/src/sgml/ref/release_savepoint.sgml index 2e8dcc0746..7e629176b7 100644 --- a/doc/src/sgml/ref/release_savepoint.sgml +++ b/doc/src/sgml/ref/release_savepoint.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/release_savepoint.sgml PostgreSQL documentation --> - + RELEASE SAVEPOINT diff --git a/doc/src/sgml/ref/reset.sgml b/doc/src/sgml/ref/reset.sgml index b434ad10c2..bf3f5226ec 100644 --- a/doc/src/sgml/ref/reset.sgml +++ b/doc/src/sgml/ref/reset.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/reset.sgml PostgreSQL documentation --> - + RESET @@ -106,8 +106,8 @@ RESET timezone; See Also - - + + diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml index c893666e83..e3e3f2ffc3 100644 --- a/doc/src/sgml/ref/revoke.sgml +++ b/doc/src/sgml/ref/revoke.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/revoke.sgml PostgreSQL documentation --> - + REVOKE @@ -111,7 +111,7 @@ REVOKE [ ADMIN OPTION FOR ] - + Description @@ -174,7 +174,7 @@ REVOKE [ ADMIN OPTION FOR ] - + Notes @@ -246,7 +246,7 @@ REVOKE [ ADMIN OPTION FOR ] - + Examples @@ -278,7 +278,7 @@ REVOKE admins FROM joe; - + Compatibility diff --git a/doc/src/sgml/ref/rollback.sgml b/doc/src/sgml/ref/rollback.sgml index 1a0e5a0ebc..1f99343b08 100644 --- a/doc/src/sgml/ref/rollback.sgml +++ b/doc/src/sgml/ref/rollback.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/rollback.sgml PostgreSQL documentation --> - + ROLLBACK @@ -54,7 +54,7 @@ ROLLBACK [ WORK | TRANSACTION ] Notes - Use to + Use to successfully terminate a transaction. diff --git a/doc/src/sgml/ref/rollback_prepared.sgml b/doc/src/sgml/ref/rollback_prepared.sgml index 6c44049a89..d7468f78d7 100644 --- a/doc/src/sgml/ref/rollback_prepared.sgml +++ b/doc/src/sgml/ref/rollback_prepared.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/rollback_prepared.sgml PostgreSQL documentation --> - + ROLLBACK PREPARED diff --git a/doc/src/sgml/ref/rollback_to.sgml b/doc/src/sgml/ref/rollback_to.sgml index f1da804f67..1957cace11 100644 --- a/doc/src/sgml/ref/rollback_to.sgml +++ b/doc/src/sgml/ref/rollback_to.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/rollback_to.sgml PostgreSQL documentation --> - + ROLLBACK TO SAVEPOINT @@ -64,7 +64,7 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_nameNotes - Use to destroy a savepoint + Use to destroy a savepoint without discarding the effects of commands executed after it was established. diff --git a/doc/src/sgml/ref/savepoint.sgml b/doc/src/sgml/ref/savepoint.sgml index 6d40f4da42..6fa11a7358 100644 --- a/doc/src/sgml/ref/savepoint.sgml +++ b/doc/src/sgml/ref/savepoint.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/savepoint.sgml PostgreSQL documentation --> - + SAVEPOINT @@ -64,8 +64,8 @@ SAVEPOINT savepoint_name Notes - Use to - rollback to a savepoint. Use + Use to + rollback to a savepoint. Use to destroy a savepoint, keeping the effects of commands executed after it was established. diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml index 999f9c80cd..ce5a1c1975 100644 --- a/doc/src/sgml/ref/security_label.sgml +++ b/doc/src/sgml/ref/security_label.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/security_label.sgml PostgreSQL documentation --> - + SECURITY LABEL diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 7355e790f6..3aab3fd8a7 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/select.sgml PostgreSQL documentation --> - + SELECT @@ -218,7 +218,7 @@ TABLE [ ONLY ] table_name [ * ] Parameters - + <literal>WITH</literal> Clause @@ -295,7 +295,7 @@ TABLE [ ONLY ] table_name [ * ] - + <literal>FROM</literal> Clause @@ -666,7 +666,7 @@ TABLE [ ONLY ] table_name [ * ] - + <literal>WHERE</literal> Clause @@ -683,7 +683,7 @@ WHERE condition - + <literal>GROUP BY</literal> Clause @@ -757,7 +757,7 @@ GROUP BY grouping_element [, ...] - + <literal>HAVING</literal> Clause @@ -800,7 +800,7 @@ HAVING condition - + <literal>WINDOW</literal> Clause @@ -1073,7 +1073,7 @@ SELECT DISTINCT ON (location) location, time, report - + <literal>UNION</literal> Clause @@ -1126,7 +1126,7 @@ SELECT DISTINCT ON (location) location, time, report - + <literal>INTERSECT</literal> Clause @@ -1174,7 +1174,7 @@ SELECT DISTINCT ON (location) location, time, report - + <literal>EXCEPT</literal> Clause @@ -1218,7 +1218,7 @@ SELECT DISTINCT ON (location) location, time, report - + <literal>ORDER BY</literal> Clause @@ -1316,7 +1316,7 @@ SELECT name FROM distributors ORDER BY code; - + <literal>LIMIT</literal> Clause @@ -1396,7 +1396,7 @@ FETCH { FIRST | NEXT } [ count ] { - + The Locking Clause @@ -1560,7 +1560,7 @@ SELECT * FROM (SELECT * FROM mytable FOR UPDATE) ss ORDER BY column1; - + <literal>TABLE</literal> Command diff --git a/doc/src/sgml/ref/select_into.sgml b/doc/src/sgml/ref/select_into.sgml index 63c02349aa..a5b6ac9245 100644 --- a/doc/src/sgml/ref/select_into.sgml +++ b/doc/src/sgml/ref/select_into.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/select_into.sgml PostgreSQL documentation --> - + SELECT INTO diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 8c44d0e156..4bc8108765 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/set.sgml PostgreSQL documentation --> - + SET @@ -323,8 +323,8 @@ SET TIME ZONE 'Europe/Rome'; See Also - - + + diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml index 237a0a3988..671332afc7 100644 --- a/doc/src/sgml/ref/set_constraints.sgml +++ b/doc/src/sgml/ref/set_constraints.sgml @@ -1,5 +1,5 @@ - + SET CONSTRAINTS diff --git a/doc/src/sgml/ref/set_role.sgml b/doc/src/sgml/ref/set_role.sgml index eac4b3405a..351e953f75 100644 --- a/doc/src/sgml/ref/set_role.sgml +++ b/doc/src/sgml/ref/set_role.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/set_role.sgml PostgreSQL documentation --> - + SET ROLE @@ -48,7 +48,7 @@ RESET ROLE The SESSION and LOCAL modifiers act the same - as for the regular + as for the regular command. diff --git a/doc/src/sgml/ref/set_session_auth.sgml b/doc/src/sgml/ref/set_session_auth.sgml index a8aee6f632..45fa378e18 100644 --- a/doc/src/sgml/ref/set_session_auth.sgml +++ b/doc/src/sgml/ref/set_session_auth.sgml @@ -1,5 +1,5 @@ - + SET SESSION AUTHORIZATION @@ -54,7 +54,7 @@ RESET SESSION AUTHORIZATION The SESSION and LOCAL modifiers act the same - as for the regular + as for the regular command. diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index f5631372f5..3ab1e6f771 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -1,5 +1,5 @@ - + SET TRANSACTION @@ -237,7 +237,7 @@ SET TRANSACTION SNAPSHOT '00000003-0000001B-1'; - + Compatibility diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 2a2b2fbb9f..53b47ac3d8 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/show.sgml PostgreSQL documentation --> - + SHOW @@ -52,7 +52,7 @@ SHOW ALL The name of a run-time parameter. Available parameters are documented in and on the reference page. In + linkend="sql-set"> reference page. In addition, there are a few parameters that can be shown but not set: @@ -192,8 +192,8 @@ SHOW ALL; See Also - - + + diff --git a/doc/src/sgml/ref/start_transaction.sgml b/doc/src/sgml/ref/start_transaction.sgml index 8dcf6318d2..605fda5357 100644 --- a/doc/src/sgml/ref/start_transaction.sgml +++ b/doc/src/sgml/ref/start_transaction.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/start_transaction.sgml PostgreSQL documentation --> - + START TRANSACTION diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml index 80abe67525..6892516987 100644 --- a/doc/src/sgml/ref/truncate.sgml +++ b/doc/src/sgml/ref/truncate.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/truncate.sgml PostgreSQL documentation --> - + TRUNCATE diff --git a/doc/src/sgml/ref/unlisten.sgml b/doc/src/sgml/ref/unlisten.sgml index 1ea9aa3a0b..1bffac3cb2 100644 --- a/doc/src/sgml/ref/unlisten.sgml +++ b/doc/src/sgml/ref/unlisten.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/unlisten.sgml PostgreSQL documentation --> - + UNLISTEN diff --git a/doc/src/sgml/ref/update.sgml b/doc/src/sgml/ref/update.sgml index 1ede52384f..0e99aa9739 100644 --- a/doc/src/sgml/ref/update.sgml +++ b/doc/src/sgml/ref/update.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/update.sgml PostgreSQL documentation --> - + UPDATE diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index 2e205668c1..7ecd08977c 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/vacuum.sgml PostgreSQL documentation --> - + VACUUM diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 277c231687..2d47d8c1f1 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/vacuumdb.sgml PostgreSQL documentation --> - + vacuumdb @@ -62,7 +62,7 @@ PostgreSQL documentation vacuumdb is a wrapper around the SQL - command . + command . There is no effective difference between vacuuming and analyzing databases via this utility and via other methods for accessing the server. @@ -382,8 +382,8 @@ PostgreSQL documentation Diagnostics - In case of difficulty, see - and for + In case of difficulty, see + and for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment diff --git a/doc/src/sgml/ref/values.sgml b/doc/src/sgml/ref/values.sgml index 75a594725b..6b8083fc9d 100644 --- a/doc/src/sgml/ref/values.sgml +++ b/doc/src/sgml/ref/values.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/values.sgml PostgreSQL documentation --> - + VALUES diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 98149db335..d37f700055 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -701,7 +701,7 @@ - A new CREATE + A new CREATE INDEX option enables auto-summarization of the previous BRIN page range when a new page range is created. @@ -825,9 +825,9 @@ New commands are CREATE STATISTICS, - ALTER STATISTICS, and - DROP STATISTICS. + linkend="sql-createstatistics">CREATE STATISTICS, + ALTER STATISTICS, and + DROP STATISTICS. This feature is helpful in estimating query memory usage and when combining the statistics from individual columns. @@ -950,7 +950,7 @@ --> Allow explicit control - over EXPLAIN's display + over EXPLAIN's display of planning and execution time (Ashutosh Bapat) @@ -983,7 +983,7 @@ --> Properly update the statistics collector during REFRESH MATERIALIZED + linkend="sql-refreshmaterializedview">REFRESH MATERIALIZED VIEW (Jim Mlodgenski) @@ -1586,7 +1586,7 @@ 2016-12-07 [f0e44751d] Implement table partitioning. --> - Add table partitioning + Add table partitioning syntax that automatically creates partition constraints and handles routing of tuple insertions and updates (Amit Langote) @@ -1603,7 +1603,7 @@ 2017-03-31 [597027163] Add transition table support to plpgsql. --> - Add AFTER trigger + Add AFTER trigger transition tables to record changed rows (Kevin Grittner, Thomas Munro) @@ -1619,7 +1619,7 @@ 2016-12-05 [093129c9d] Add support for restrictive RLS policies --> - Allow restrictive row-level + Allow restrictive row-level security policies (Stephen Frost) @@ -1655,7 +1655,7 @@ 2017-03-28 [ab89e465c] Altering default privileges on schemas --> - Allow default + Allow default permissions on schemas (Matheus Oliveira) @@ -1669,7 +1669,7 @@ 2017-02-10 [2ea5b06c7] Add CREATE SEQUENCE AS clause --> - Add CREATE SEQUENCE + Add CREATE SEQUENCE AS command to create a sequence matching an integer data type (Peter Eisentraut) @@ -1705,7 +1705,7 @@ - For example, allow DROP + For example, allow DROP FUNCTION on a function name without arguments if there is only one function with that name. This behavior is required by the SQL standard. @@ -1729,9 +1729,9 @@ --> Support IF NOT EXISTS - in CREATE SERVER, - CREATE USER MAPPING, - and CREATE COLLATION + in CREATE SERVER, + CREATE USER MAPPING, + and CREATE COLLATION (Anastasia Lubennikova, Peter Eisentraut) @@ -1742,7 +1742,7 @@ 2017-03-03 [9eb344faf] Allow vacuums to report oldestxmin --> - Make VACUUM VERBOSE report + Make VACUUM VERBOSE report the number of skipped frozen pages and oldest xmin (Masahiko Sawada, Simon Riggs) @@ -1809,7 +1809,7 @@ 2017-04-06 [321732705] Identity columns --> - Add identity columns for + Add identity columns for assigning a numeric value to columns on insert (Peter Eisentraut) @@ -1829,7 +1829,7 @@ - This uses the syntax ALTER + This uses the syntax ALTER TYPE ... RENAME VALUE. @@ -2191,7 +2191,7 @@ Client Applications - <xref linkend="APP-PSQL"> + <xref linkend="app-psql"> @@ -2414,7 +2414,7 @@ 2016-10-19 [5d58c07a4] initdb pg_basebackup: Rename -\-noxxx options to -\-no-x --> - Rename initdb + Rename initdb options and to be spelled and (Vik Fearing, Peter Eisentraut) @@ -2428,9 +2428,9 @@ - <link linkend="APP-PGDUMP"><application>pg_dump</application></link>, - <link linkend="APP-PG-DUMPALL"><application>pg_dumpall</application></link>, - <link linkend="APP-PGRESTORE"><application>pg_restore</application></link> + <link linkend="app-pgdump"><application>pg_dump</application></link>, + <link linkend="app-pg-dumpall"><application>pg_dumpall</application></link>, + <link linkend="app-pgrestore"><application>pg_restore</application></link> diff --git a/doc/src/sgml/release-8.2.sgml b/doc/src/sgml/release-8.2.sgml index 71b50cfb01..39666e665b 100644 --- a/doc/src/sgml/release-8.2.sgml +++ b/doc/src/sgml/release-8.2.sgml @@ -4718,7 +4718,7 @@ - Make SET + Make SET CONSTRAINT affect only one constraint (Kris Jurka) @@ -5023,8 +5023,8 @@ Add FILLFACTOR to table and index creation (ITAGAKI + linkend="sql-createtable">table and index creation (ITAGAKI Takahiro) @@ -5132,13 +5132,13 @@ Avoid extra scan of tables without indexes during VACUUM (Greg Stark) + linkend="sql-vacuum">VACUUM (Greg Stark) - Improve multicolumn GiST + Improve multicolumn GiST indexing (Oleg, Teodor) @@ -5268,7 +5268,7 @@ - GiST indexes are + GiST indexes are now clusterable (Teodor) @@ -5475,9 +5475,9 @@ - Add INSERT/UPDATE/DELETE + Add INSERT/UPDATE/DELETE RETURNING (Jonah Harris, Tom) @@ -5506,8 +5506,8 @@ - Allow UPDATE - and DELETE + Allow UPDATE + and DELETE to use an alias for the target table (Atsushi Ogawa) @@ -5519,7 +5519,7 @@ - Allow UPDATE + Allow UPDATE to set multiple columns with a list of values (Susanne Ebrecht) @@ -5546,7 +5546,7 @@ - Add CASCADE + Add CASCADE option to TRUNCATE (Joachim Wieland) @@ -5560,7 +5560,7 @@ Support FOR UPDATE and FOR SHARE - in the same SELECT + in the same SELECT command (Tom) @@ -5652,8 +5652,8 @@ Support portal parameters in EXPLAIN and EXECUTE (Tom) + linkend="sql-explain">EXPLAIN and EXECUTE (Tom) @@ -5665,7 +5665,7 @@ If SQL-level PREPARE parameters + linkend="sql-prepare">PREPARE parameters are unspecified, infer their types from the content of the query (Neil) @@ -5693,7 +5693,7 @@ Add TABLESPACE clause to CREATE TABLE AS + linkend="sql-createtableas">CREATE TABLE AS (Neil) @@ -5705,7 +5705,7 @@ Add ON COMMIT clause to CREATE TABLE AS + linkend="sql-createtableas">CREATE TABLE AS (Neil) @@ -5719,7 +5719,7 @@ Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE + linkend="sql-createtable">CREATE TABLE LIKE (Greg Stark) @@ -5732,7 +5732,7 @@ Allow the creation of placeholder (shell) types (Martijn van Oosterhout) + linkend="sql-createtype">types (Martijn van Oosterhout) @@ -5747,7 +5747,7 @@ - Aggregate functions + Aggregate functions now support multiple input parameters (Sergey Koposov, Tom) @@ -5755,7 +5755,7 @@ Add new aggregate creation syntax (Tom) + linkend="sql-createaggregate">syntax (Tom) @@ -5770,7 +5770,7 @@ Add ALTER ROLE PASSWORD NULL + linkend="sql-alterrole">ALTER ROLE PASSWORD NULL to remove a previously set role password (Peter) @@ -5789,14 +5789,14 @@ - Add DROP OWNED + Add DROP OWNED to drop all objects owned by a role (Alvaro) - Add REASSIGN + Add REASSIGN OWNED to reassign ownership of all objects owned by a role (Alvaro) @@ -5809,7 +5809,7 @@ - Add GRANT ON SEQUENCE + Add GRANT ON SEQUENCE syntax (Bruce) @@ -5822,7 +5822,7 @@ - Add USAGE + Add USAGE permission for sequences that allows only currval() and nextval(), not setval() (Bruce) @@ -5839,7 +5839,7 @@ - Add ALTER TABLE + Add ALTER TABLE [ NO ] INHERIT (Greg Stark) @@ -5852,7 +5852,7 @@ - Allow comments on global + Allow comments on global objects to be stored globally (Kris Jurka) @@ -5881,7 +5881,7 @@ - The new syntax is CREATE + The new syntax is CREATE INDEX CONCURRENTLY. The default behavior is still to block table modification while an index is being created. @@ -5902,7 +5902,7 @@ - Allow COPY to + Allow COPY to dump a SELECT query (Zoltan Boszormenyi, Karel Zak) @@ -5915,7 +5915,7 @@ - Make the COPY + Make the COPY command return a command tag that includes the number of rows copied (Volkan YAZICI) @@ -5923,7 +5923,7 @@ - Allow VACUUM + Allow VACUUM to expire rows without being affected by other concurrent VACUUM operations (Hannu Krossing, Alvaro, Tom) @@ -5931,7 +5931,7 @@ - Make initdb + Make initdb detect the operating system locale and set the default DateStyle accordingly (Peter) @@ -6154,7 +6154,7 @@ - Allow domains to be + Allow domains to be based on other domains (Tom) @@ -6185,7 +6185,7 @@ The fix is to dump a SERIAL column by explicitly specifying its DEFAULT and sequence elements, and reconstructing the SERIAL column on reload - using a new ALTER + using a new ALTER SEQUENCE OWNED BY command. This also allows dropping a SERIAL column specification. @@ -6353,7 +6353,7 @@ - <link linkend="APP-PSQL"><application>psql</application></link> Changes + <link linkend="app-psql"><application>psql</application></link> Changes @@ -6461,7 +6461,7 @@ - <link linkend="APP-PGDUMP"><application>pg_dump</application></link> Changes + <link linkend="app-pgdump"><application>pg_dump</application></link> Changes @@ -6484,7 +6484,7 @@ - Add pg_restore + Add pg_restore --no-data-for-failed-tables option to suppress loading data if table creation failed (i.e., the table already exists) (Martin Pitt) @@ -6493,7 +6493,7 @@ - Add pg_restore + Add pg_restore option to run the entire session in a single transaction (Simon) @@ -6520,7 +6520,7 @@ This allows passwords to be sent pre-encrypted for commands - like ALTER ROLE ... + like ALTER ROLE ... PASSWORD. @@ -6582,14 +6582,14 @@ - Allow SHOW to + Allow SHOW to put its result into a variable (Joachim Wieland) - Add COPY TO STDOUT + Add COPY TO STDOUT (Joachim Wieland) @@ -6624,7 +6624,7 @@ Add MSVC support for utility commands and pg_dump (Hiroshi + linkend="app-pgdump">pg_dump (Hiroshi Saito) @@ -6670,7 +6670,7 @@ - Add GIN (Generalized + Add GIN (Generalized Inverted iNdex) index access method (Teodor, Oleg) @@ -6682,7 +6682,7 @@ Rtree has been re-implemented using GiST. Among other + linkend="gist">GiST. Among other differences, this means that rtree indexes now have support for crash recovery via write-ahead logging (WAL). diff --git a/doc/src/sgml/release-8.3.sgml b/doc/src/sgml/release-8.3.sgml index 45ecf9c054..844f796179 100644 --- a/doc/src/sgml/release-8.3.sgml +++ b/doc/src/sgml/release-8.3.sgml @@ -7867,7 +7867,7 @@ current_date < 2017-11-17 - <link linkend="APP-PSQL"><application>psql</application></link> + <link linkend="app-psql"><application>psql</application></link> @@ -7956,7 +7956,7 @@ current_date < 2017-11-17 - <link linkend="APP-PGDUMP"><application>pg_dump</application></link> + <link linkend="app-pgdump"><application>pg_dump</application></link> diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index e09f38e180..7a8db62b8d 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -7742,9 +7742,9 @@ Easier database object permissions management. GRANT/REVOKE IN + linkend="sql-grant">GRANT/REVOKE IN SCHEMA supports mass permissions changes on existing objects, - while ALTER DEFAULT + while ALTER DEFAULT PRIVILEGES allows control of privileges for objects created in the future. Large objects (BLOBs) now support permissions management as well. @@ -7754,7 +7754,7 @@ Broadly enhanced stored procedure support. - The DO statement supports + The DO statement supports ad-hoc or anonymous code blocks. Functions can now be called using named parameters. PL/pgSQL is now installed by default, and @@ -7783,14 +7783,14 @@ New trigger features, including SQL-standard-compliant per-column triggers and + linkend="sql-createtrigger">per-column triggers and conditional trigger execution. - Deferrable + Deferrable unique constraints. Mass updates to unique keys are now possible without trickery. @@ -7816,8 +7816,8 @@ New high-performance implementation of the - LISTEN/NOTIFY feature. + LISTEN/NOTIFY feature. Pending events are now stored in a memory-based queue rather than a table. Also, a payload string can be sent with each event, rather than transmitting just an event name as before. @@ -7827,7 +7827,7 @@ New implementation of - VACUUM FULL. + VACUUM FULL. This command now rewrites the entire table and indexes, rather than moving individual rows to compact space. It is substantially faster in most cases, and no longer results in index bloat. @@ -8287,7 +8287,7 @@ Allow per-tablespace values to be set for sequential and random page cost estimates (seq_page_cost/random_page_cost) - via ALTER TABLESPACE + via ALTER TABLESPACE ... SET/RESET (Robert Haas) @@ -8308,7 +8308,7 @@ Improve performance of TRUNCATE when + linkend="sql-truncate">TRUNCATE when the table was created or truncated earlier in the same transaction (Tom Lane) @@ -8414,7 +8414,7 @@ - Improve ANALYZE + Improve ANALYZE to support inheritance-tree statistics (Tom Lane) @@ -8451,7 +8451,7 @@ Allow setting of number-of-distinct-values statistics using ALTER TABLE + linkend="sql-altertable">ALTER TABLE (Robert Haas) @@ -8707,7 +8707,7 @@ - Perform SELECT + Perform SELECT FOR UPDATE/SHARE processing after applying LIMIT, so the number of rows returned is always predictable (Tom Lane) @@ -8725,7 +8725,7 @@ Allow mixing of traditional and SQL-standard LIMIT/OFFSET + linkend="sql-limit">LIMIT/OFFSET syntax (Tom Lane) @@ -8733,7 +8733,7 @@ Extend the supported frame options in window functions (Hitoshi + linkend="sql-window">window functions (Hitoshi Harada) @@ -8795,7 +8795,7 @@ - Speed up CREATE + Speed up CREATE DATABASE by deferring flushes to disk (Andres Freund, Greg Stark) @@ -8803,7 +8803,7 @@ - Allow comments on + Allow comments on columns of tables, views, and composite types only, not other relation types such as indexes and TOAST tables (Tom Lane) @@ -8812,7 +8812,7 @@ Allow the creation of enumerated types containing + linkend="sql-createtype-enum">enumerated types containing no values (Bruce Momjian) @@ -8870,7 +8870,7 @@ - <link linkend="SQL-CREATETABLE"><command>CREATE TABLE</command></link> + <link linkend="sql-createtable"><command>CREATE TABLE</command></link> @@ -8914,7 +8914,7 @@ - Add deferrable + Add deferrable unique constraints (Dean Rasheed) @@ -8941,7 +8941,7 @@ Exclusion constraints generalize uniqueness constraints by allowing arbitrary comparison operators, not just equality. They are created - with the CREATE + with the CREATE TABLE CONSTRAINT ... EXCLUDE clause. The most common use of exclusion constraints is to specify that column entries must not overlap, rather than simply not be equal. This is @@ -8976,7 +8976,7 @@ Add the ability to make mass permission changes across a whole schema using the new GRANT/REVOKE + linkend="sql-grant">GRANT/REVOKE IN SCHEMA clause (Petr Jelinek) @@ -8989,7 +8989,7 @@ - Add ALTER + Add ALTER DEFAULT PRIVILEGES command to control privileges of objects created later (Petr Jelinek) @@ -9028,8 +9028,8 @@ - Make LISTEN/NOTIFY store pending events + Make LISTEN/NOTIFY store pending events in a memory queue, rather than in a system table (Joachim Wieland) @@ -9042,7 +9042,7 @@ - Allow NOTIFY + Allow NOTIFY to pass an optional payload string to listeners (Joachim Wieland) @@ -9056,7 +9056,7 @@ - Allow CLUSTER + Allow CLUSTER on all per-database system catalogs (Tom Lane) @@ -9068,7 +9068,7 @@ - <link linkend="SQL-COPY"><command>COPY</command></link> + <link linkend="sql-copy"><command>COPY</command></link> @@ -9101,7 +9101,7 @@ - <link linkend="SQL-EXPLAIN"><command>EXPLAIN</command></link> + <link linkend="sql-explain"><command>EXPLAIN</command></link> @@ -9156,7 +9156,7 @@ - <link linkend="SQL-VACUUM"><command>VACUUM</command></link> + <link linkend="sql-vacuum"><command>VACUUM</command></link> @@ -9200,7 +9200,7 @@ Allow an index to be named automatically by omitting the index name in - CREATE INDEX + CREATE INDEX (Tom Lane) @@ -9581,7 +9581,7 @@ Support execution of anonymous code blocks using the DO statement + linkend="sql-do">DO statement (Petr Jelinek, Joshua Tolley, Hannu Valtonen) @@ -9595,7 +9595,7 @@ Implement SQL-standard-compliant per-column triggers + linkend="sql-createtrigger">per-column triggers (Itagaki Takahiro) @@ -9609,7 +9609,7 @@ Add the WHEN clause to CREATE TRIGGER + linkend="sql-createtrigger">CREATE TRIGGER to allow control over whether a trigger is fired (Itagaki Takahiro) @@ -9635,7 +9635,7 @@ Add the OR REPLACE clause to CREATE LANGUAGE + linkend="sql-createlanguage">CREATE LANGUAGE (Tom Lane) @@ -9937,7 +9937,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then Add an option to vacuumdb, to analyze without + linkend="app-vacuumdb">vacuumdb, to analyze without vacuuming (Bruce Momjian) @@ -9945,14 +9945,14 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then - <link linkend="APP-PSQL"><application>psql</application></link> + <link linkend="app-psql"><application>psql</application></link> Add support for quoting/escaping the values of psql - variables as SQL strings or + variables as SQL strings or identifiers (Pavel Stehule, Robert Haas) @@ -9980,7 +9980,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then Fix psql --file - to properly honor + linkend="r1-app-psql-3"> (Bruce Momjian) @@ -10039,7 +10039,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then <application>psql</application> <link - linkend="APP-PSQL-meta-commands"><command>\d</command></link> + linkend="app-psql-meta-commands"><command>\d</command></link> Commands @@ -10084,7 +10084,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then - <link linkend="APP-PGDUMP"><application>pg_dump</application></link> + <link linkend="app-pgdump"><application>pg_dump</application></link> @@ -10990,7 +10990,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then Add dblink_get_notify() + linkend="contrib-dblink-get-notify">dblink_get_notify() to contrib/dblink (Marcus Kempe) @@ -11007,7 +11007,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then This affects dblink_build_sql_insert() + linkend="contrib-dblink-build-sql-insert">dblink_build_sql_insert() and related functions. These functions now number columns according to logical not physical column numbers. diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 2939631609..92948a4ad0 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -8816,7 +8816,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Add support for foreign + Add support for foreign tables @@ -8845,7 +8845,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 Support unlogged tables using the UNLOGGED - option in CREATE + option in CREATE TABLE @@ -8861,13 +8861,13 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 Add nearest-neighbor (order-by-operator) searching to GiST indexes + linkend="gist">GiST indexes - Add a SECURITY + Add a SECURITY LABEL command and support for SELinux permissions control @@ -9154,7 +9154,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 All contrib modules are now installed with CREATE EXTENSION + linkend="sql-createextension">CREATE EXTENSION rather than by manually invoking their SQL scripts (Dimitri Fontaine, Tom Lane) @@ -9229,7 +9229,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 Support unlogged tables using the UNLOGGED - option in CREATE + option in CREATE TABLE (Robert Haas) @@ -9643,7 +9643,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Add a replication permission + Add a replication permission for roles (Magnus Hagander) @@ -9986,9 +9986,9 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 Extensions are controlled by the new CREATE/ALTER/DROP EXTENSION + linkend="sql-createextension">CREATE/ALTER/DROP EXTENSION commands. This replaces ad-hoc methods of grouping objects that are added to a PostgreSQL installation. @@ -9996,7 +9996,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Add support for foreign + Add support for foreign tables (Shigeru Hanada, Robert Haas, Jan Urbanski, Heikki Linnakangas) @@ -10011,14 +10011,14 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 Allow new values to be added to an existing enum type via - ALTER TYPE (Andrew + ALTER TYPE (Andrew Dunstan) - Add ALTER TYPE ... + Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE (Peter Eisentraut) @@ -10037,7 +10037,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 Add RESTRICT/CASCADE to ALTER TYPE operations + linkend="sql-altertype">ALTER TYPE operations on typed tables (Peter Eisentraut) @@ -10079,7 +10079,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - <link linkend="SQL-CREATETABLE"><command>CREATE/ALTER TABLE</command></link> + <link linkend="sql-createtable"><command>CREATE/ALTER TABLE</command></link> @@ -10112,7 +10112,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Allow ALTER TABLE + Allow ALTER TABLE ... SET DATA TYPE to avoid table rewrites in appropriate cases (Noah Misch, Robert Haas) @@ -10127,7 +10127,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Add CREATE TABLE IF + Add CREATE TABLE IF NOT EXISTS syntax (Robert Haas) @@ -10162,7 +10162,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Add a SECURITY + Add a SECURITY LABEL command (KaiGai Kohei) @@ -10196,7 +10196,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Make TRUNCATE ... RESTART + Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally (Steve Singer) @@ -10211,14 +10211,14 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - <link linkend="SQL-COPY"><command>COPY</command></link> + <link linkend="sql-copy"><command>COPY</command></link> Add ENCODING option to COPY TO/FROM (Hitoshi + linkend="sql-copy">COPY TO/FROM (Hitoshi Harada, Itagaki Takahiro) @@ -10230,7 +10230,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - Add bidirectional COPY + Add bidirectional COPY protocol support (Fujii Masao) @@ -10244,7 +10244,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - <link linkend="SQL-EXPLAIN"><command>EXPLAIN</command></link> + <link linkend="sql-explain"><command>EXPLAIN</command></link> @@ -10260,15 +10260,15 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - <link linkend="SQL-VACUUM"><command>VACUUM</command></link> + <link linkend="sql-vacuum"><command>VACUUM</command></link> Add additional details to the output of VACUUM FULL VERBOSE - and CLUSTER VERBOSE + linkend="sql-vacuum">VACUUM FULL VERBOSE + and CLUSTER VERBOSE (Itagaki Takahiro) @@ -10294,7 +10294,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 - <link linkend="SQL-CLUSTER"><command>CLUSTER</command></link> + <link linkend="sql-cluster"><command>CLUSTER</command></link> @@ -10317,7 +10317,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 Add nearest-neighbor (order-by-operator) searching to GiST indexes (Teodor Sigaev, Tom Lane) + linkend="gist">GiST indexes (Teodor Sigaev, Tom Lane) @@ -10334,7 +10334,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; - Allow GIN indexes to index null + Allow GIN indexes to index null and empty values (Tom Lane) @@ -10346,7 +10346,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; - Allow GIN indexes to + Allow GIN indexes to better recognize duplicate search entries (Tom Lane) @@ -10358,7 +10358,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; - Fix GiST indexes to be fully + Fix GiST indexes to be fully crash-safe (Heikki Linnakangas) @@ -10668,7 +10668,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; - Support INSTEAD + Support INSTEAD OF triggers on views (Dean Rasheed) @@ -10869,7 +10869,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; - <link linkend="APP-PSQL"><application>psql</application></link> + <link linkend="app-psql"><application>psql</application></link> @@ -10963,15 +10963,15 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; - <link linkend="APP-PGDUMP"><application>pg_dump</application></link> + <link linkend="app-pgdump"><application>pg_dump</application></link> - Add pg_dump + Add pg_dump and pg_dumpall + linkend="app-pg-dumpall">pg_dumpall option to force quoting of all identifiers (Robert Haas) @@ -10994,7 +10994,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; - <link linkend="APP-PG-CTL"><application>pg_ctl</application></link> + <link linkend="app-pg-ctl"><application>pg_ctl</application></link> @@ -11528,7 +11528,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; This uses the new SECURITY LABEL + linkend="sql-security-label">SECURITY LABEL facility. @@ -11716,7 +11716,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10; Merge documentation for CREATE CONSTRAINT TRIGGER and CREATE TRIGGER + linkend="sql-createtrigger">CREATE TRIGGER (Alvaro Herrera) diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index ca8c87a4ab..edc97fb8e7 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -9091,7 +9091,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Add the SP-GiST (Space-Partitioned + Add the SP-GiST (Space-Partitioned GiST) index access method @@ -9112,7 +9112,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Add a security_barrier + linkend="sql-createview">security_barrier option for views @@ -9300,7 +9300,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Prevent ALTER + Prevent ALTER DOMAIN from working on non-domain types (Peter Eisentraut) @@ -9314,7 +9314,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 No longer forcibly lowercase procedural language names in CREATE FUNCTION + linkend="sql-createfunction">CREATE FUNCTION (Robert Haas) @@ -9352,7 +9352,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Provide consistent backquote, variable expansion, and quoted substring behavior in psql meta-command + linkend="app-psql">psql meta-command arguments (Tom Lane) @@ -9368,9 +9368,9 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 No longer treat clusterdb + linkend="app-clusterdb">clusterdb table names as double-quoted; no longer treat reindexdb table + linkend="app-reindexdb">reindexdb table and index names as double-quoted (Bruce Momjian) @@ -9382,7 +9382,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - createuser + createuser no longer prompts for option settings by default (Peter Eisentraut) @@ -9394,7 +9394,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Disable prompting for the user name in dropuser unless + linkend="app-dropuser">dropuser unless is specified (Peter Eisentraut) @@ -9556,7 +9556,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Add the SP-GiST (Space-Partitioned + Add the SP-GiST (Space-Partitioned GiST) index access method (Teodor Sigaev, Oleg Bartunov, Tom Lane) @@ -10385,7 +10385,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Add CONCURRENTLY option to DROP INDEX + linkend="sql-dropindex">DROP INDEX (Simon Riggs) @@ -10450,7 +10450,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Add the ability to rename + Add the ability to rename constraints (Peter Eisentraut) @@ -10466,7 +10466,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Reduce need to rebuild tables and indexes for certain ALTER TABLE + linkend="sql-altertable">ALTER TABLE ... ALTER COLUMN TYPE operations (Noah Misch) @@ -10484,7 +10484,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Avoid having ALTER + Avoid having ALTER TABLE revalidate foreign key constraints in some cases where it is not necessary (Noah Misch) @@ -10504,16 +10504,16 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Add ALTER + Add ALTER FOREIGN DATA WRAPPER ... RENAME - and ALTER + and ALTER SERVER ... RENAME (Peter Eisentraut) - Add ALTER + Add ALTER DOMAIN ... RENAME (Peter Eisentraut) @@ -10540,7 +10540,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - <link linkend="SQL-CREATETABLE"><command>CREATE TABLE</command></link> + <link linkend="sql-createtable"><command>CREATE TABLE</command></link> @@ -10583,7 +10583,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Add a security_barrier + linkend="sql-createview">security_barrier option for views (KaiGai Kohei, Robert Haas) @@ -10599,7 +10599,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Add a new LEAKPROOF function + linkend="sql-createfunction">LEAKPROOF function attribute to mark functions that can safely be pushed down into security_barrier views (KaiGai Kohei) @@ -10646,7 +10646,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Allow VACUUM to more + Allow VACUUM to more easily skip pages that cannot be locked (Simon Riggs, Robert Haas) @@ -10658,7 +10658,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Make EXPLAIN + Make EXPLAIN (BUFFERS) count blocks dirtied and written (Robert Haas) @@ -10738,7 +10738,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Allow domains to be + Allow domains to be declared NOT VALID (Álvaro Herrera) @@ -10828,7 +10828,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 database state. Snapshots are exported via pg_export_snapshot() - and imported via SET + and imported via SET TRANSACTION SNAPSHOT. Only snapshots from currently-running transactions can be imported. @@ -11083,7 +11083,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - Add initdb + Add initdb options and (Peter Eisentraut) @@ -11098,7 +11098,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Add / flags to - createuser + createuser to control replication permission (Fujii Masao) @@ -11106,8 +11106,8 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Add the option to dropdb and dropuser (Josh + linkend="app-dropdb">dropdb and dropuser (Josh Kupershmidt) @@ -11123,7 +11123,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - <link linkend="APP-PSQL"><application>psql</application></link> + <link linkend="app-psql"><application>psql</application></link> @@ -11309,7 +11309,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 In psql tab completion, complete SQL keywords in either upper or lower case according to the new COMP_KEYWORD_CASE + linkend="app-psql-variables">COMP_KEYWORD_CASE setting (Peter Eisentraut) @@ -11348,7 +11348,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 - <link linkend="APP-PGDUMP"><application>pg_dump</application></link> + <link linkend="app-pgdump"><application>pg_dump</application></link> @@ -11380,7 +11380,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 Make pg_dumpall dump all + linkend="app-pg-dumpall">pg_dumpall dump all roles first, then all configuration settings on roles (Phil Sorber) diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index dada255057..84523d36b7 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -10497,7 +10497,7 @@ ALTER EXTENSION hstore UPDATE; - Add materialized + Add materialized views @@ -10505,7 +10505,7 @@ ALTER EXTENSION hstore UPDATE; Make simple views auto-updatable + linkend="sql-createview-updatable-views">auto-updatable @@ -10527,7 +10527,7 @@ ALTER EXTENSION hstore UPDATE; - Allow foreign data + Allow foreign data wrappers to support writes (inserts/updates/deletes) on foreign tables @@ -10582,7 +10582,7 @@ ALTER EXTENSION hstore UPDATE; A dump/restore using pg_dumpall, or use + linkend="app-pg-dumpall">pg_dumpall, or use of pg_upgrade, is required for those wishing to migrate data from any previous release. @@ -10664,7 +10664,7 @@ ALTER EXTENSION hstore UPDATE; - Change multicolumn ON UPDATE + Change multicolumn ON UPDATE SET NULL/SET DEFAULT foreign key actions to affect all columns of the constraint, not just those changed in the UPDATE (Tom Lane) @@ -10818,7 +10818,7 @@ ALTER EXTENSION hstore UPDATE; - Allow GiST indexes to be + Allow GiST indexes to be unlogged (Jeevan Chalke) @@ -10893,7 +10893,7 @@ ALTER EXTENSION hstore UPDATE; - Add COPY FREEZE + Add COPY FREEZE option to avoid the overhead of marking tuples as frozen later (Simon Riggs, Jeff Davis) @@ -10922,7 +10922,7 @@ ALTER EXTENSION hstore UPDATE; Improve performance of the CREATE TEMPORARY TABLE ... ON + linkend="sql-createtable">CREATE TEMPORARY TABLE ... ON COMMIT DELETE ROWS option by not truncating such temporary tables in transactions that haven't touched any temporary tables (Heikki Linnakangas) @@ -10989,7 +10989,7 @@ ALTER EXTENSION hstore UPDATE; The checksum option can be set during initdb. + linkend="app-initdb">initdb. @@ -11139,7 +11139,7 @@ ALTER EXTENSION hstore UPDATE; Increase the maximum initdb-configured value for initdb-configured value for shared_buffers to 128MB (Robert Haas) @@ -11216,7 +11216,7 @@ ALTER EXTENSION hstore UPDATE; Add the last checkpoint's redo location to pg_controldata's + linkend="app-pgcontroldata">pg_controldata's output (Fujii Masao) @@ -11318,8 +11318,8 @@ ALTER EXTENSION hstore UPDATE; Add support for piping COPY and psql \copy + linkend="sql-copy">COPY and psql \copy data to/from an external program (Etsuro Fujita) @@ -11327,7 +11327,7 @@ ALTER EXTENSION hstore UPDATE; Allow a multirow VALUES clause in a rule + linkend="sql-values">VALUES clause in a rule to reference OLD/NEW (Tom Lane) @@ -11355,7 +11355,7 @@ ALTER EXTENSION hstore UPDATE; - Allow foreign data + Allow foreign data wrappers to support writes (inserts/updates/deletes) on foreign tables (KaiGai Kohei) @@ -11363,14 +11363,14 @@ ALTER EXTENSION hstore UPDATE; - Add CREATE SCHEMA ... IF + Add CREATE SCHEMA ... IF NOT EXISTS clause (Fabrízio de Royes Mello) - Make REASSIGN + Make REASSIGN OWNED also change ownership of shared objects (Álvaro Herrera) @@ -11386,7 +11386,7 @@ ALTER EXTENSION hstore UPDATE; - Suppress CREATE + Suppress CREATE TABLE's messages about implicit index and sequence creation (Robert Haas) @@ -11399,7 +11399,7 @@ ALTER EXTENSION hstore UPDATE; - Allow DROP TABLE IF + Allow DROP TABLE IF EXISTS to succeed when a non-existent schema is specified in the table name (Bruce Momjian) @@ -11434,7 +11434,7 @@ ALTER EXTENSION hstore UPDATE; Support IF NOT EXISTS option in ALTER TYPE ... ADD VALUE + linkend="sql-altertype">ALTER TYPE ... ADD VALUE (Andrew Dunstan) @@ -11445,13 +11445,13 @@ ALTER EXTENSION hstore UPDATE; - Add ALTER ROLE ALL + Add ALTER ROLE ALL SET to establish settings for all users (Peter Eisentraut) This allows settings to apply to all users in all databases. ALTER DATABASE SET + linkend="sql-alterdatabase">ALTER DATABASE SET already allowed addition of settings for all users in a single database. postgresql.conf has a similar effect. @@ -11459,7 +11459,7 @@ ALTER EXTENSION hstore UPDATE; - Add support for ALTER RULE + Add support for ALTER RULE ... RENAME (Ali Dar) @@ -11475,7 +11475,7 @@ ALTER EXTENSION hstore UPDATE; - Add materialized + Add materialized views (Kevin Grittner) @@ -11491,7 +11491,7 @@ ALTER EXTENSION hstore UPDATE; Make simple views auto-updatable + linkend="sql-createview-updatable-views">auto-updatable (Dean Rasheed) @@ -11499,14 +11499,14 @@ ALTER EXTENSION hstore UPDATE; Simple views that reference some or all columns from a single base table are now updatable by default. More complex views can be made updatable using INSTEAD OF triggers - or INSTEAD rules. + linkend="sql-createtrigger">INSTEAD OF triggers + or INSTEAD rules. - Add CREATE RECURSIVE + Add CREATE RECURSIVE VIEW syntax (Peter Eisentraut) @@ -11545,7 +11545,7 @@ ALTER EXTENSION hstore UPDATE; - Increase the maximum size of large + Increase the maximum size of large objects from 2GB to 4TB (Nozomi Anzai, Yugo Nagata) @@ -11675,7 +11675,7 @@ ALTER EXTENSION hstore UPDATE; This reduces line length in view printing, for instance in pg_dump output. + linkend="app-pgdump">pg_dump output. @@ -11728,7 +11728,7 @@ ALTER EXTENSION hstore UPDATE; Allow PL/pgSQL to access the number of rows processed by - COPY (Pavel Stehule) + COPY (Pavel Stehule) @@ -11818,7 +11818,7 @@ ALTER EXTENSION hstore UPDATE; Allow SPI functions to access the number of rows processed - by COPY (Pavel Stehule) + by COPY (Pavel Stehule) @@ -11842,16 +11842,16 @@ ALTER EXTENSION hstore UPDATE; Support multiple arguments for pg_restore, - clusterdb, - reindexdb, - and vacuumdb + linkend="app-pgrestore">pg_restore, + clusterdb, + reindexdb, + and vacuumdb (Josh Kupershmidt) This is similar to the way pg_dump's + linkend="app-pgdump">pg_dump's option works. @@ -11859,7 +11859,7 @@ ALTER EXTENSION hstore UPDATE; Add option to pg_dumpall, pg_dumpall, pg_basebackup, and pg_receivexlog @@ -11879,7 +11879,7 @@ ALTER EXTENSION hstore UPDATE; - <link linkend="APP-PSQL"><application>psql</application></link> + <link linkend="app-psql"><application>psql</application></link> @@ -11924,7 +11924,7 @@ ALTER EXTENSION hstore UPDATE; - <link linkend="APP-PSQL-meta-commands">Backslash Commands</link> + <link linkend="app-psql-meta-commands">Backslash Commands</link> @@ -12035,7 +12035,7 @@ ALTER EXTENSION hstore UPDATE; - <link linkend="APP-PGDUMP"><application>pg_dump</application></link> + <link linkend="app-pgdump"><application>pg_dump</application></link> @@ -12076,7 +12076,7 @@ ALTER EXTENSION hstore UPDATE; - <link linkend="APP-INITDB"><application>initdb</application></link> + <link linkend="app-initdb"><application>initdb</application></link> @@ -12208,7 +12208,7 @@ ALTER EXTENSION hstore UPDATE; Add isolation tests for CREATE INDEX + linkend="sql-createindex">CREATE INDEX CONCURRENTLY (Abhijit Menon-Sen) diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index deb74b4e1c..f6c38bd912 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -8490,14 +8490,14 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Add new SQL command + Add new SQL command for changing postgresql.conf configuration file entries - Reduce lock strength for some + Reduce lock strength for some commands @@ -8686,7 +8686,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Rename EXPLAIN + Rename EXPLAIN ANALYZE's total runtime output to execution time (Tom Lane) @@ -8699,7 +8699,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - SHOW TIME ZONE now + SHOW TIME ZONE now outputs simple numeric UTC offsets in POSIX timezone format (Tom Lane) @@ -8924,7 +8924,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Make properly report dead but + Make properly report dead but not-yet-removable rows to the statistics collector (Hari Babu) @@ -8942,14 +8942,14 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Reduce GIN index size + Reduce GIN index size (Alexander Korotkov, Heikki Linnakangas) Indexes upgraded via will work fine but will still be in the old, larger GIN format. - Use to recreate old GIN indexes in the + Use to recreate old GIN indexes in the new format. @@ -8957,14 +8957,14 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Improve speed of multi-key GIN lookups (Alexander Korotkov, + linkend="gin">GIN lookups (Alexander Korotkov, Heikki Linnakangas) - Add GiST index support + Add GiST index support for inet and cidr data types (Emre Hasegeli) @@ -9038,8 +9038,8 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Attempt to freeze tuples when tables are rewritten with or VACUUM FULL (Robert Haas, + linkend="sql-cluster"> or VACUUM FULL (Robert Haas, Andres Freund) @@ -9050,7 +9050,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Improve speed of with default with default nextval() columns (Simon Riggs) @@ -9059,7 +9059,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Improve speed of accessing many different sequences in the same session + linkend="sql-createsequence">sequences in the same session (David Rowley) @@ -9074,7 +9074,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Reduce memory allocated by PL/pgSQL - blocks (Tom Lane) + blocks (Tom Lane) @@ -9222,7 +9222,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Add new SQL command + Add new SQL command for changing postgresql.conf configuration file entries (Amit Kapila) @@ -9503,7 +9503,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Add relation option + linkend="sql-createtable-storage-parameters"> to identify user-created tables involved in logical change-set encoding (Andres Freund) @@ -9558,7 +9558,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Allow to have + Allow to have an empty target list (Tom Lane) @@ -9570,7 +9570,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Ensure that SELECT ... FOR UPDATE + Ensure that SELECT ... FOR UPDATE NOWAIT does not wait in corner cases involving already-concurrently-updated tuples (Craig Ringer and Thomas Munro) @@ -9587,7 +9587,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Add DISCARD + Add DISCARD SEQUENCES command to discard cached sequence-related state (Fabrízio de Royes Mello, Robert Haas) @@ -9600,7 +9600,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Add FORCE NULL option - to COPY FROM, which + to COPY FROM, which causes quoted strings matching the specified null string to be converted to NULLs in CSV mode (Ian Barwick, Michael Paquier) @@ -9628,7 +9628,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - <xref linkend="SQL-EXPLAIN"> + <xref linkend="sql-explain"> @@ -9671,7 +9671,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 This is done with REFRESH MATERIALIZED + linkend="sql-refreshmaterializedview">REFRESH MATERIALIZED VIEW CONCURRENTLY. @@ -9679,7 +9679,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Allow views to be automatically + linkend="sql-createview-updatable-views">automatically updated even if they contain some non-updatable columns (Dean Rasheed) @@ -9701,7 +9701,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - This is controlled with the new + This is controlled with the new clause WITH CHECK OPTION. @@ -9726,7 +9726,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Support triggers on foreign + Support triggers on foreign tables (Ronan Dunklau) @@ -9735,22 +9735,22 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Allow moving groups of objects from one tablespace to another using the ALL IN TABLESPACE ... SET TABLESPACE form of - , , or - (Stephen Frost) + , , or + (Stephen Frost) Allow changing foreign key constraint deferrability - via ... ALTER + via ... ALTER CONSTRAINT (Simon Riggs) - Reduce lock strength for some + Reduce lock strength for some commands (Simon Riggs, Noah Misch, Robert Haas) @@ -9768,18 +9768,18 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 Allow tablespace options to be set - in (Vik Fearing) + in (Vik Fearing) Formerly these options could only be set - via . + via . - Allow to define the estimated + Allow to define the estimated size of the aggregate's transition state data (Hadi Moshayedi) @@ -10266,14 +10266,14 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - Add option + Add option to specify role membership (Christopher Browne) - Add + Add option to analyze in stages of increasing granularity (Peter Eisentraut) @@ -10343,14 +10343,14 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - <xref linkend="APP-PSQL"> + <xref linkend="app-psql"> Suppress No rows output in psql + linkend="app-psql-meta-commands"> mode when the footer is disabled (Bruce Momjian) @@ -10365,7 +10365,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - <link linkend="APP-PSQL-meta-commands">Backslash Commands</link> + <link linkend="app-psql-meta-commands">Backslash Commands</link> @@ -10475,13 +10475,13 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 - <xref linkend="APP-PGDUMP"> + <xref linkend="app-pgdump"> - Allow options + Allow options , , and to be specified multiple times (Heikki Linnakangas) @@ -10501,8 +10501,8 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500 This change prevents unnecessary errors when removing old objects. The new option - for , , - and is only available + for , , + and is only available when is also specified. diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 2f23abe329..11740a4108 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -5726,7 +5726,7 @@ Branch: REL9_1_STABLE [6887d72d0] 2016-02-05 10:59:39 -0500 - Add Block Range Indexes (BRIN) + Add Block Range Indexes (BRIN) @@ -5999,7 +5999,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB 2015-05-15 [b0b7be6] Alvaro..: Add BRIN infrastructure for "inclusion" opclasses --> - Add Block Range Indexes (BRIN) + Add Block Range Indexes (BRIN) (Álvaro Herrera) @@ -6018,7 +6018,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB Allow queries to perform accurate distance filtering of bounding-box-indexed objects (polygons, circles) using GiST indexes (Alexander Korotkov, Heikki + linkend="gist">GiST indexes (Alexander Korotkov, Heikki Linnakangas) @@ -6038,7 +6038,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB 2015-03-30 [0633a60] Heikki..: Add index-only scan support to range type GiST .. --> - Allow GiST indexes to perform index-only + Allow GiST indexes to perform index-only scans (Anastasia Lubennikova, Heikki Linnakangas, Andreas Karlsson) @@ -6540,7 +6540,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-09-02 [bd3b7a9] Fujii ..: Support ALTER SYSTEM RESET command. --> - Allow ALTER SYSTEM + Allow ALTER SYSTEM values to be reset with ALTER SYSTEM RESET (Vik Fearing) @@ -6757,7 +6757,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Allow setting multiple target columns in - an UPDATE from the result of + an UPDATE from the result of a single sub-SELECT (Tom Lane) @@ -6772,7 +6772,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-10-07 [df630b0] Alvaro..: Implement SKIP LOCKED for row-level locks --> - Add SELECT option + Add SELECT option SKIP LOCKED to skip locked rows (Thomas Munro) @@ -6787,7 +6787,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2015-05-15 [f6d208d] Simon ..: TABLESAMPLE, SQL Standard and extensible --> - Add SELECT option + Add SELECT option TABLESAMPLE to return a subset of a table (Petr Jelínek) @@ -6825,7 +6825,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add more details about sort ordering in EXPLAIN output (Marius Timmer, + linkend="sql-explain">EXPLAIN output (Marius Timmer, Lukas Kreft, Arne Scheffer) @@ -6840,7 +6840,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-12-18 [35192f0] Alvaro..: Have VACUUM log number of skipped pages due to .. --> - Make VACUUM log the + Make VACUUM log the number of pages skipped due to pins (Jim Nasby) @@ -6850,7 +6850,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2015-02-20 [d42358e] Alvaro..: Have TRUNCATE update pgstat tuple counters --> - Make TRUNCATE properly + Make TRUNCATE properly update the pg_stat* tuple counters (Alexander Shulgin) @@ -6858,7 +6858,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. - <xref linkend="SQL-REINDEX"> + <xref linkend="sql-reindex"> @@ -6926,10 +6926,10 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. This feature allows row-by-row control over which users can add, modify, or even see rows in a table. This is controlled by new - commands CREATE/ALTER/DROP POLICY and ALTER TABLE ... ENABLE/DISABLE + commands CREATE/ALTER/DROP POLICY and ALTER TABLE ... ENABLE/DISABLE ROW SECURITY. @@ -6941,7 +6941,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. Allow changing of the WAL logging status of a table after creation with ALTER TABLE ... SET LOGGED / + linkend="sql-altertable">ALTER TABLE ... SET LOGGED / UNLOGGED (Fabrízio de Royes Mello) @@ -6954,10 +6954,10 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add IF NOT EXISTS clause to CREATE TABLE AS, - CREATE INDEX, - CREATE SEQUENCE, - and CREATE + linkend="sql-createtableas">CREATE TABLE AS, + CREATE INDEX, + CREATE SEQUENCE, + and CREATE MATERIALIZED VIEW (Fabrízio de Royes Mello) @@ -6968,7 +6968,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add support for IF EXISTS to ALTER TABLE ... RENAME + linkend="sql-altertable">ALTER TABLE ... RENAME CONSTRAINT (Bruce Momjian) @@ -6986,8 +6986,8 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. This feature is now supported in - , , - , , + , , + , , and ALTER object OWNER TO commands. @@ -6997,7 +6997,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-12-23 [7eca575] Alvaro..: get_object_address: separate domain constraints.. --> - Support comments on domain + Support comments on domain constraints (Álvaro Herrera) @@ -7017,7 +7017,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2015-05-11 [fa26424] Stephe..: Allow LOCK TABLE .. ROW EXCLUSIVE MODE with IN.. --> - Allow LOCK TABLE ... ROW EXCLUSIVE + Allow LOCK TABLE ... ROW EXCLUSIVE MODE for those with INSERT privileges on the target table (Stephen Frost) @@ -7049,8 +7049,8 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Allow CREATE/ALTER DATABASE + linkend="sql-createdatabase">CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn (Vik Fearing) @@ -7075,7 +7075,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-07-10 [59efda3] Tom Lane: Implement IMPORT FOREIGN SCHEMA. --> - Add support for + Add support for (Ronan Dunklau, Michael Paquier, Tom Lane) @@ -7164,7 +7164,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Allow event triggers on table rewrites caused by ALTER TABLE (Dimitri + linkend="sql-altertable">ALTER TABLE (Dimitri Fontaine) @@ -7175,10 +7175,10 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add event trigger support for database-level COMMENT, SECURITY LABEL, - and GRANT/REVOKE (Álvaro Herrera) + linkend="sql-comment">COMMENT, SECURITY LABEL, + and GRANT/REVOKE (Álvaro Herrera) @@ -7645,8 +7645,8 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. This change adds new commands CREATE/DROP TRANSFORM. + linkend="sql-createtransform">CREATE/DROP TRANSFORM. This also adds optional transformations between the hstore and ltree types to/from - Allow vacuumdb to + Allow vacuumdb to vacuum in parallel using new option (Dilip Kumar) @@ -7786,7 +7786,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2015-11-12 [5094da9] Alvaro..: vacuumdb: don't prompt for passwords over and .. --> - In vacuumdb, do not + In vacuumdb, do not prompt for the same password repeatedly when multiple connections are necessary (Haribabu Kommi, Michael Paquier) @@ -7798,7 +7798,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add option to reindexdb (Sawada + linkend="app-reindexdb">reindexdb (Sawada Masahiko) @@ -7829,7 +7829,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. - <xref linkend="APP-PSQL"> + <xref linkend="app-psql"> @@ -7879,7 +7879,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add new option %l in psql's PROMPT variables + linkend="app-psql-variables">PROMPT variables to display the current multiline statement line number (Sawada Masahiko) @@ -7891,7 +7891,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add \pset option pager_min_lines + linkend="app-psql-meta-commands">pager_min_lines to control pager invocation (Andrew Dunstan) @@ -7949,7 +7949,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. - <link linkend="APP-PSQL-meta-commands">Backslash Commands</link> + <link linkend="app-psql-meta-commands">Backslash Commands</link> @@ -8045,7 +8045,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. - <xref linkend="APP-PGDUMP"> + <xref linkend="app-pgdump"> @@ -8640,7 +8640,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2014-11-21 [3a82bc6] Heikki..: Add pageinspect functions for inspecting GIN in.. --> - Add GIN + Add GIN index inspection functions to pageinspect (Heikki Linnakangas, Peter Geoghegan, Michael Paquier) diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index a89b1b5879..90b4ed3585 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -5048,7 +5048,7 @@ and many others in the same vein 2015-09-02 [30bb26b5e] Allow usage of huge maintenance_work_mem for GIN build. --> - Allow GIN index builds to + Allow GIN index builds to make effective use of settings larger than 1 GB (Robert Abraham, Teodor Sigaev) @@ -5094,7 +5094,7 @@ and many others in the same vein --> Improve handling of dead index tuples in GiST indexes (Anastasia Lubennikova) + linkend="gist">GiST indexes (Anastasia Lubennikova) @@ -5110,7 +5110,7 @@ and many others in the same vein 2016-03-30 [acdf2a8b3] Introduce SP-GiST operator class over box. --> - Add an SP-GiST operator class for + Add an SP-GiST operator class for type box (Alexander Lebedev) @@ -7228,8 +7228,8 @@ This commit is also listed under psql and PL/pgSQL --> Add a option - to pg_dump - and pg_restore + to pg_dump + and pg_restore (Pavel Stehule) @@ -7292,7 +7292,7 @@ This commit is also listed under psql and PL/pgSQL - <xref linkend="APP-PSQL"> + <xref linkend="app-psql"> diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index 095bf6459c..819f2a8294 100644 --- a/doc/src/sgml/rules.sgml +++ b/doc/src/sgml/rules.sgml @@ -29,8 +29,8 @@ execution. It is very powerful, and can be used for many things such as query language procedures, views, and versions. The theoretical foundations and the power of this rule system are - also discussed in and . + also discussed in and . diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 3f2d31b4c0..1b5f654a1b 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -1,6 +1,6 @@ - + SP-GiST Indexes diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 7a61b50579..4a6f746d20 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -268,7 +268,7 @@ createdb: database creation failed: ERROR: permission denied to create database More about createdb and dropdb can - be found in and + be found in and respectively. diff --git a/doc/src/sgml/tablefunc.sgml b/doc/src/sgml/tablefunc.sgml index 7cfae4d316..6f1d3df34d 100644 --- a/doc/src/sgml/tablefunc.sgml +++ b/doc/src/sgml/tablefunc.sgml @@ -295,7 +295,7 @@ AS ct(row_name text, category_1 text, category_2 text, category_3 text); - See also the \crosstabview + See also the \crosstabview command in psql, which provides functionality similar to crosstab(). diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index b6f33037ff..d9fccaa17c 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -3277,10 +3277,10 @@ if (!ptr) - + Using C++ for Extensibility - + C++ diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index 520eab8e99..dce68dd4ac 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -470,7 +470,7 @@ GiST indexes have nine support functions, two of which are optional, as shown in . - (For more information see .) + (For more information see .) @@ -542,7 +542,7 @@ SP-GiST indexes require five support functions, as shown in . - (For more information see .) + (For more information see .)
@@ -590,7 +590,7 @@ GIN indexes have six support functions, three of which are optional, as shown in . - (For more information see .) + (For more information see .)