Skip to content

Commit 6d1733f

Browse files
committed
Minor enhancement of readability of ALTER TABLE syntax in the doc.
Fabrízio Mello
1 parent 7cbee7c commit 6d1733f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/alter_table.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
6666
SET WITH OIDS
6767
SET WITHOUT OIDS
6868
SET TABLESPACE <replaceable class="PARAMETER">new_tablespace</replaceable>
69-
SET {LOGGED | UNLOGGED}
69+
SET { LOGGED | UNLOGGED }
7070
SET ( <replaceable class="PARAMETER">storage_parameter</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )
7171
RESET ( <replaceable class="PARAMETER">storage_parameter</replaceable> [, ... ] )
7272
INHERIT <replaceable class="PARAMETER">parent_table</replaceable>
7373
NO INHERIT <replaceable class="PARAMETER">parent_table</replaceable>
7474
OF <replaceable class="PARAMETER">type_name</replaceable>
7575
NOT OF
7676
OWNER TO { <replaceable class="PARAMETER">new_owner</replaceable> | CURRENT_USER | SESSION_USER }
77-
REPLICA IDENTITY {DEFAULT | USING INDEX <replaceable class="PARAMETER">index_name</replaceable> | FULL | NOTHING}
77+
REPLICA IDENTITY { DEFAULT | USING INDEX <replaceable class="PARAMETER">index_name</replaceable> | FULL | NOTHING }
7878

7979
<phrase>and <replaceable class="PARAMETER">table_constraint_using_index</replaceable> is:</phrase>
8080

@@ -516,7 +516,7 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
516516
</varlistentry>
517517

518518
<varlistentry>
519-
<term><literal>SET {LOGGED | UNLOGGED}</literal></term>
519+
<term><literal>SET { LOGGED | UNLOGGED }</literal></term>
520520
<listitem>
521521
<para>
522522
This form changes the table from unlogged to logged or vice-versa

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy