We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent51daa7b commitafc58afCopy full SHA for afc58af
doc/src/sgml/catalogs.sgml
@@ -5385,7 +5385,7 @@ SCRAM-SHA-256$<replaceable><iteration count></>:<replaceable><salt><
5385
5386
<row>
5387
<entry><structfield>pubname</structfield></entry>
5388
- <entry><type>Name</type></entry>
+ <entry><type>name</type></entry>
5389
<entry></entry>
5390
<entry>Name of the publication</entry>
5391
</row>
doc/src/sgml/event-trigger.sgml
@@ -565,6 +565,7 @@
565
<entry align="center"><literal>X</literal></entry>
566
<entry align="center"><literal>-</literal></entry>
567
568
+ <entry align="center"></entry>
569
570
571
<entry align="left"><literal>CREATE USER MAPPING</literal></entry>
doc/src/sgml/indexam.sgml
@@ -559,7 +559,7 @@ amgettuple (IndexScanDesc scan,
559
a <structname>HeapTuple</> pointer stored at <literal>scan->xs_hitup</>,
560
with tuple descriptor <literal>scan->xs_hitupdesc</>. (The latter
561
format should be used when reconstructing data that might possibly not fit
562
- into an IndexTuple.) In either case,
+ into an<structname>IndexTuple</>.) In either case,
563
management of the data referenced by the pointer is the access method's
564
responsibility. The data must remain good at least until the next
<function>amgettuple</>, <function>amrescan</>, or <function>amendscan</>
doc/src/sgml/logicaldecoding.sgml
@@ -345,7 +345,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
345
<para>
346
The <link linkend="view-pg-replication-slots"><structname>pg_replication_slots</structname></link>
347
view and the
348
- <link linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
+ <link linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
349
view provide information about the current state of replication slots and
350
streaming replication connections respectively. These views apply to both physical and
351
logical replication.
doc/src/sgml/perform.sgml
@@ -1840,7 +1840,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
1840
<listitem>
1841
1842
Increase <xref linkend="guc-max-wal-size"> and <xref
1843
- linkend="guc-checkpoint-timeout">; this reduces the frequency
+ linkend="guc-checkpoint-timeout">; this reduces the frequency
1844
of checkpoints, but increases the storage requirements of
1845
<filename>/pg_wal</>.
1846
</para>
doc/src/sgml/ref/alter_sequence.sgml
@@ -89,7 +89,7 @@ ALTER SEQUENCE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> S
89
The optional
90
clause <literal>AS <replaceable class="parameter">data_type</replaceable></literal>
91
changes the data type of the sequence. Valid types are
92
-are<literal>smallint</literal>, <literal>integer</literal>,
+ <literal>smallint</literal>, <literal>integer</literal>,
93
and <literal>bigint</literal>.
94
95
doc/src/sgml/ref/alter_table.sgml
@@ -620,8 +620,8 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
620
<literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
621
fillfactor and autovacuum storage parameters, as well as the
622
following planner related parameters:
623
- effective_io_concurrency,parallel_workers,seq_page_cost
624
- random_page_cost,n_distinct and n_distinct_inherited.
+<varname>effective_io_concurrency</>, <varname>parallel_workers</>, <varname>seq_page_cost</>,
+<varname>random_page_cost</>, <varname>n_distinct</> and<varname>n_distinct_inherited</>.
625
626
627
<note>
doc/src/sgml/ref/copy.sgml
@@ -482,7 +482,7 @@ COPY <replaceable class="parameter">count</replaceable>
482
483
For identity columns, the <command>COPY FROM</command> command will always
484
write the column values provided in the input data, like
485
- the <command>INPUT</command> option <literal>OVERRIDING SYSTEM
+ the <command>INSERT</command> option <literal>OVERRIDING SYSTEM
486
VALUE</literal>.
487
488
doc/src/sgml/ref/create_sequence.sgml
@@ -119,7 +119,7 @@ SELECT * FROM <replaceable>name</replaceable>;
119
120
121
specifies the data type of the sequence. Valid types are
122
123
and <literal>bigint</literal>. <literal>bigint</literal> is the
124
default. The data type determines the default minimum and maximum
125
values of the sequence.
doc/src/sgml/ref/create_table.sgml
@@ -473,8 +473,8 @@ FROM ( { <replaceable class="PARAMETER">numeric_literal</replaceable> | <replace
473
<firstterm>partitioned</firstterm> table. The parenthesized list of
474
columns or expressions forms the <firstterm>partition key</firstterm>
475
for the table. When using range partitioning, the partition key can
476
- include multiple columns or expressions (up to 32, but this limit can
477
- altered when building <productname>PostgreSQL</productname>.), but for
+ include multiple columns or expressions (up to 32, but this limit can be
+ altered when building <productname>PostgreSQL</productname>), but for
478
list partitioning, the partition key must consist of a single column or
479
expression. If no B-tree operator class is specified when creating a
480
partitioned table, the default B-tree operator class for the datatype will