File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments