diff options
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r-- | doc/src/sgml/ref/alter_system.sgml | 6 | ||||
-rw-r--r-- | doc/src/sgml/ref/create_aggregate.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/alter_system.sgml b/doc/src/sgml/ref/alter_system.sgml index d11f6beeed7..23c30efc8f8 100644 --- a/doc/src/sgml/ref/alter_system.sgml +++ b/doc/src/sgml/ref/alter_system.sgml @@ -33,16 +33,16 @@ ALTER SYSTEM SET <replaceable class="PARAMETER">configuration_parameter</replace values to the <filename>postgresql.auto.conf</filename> file. With <literal>DEFAULT</literal>, it removes a configuration entry from <filename>postgresql.auto.conf</filename> file. The values will be - effective after reload of server configuration (SIGHUP) or in next + effective after reload of server configuration (SIGHUP) or in next server start based on the type of configuration parameter modified. </para> <para> This command is not allowed inside transaction block or function. </para> - + <para> - See <xref linkend="config-setting"> for other ways to set the parameters and + See <xref linkend="config-setting"> for other ways to set the parameters and how they become effective. </para> </refsect1> diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index ef1eaf85be5..84a18b27960 100644 --- a/doc/src/sgml/ref/create_aggregate.sgml +++ b/doc/src/sgml/ref/create_aggregate.sgml @@ -447,7 +447,7 @@ SELECT col FROM tab ORDER BY col USING sortop LIMIT 1; <listitem> <para> The approximate average size (in bytes) of the aggregate's state - value, when using moving-aggregate mode. This works the same as + value, when using moving-aggregate mode. This works the same as <replaceable>state_data_size</>. </para> </listitem> diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 2a985b82e5d..299cce88117 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -329,7 +329,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI </para> <para> Default expressions for the copied column definitions will only be - copied if <literal>INCLUDING DEFAULTS</literal> is specified. + copied if <literal>INCLUDING DEFAULTS</literal> is specified. Defaults that call database-modification functions, like <function>nextval</>, create a linkage between the original and new tables. The diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 10c1743754c..642fccf325f 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -254,7 +254,7 @@ PostgreSQL documentation <term><option>--xlogdir=<replaceable class="parameter">xlogdir</replaceable></option></term> <listitem> <para> - Specifies the location for the transaction log directory. + Specifies the location for the transaction log directory. <replaceable>xlogdir</replaceable> must be an absolute path. The transaction log directory can only be specified when the backup is in plain mode. diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index ee6ec3a811e..255e8cac144 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -951,7 +951,7 @@ testdb=> The command form <literal>\d+</literal> is identical, except that 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 + table, the view definition if the relation is a view, a non-default <link linkend="SQL-CREATETABLE-REPLICA-IDENTITY">replica identity</link> setting. </para> |