diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml
index 35514d4d9ac..6e9fddf404e 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 5423aadb9c8..d49901c6900 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 d7547e6e921..49530241620 100644
--- a/doc/src/sgml/biblio.sgml
+++ b/doc/src/sgml/biblio.sgml
@@ -18,7 +18,7 @@
SQL Reference Books
-
+ The Practical SQL HandbookUsing SQL VariantsFourth Edition
@@ -43,7 +43,7 @@
2001
-
+ A Guide to the SQL StandardA user's guide to the standard database language SQLFourth Edition
@@ -64,7 +64,7 @@
1997
-
+ An Introduction to Database SystemsEighth Edition
@@ -80,7 +80,7 @@
2003
-
+ Fundamentals of Database SystemsFourth Edition
@@ -100,7 +100,7 @@
2003
-
+ Understanding the New SQLA complete guide
@@ -120,7 +120,7 @@
1993
-
+ Principles of Database and KnowledgeBase 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 Postgres95 User Manual
@@ -204,7 +204,7 @@ ssimkovi@ag.or.at
Sept. 5, 1995
-
+ The
design and implementation of the POSTGRES query
optimizer
@@ -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
-
+ The POSTGRES
data model
@@ -284,7 +284,7 @@ ssimkovi@ag.or.at
-
+ Generalized
Partial Indexes
@@ -313,7 +313,7 @@ ssimkovi@ag.or.at
420-7
-
+ The
design of POSTGRES
@@ -335,7 +335,7 @@ ssimkovi@ag.or.at
-
+ The design of the POSTGRES rules system
@@ -360,7 +360,7 @@ ssimkovi@ag.or.at
-
+ The
design of the POSTGRES storage
@@ -379,7 +379,7 @@ ssimkovi@ag.or.at
-
+ A
commentary on the POSTGRES rules
@@ -405,7 +405,7 @@ ssimkovi@ag.or.at
-
+ The
case for partial indexes
@@ -423,7 +423,7 @@ ssimkovi@ag.or.at
-
+ The
implementation of POSTGRES
@@ -451,7 +451,7 @@ ssimkovi@ag.or.at
-
+ On
Rules, Procedures, Caching and Views in Database Systems
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index 91c01700ed5..b7483df4c08 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 dcb939f1fbf..774442feeee 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 aeda826d874..d360fc4d58a 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 1f17d3ad2dc..12928e8bd38 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 817db92af2d..03cbaa60abd 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 0f9ff3a8eb8..bc3d080774d 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 c672988cc51..e571292bf4b 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 99ee3ebca01..0f91272c54e 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 873627a210b..d63d8af4405 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 4e4470d439b..f2f9ca0853c 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 d1535469f98..b59e65bb209 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 4cdd387b7be..248ed7e8eb0 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 a7e26533716..9f468b7fdc9 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 2e930ac240f..c743b5c0baa 100644
--- a/doc/src/sgml/lobj.sgml
+++ b/doc/src/sgml/lobj.sgml
@@ -1,6 +1,6 @@
-
+ Large Objectslarge object
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index fa0bb56b7bf..676ab1f5ad7 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 c02f6e97652..3b268c3f3c8 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 75cb39359fa..a0ca2851e57 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 6e6e4ef4356..d034f8887f3 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 6a5182d85b8..fed5c956a20 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 c2c1aaa208e..52cc37a1d61 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 fc60febcbd4..b139c345778 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 b585fd3d2ac..ef2bff9cd93 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 285d0d4ac65..d3415957856 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 43f0a1609b9..e00e726ad85 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 9d77ee5c2c3..c7ad7437e87 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 83fcbbd5a5d..08ed5e28fbf 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 35e4123cadd..1e09b5df1d9 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 6c34f2446a7..bc7401f845a 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 96a7db95ecf..26e95aefcfd 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 38b971fb08a..b913ac9a5bd 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 c6c831fa30a..c2b0669c381 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 1c0a26de6ba..21bc83e512c 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 44d981a5bda..df3d6d0696d 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 cdecf631b1e..fd35e98a886 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 a9001458731..172a62a6f7d 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 30e399e62c8..5d0b792e505 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 63d9ecd924d..389824e3d21 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 5e680f7720c..0fbb8d5b624 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 eaea819744a..f41b5058ff3 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 834f3e4231d..e69bcf2dd76 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 3cc28d5b18a..4c6f75efff3 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 d15fbfceea8..f327267ff81 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 3eb91556023..a49f2fc5a5f 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 801404e0cf9..5557f9b2318 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 e30ca104549..c135364d4ec 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 26791b379bd..f8833feee71 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 2ca406b9148..dc914209545 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 9b8ad365227..655b35c6fcd 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 05e11f5ef28..53529abff7e 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 87acb879b03..d7b012fd543 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 b76a21f6545..7e0240d696e 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 b8ef117b7d7..887c4392dd5 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 b4b8dab9112..234ccb70e1c 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 ] nameinformation_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 def554bfb33..4d6f011e2fb 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 2e872cf11f2..4b4dacbf28d 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 b44aac9bf58..630927c15ba 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 16d76687ab1..75a8b1dac62 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 737a5075657..c71faeec050 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 d9a753017b5..210baa7125c 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 75be3187f14..7c32f0c5d5a 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 1a240ff4301..8e03510bd4e 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 18271d51995..eecff388cb0 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 e7180b44093..f33519bd79a 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 12f2f093372..bc33f0fa236 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 fd6f073d18e..45f85aea34e 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 4d71c45797d..7ecc0cc4632 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 5c5db750771..1210b5dffbf 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 081bbc5f7a3..d2d4b52f48c 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 ab2e09d5218..d705792a451 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 8e3f53957ee..e41d6ff3cfb 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 35bbf85af7e..c200a3e5737 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 8f0974b2569..eb91ad971d7 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 3de30fa5808..4a8cee80574 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 89af1e50519..cd4565e3368 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 d4e99e925f0..cc76b040272 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 03e0315eef7..44475eb30ea 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 8adfa3a37bf..3e35c776ead 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 705ff55c49f..d38914e2888 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 9652f024121..42cd0656122 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 a3a7892812a..3e0f849f5b5 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 87403a55e3b..d9a1c187358 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 47705fd187e..212c62ae1b7 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 97cb9b7fc8a..970dc133595 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 7896043a116..0382349404c 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 bb2601dc8c8..92c0090dfd4 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
-
+ indexbuilding concurrently
diff --git a/doc/src/sgml/ref/create_language.sgml b/doc/src/sgml/ref/create_language.sgml
index 20d56a766f3..92dae40ecc6 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 126aa5666f8..8dd138f8161 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 08eb7f2a083..882100583e5 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 11c38fd38be..774616e244f 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 ca5261b7a08..0953e238ce7 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 1bcf2de4290..64d3a6baa6c 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 b997d387e77..55771d1d310 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 4a4061a2371..7c050a3addf 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 c772c383991..c6403c05306 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 ce3530c0489..ed856e21e47 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 9248b1d459a..0cea9a49ce8 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 e14ce43bf9e..e13636a2682 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 066af8a4b4d..bb99d8e785d 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 cd51b7fcac5..2a1514a5ac2 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 2db2e9fc444..4f7b741526f 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 Parametersstorage 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 8198442a974..89ca82baa5c 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 4d95cac9e59..ed9635ef400 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 647c3b9f057..dfb83a76da4 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 6726e3c7663..9e97c364ef8 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 9c95c116083..20a01765b75 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 044581f6f29..8e5e1b0b484 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 e10f18b28b8..0340e1ab1f4 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 02ca27b281e..1b409ad22f6 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 500169da986..13dfd64c6d0 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 10182e14266..d18cc91a002 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 c0dd0224955..e52a4b85a77 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 Viewsupdatable views
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index 0112d3a848f..265d14e1491 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 788ee81dafb..f3c50c41131 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 394b125f523..4e23c6e091e 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 8eae0354af8..a70e2466e5d 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 570e9aa7108..d7869efd9a2 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 f432e70430d..063342494fa 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 5d2e9b1b8ce..c14dff0a281 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 ac29e7a4193..1e5b3e8bd47 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 dae3a39fce2..6e0d7416371 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 23f8e88fc95..03df0d17b1e 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 9d56ec51a59..d5cf18c3e91 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 7e5fbe7396c..bbf3fd37769 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 b1dac01e652..59379e82348 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 583048dc0f4..a773170fa68 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 f75308a20d3..bb296df17f3 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 a3c73a0d46b..8e8968ab1a6 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 456d55d1122..b12de03e65d 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 9c9adb9a46d..05b405dda17 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 5987c5f760b..7844db0f7d6 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 de36c135d16..fd235a0c276 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 524d7583703..350375baef1 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 a898a1fc0af..b115aceb384 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 83af6d7e485..53a40ff73ec 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 5897c99a620..b10bed09cc8 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 b825978aee9..eb92664d85e 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 8b4b3644e66..1eb054dee61 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 f4746921054..2bc1e25f9c3 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 1c129c04443..3195c040bb3 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 3c1bbaba6fd..413d1870d42 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 d3fdf55080c..6955016c272 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 bb3af1e1863..2e608b2b207 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 5027129b38b..be30f8f8104 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 8ef0e014e4f..fa941e8cd20 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 fd2087db6a7..b34d070d50c 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 58b14894757..5ab2f9eae84 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 cea7e003511..b2153699103 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 4343035ebb2..b761a4d92e0 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 698920a2266..c7de707fcc4 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 d44bf138a67..118f38f3f48 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 cc053beceb7..b7acf46ff7a 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 66af10fb0f4..b670f55ff2b 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 3fa9467ebdd..dea9b2b1bda 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 ad832754573..244af48191e 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 92ac2729caf..37449ed19fd 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 3cb90522daa..0e680f30f63 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 27284acae4c..393a1eadcf6 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 a33b33335b0..47e55bffb47 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 9dd44be8828..f7ca0877b1d 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 1387b7dc2da..4c6a8bdb409 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 a9eaff815dc..18e7ed526ae 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 1f74118efd9..4904980dab4 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 6ac413d8086..113a07a3ce5 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 bbf2e11cbb9..a32c1505111 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 fb79a1ac61a..aa2e8f64b8a 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 fd9fe03a6ad..475c85b835e 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 9bc83f1c6a6..66c8462a5a8 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 6696d4d05ab..9a02bc1dbb1 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 7f44ec31d15..f13fad4dd68 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 ON CONFLICT Clause
-
+ UPSERT
-
+ ON CONFLICT
diff --git a/doc/src/sgml/ref/listen.sgml b/doc/src/sgml/ref/listen.sgml
index 65275627174..f4c25efbd04 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 b9e3fe8b255..14886199dee 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 6d68ec6c53b..49e29339386 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 4bf78968588..50533e5e0ea 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 4376b9fdd73..481163634fa 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 1944c185cb9..167d523f5dc 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 4d4feacb931..9a676e0a78b 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
-
+ Descriptionpg_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 3bcf0a2e9f0..f930c7e2452 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 79a9ee09830..57272e33bfe 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 0a64c3548ef..ce6b895da28 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 5395fde6d6a..4d13c57ffa0 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 5add6113f3b..86f660070f1 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 c8e5790a8e7..0c30addd30b 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
-
+ Descriptionpg_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 ed535f6f89a..2b0a3340257 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 0b39726e30c..40049c51e54 100644
--- a/doc/src/sgml/ref/pg_waldump.sgml
+++ b/doc/src/sgml/ref/pg_waldump.sgml
@@ -29,7 +29,7 @@ PostgreSQL documentation
-
+ Descriptionpg_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 bcf188f4b94..fb91ef8d50f 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 4f78e6b1313..6a1766ed3cb 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 8cbe0569cf4..e520cdf3ba1 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+] [