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

Commit272bf59

Browse files
committed
Fix inconsistent formatting.
1 parent93dca0d commit272bf59

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
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.51 2002/10/1922:51:45 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.52 2002/10/1923:09:20 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -41,9 +41,9 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
4141
ALTER TABLE [ ONLY ] <replaceable class="PARAMETER">table</replaceable> [ * ]
4242
ADD <replaceable class="PARAMETER">table_constraint</replaceable>
4343
ALTER TABLE [ ONLY ] <replaceable class="PARAMETER">table</replaceable> [ * ]
44-
DROP CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> [ RESTRICT | CASCADE ]
44+
DROP CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> [ RESTRICT | CASCADE ]
4545
ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
46-
OWNER TO <replaceable class="PARAMETER">new_owner</replaceable>
46+
OWNER TO <replaceable class="PARAMETER">new_owner</replaceable>
4747
</synopsis>
4848

4949
<refsect2 id="R2-SQL-ALTERTABLE-1">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp