Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d1733f

Browse files
committed
Minor enhancement of readability of ALTER TABLE syntax in the doc.
Fabrízio Mello
1 parent7cbee7c commit6d1733f

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)

[8]ページ先頭

©2009-2025 Movatter.jp