Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9d77dcc3
Commit
9d77dcc3
authored
Jan 03, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of PRIMARY in ALTER TABLE ... [ UNIQUE | PRIMARY ]
parent
04f3342e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
HISTORY
HISTORY
+1
-1
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+2
-2
No files found.
HISTORY
View file @
9d77dcc3
...
...
@@ -182,7 +182,7 @@ Changes
Add %TYPE syntax to CREATE TYPE (Ian Lance Taylor)
Add ALTER TABLE / DROP CONSTRAINT for CHECK constraints (Christopher Kings-Lynne)
New CREATE OR REPLACE FUNCTION to alter existing function (preserving the function OID) (Gavin Sherry)
Add ALTER TABLE / ADD
UNIQUE
(Christopher Kings-Lynne)
Add ALTER TABLE / ADD
[ UNIQUE | PRIMARY ]
(Christopher Kings-Lynne)
Allow column renaming in views
Make ALTER TABLE / RENAME COLUMN update column names of indexes (Brent Verner)
Fix for ALTER TABLE / ADD CONSTRAINT ... CHECK with inherited tables (Stephan Szabo)
...
...
doc/src/sgml/release.sgml
View file @
9d77dcc3
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.11
0 2001/12/28 05:03:10
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.11
1 2002/01/03 05:37:43
momjian Exp $
-->
<appendix id="release">
...
...
@@ -284,7 +284,7 @@ Make OIDs optional using WITHOUT OIDS (Tom)
Add %TYPE syntax to CREATE TYPE (Ian Lance Taylor)
Add ALTER TABLE / DROP CONSTRAINT for CHECK constraints (Christopher Kings-Lynne)
New CREATE OR REPLACE FUNCTION to alter existing function (preserving the function OID) (Gavin Sherry)
Add ALTER TABLE / ADD
UNIQUE
(Christopher Kings-Lynne)
Add ALTER TABLE / ADD
[ UNIQUE | PRIMARY ]
(Christopher Kings-Lynne)
Allow column renaming in views
Make ALTER TABLE / RENAME COLUMN update column names of indexes (Brent Verner)
Fix for ALTER TABLE / ADD CONSTRAINT ... CHECK with inherited tables (Stephan Szabo)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment