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

Commit9d77dcc

Browse files
committed
Add mention of PRIMARY in ALTER TABLE ... [ UNIQUE | PRIMARY ]
1 parent04f3342 commit9d77dcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Changes
182182
Add %TYPE syntax to CREATE TYPE (Ian Lance Taylor)
183183
Add ALTER TABLE / DROP CONSTRAINT for CHECK constraints (Christopher Kings-Lynne)
184184
New CREATE OR REPLACE FUNCTION to alter existing function (preserving the function OID) (Gavin Sherry)
185-
Add ALTER TABLE / ADD UNIQUE (Christopher Kings-Lynne)
185+
Add ALTER TABLE / ADD[UNIQUE | PRIMARY ] (Christopher Kings-Lynne)
186186
Allow column renaming in views
187187
Make ALTER TABLE / RENAME COLUMN update column names of indexes (Brent Verner)
188188
Fix for ALTER TABLE / ADD CONSTRAINT ... CHECK with inherited tables (Stephan Szabo)

‎doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.110 2001/12/28 05:03:10 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.111 2002/01/03 05:37:43 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -284,7 +284,7 @@ Make OIDs optional using WITHOUT OIDS (Tom)
284284
Add %TYPE syntax to CREATE TYPE (Ian Lance Taylor)
285285
Add ALTER TABLE / DROP CONSTRAINT for CHECK constraints (Christopher Kings-Lynne)
286286
New CREATE OR REPLACE FUNCTION to alter existing function (preserving the function OID) (Gavin Sherry)
287-
Add ALTER TABLE / ADD UNIQUE (Christopher Kings-Lynne)
287+
Add ALTER TABLE / ADD[UNIQUE | PRIMARY ] (Christopher Kings-Lynne)
288288
Allow column renaming in views
289289
Make ALTER TABLE / RENAME COLUMN update column names of indexes (Brent Verner)
290290
Fix for ALTER TABLE / ADD CONSTRAINT ... CHECK with inherited tables (Stephan Szabo)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp