mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Fix whitespace
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user