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
36f3a3c4
Commit
36f3a3c4
authored
Jul 31, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contraints -> constraints
Rod Taylor
parent
6b8f6a65
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 @
36f3a3c4
...
@@ -475,7 +475,7 @@ Utility Commands
...
@@ -475,7 +475,7 @@ Utility Commands
Make foreign key constraints clearer in dump file (Rod)
Make foreign key constraints clearer in dump file (Rod)
Add COMMENT ON CONSTRAINT (Rod)
Add COMMENT ON CONSTRAINT (Rod)
Allow COPY TO/FROM to specify column names (Brent Verner)
Allow COPY TO/FROM to specify column names (Brent Verner)
Dump UNIQUE and PRIMARY KEY contraints as ALTER TABLE (Rod)
Dump UNIQUE and PRIMARY KEY con
s
traints as ALTER TABLE (Rod)
Have SHOW output a query result (Joe)
Have SHOW output a query result (Joe)
Generate failure on short COPY lines rather than pad NULLs (Neil)
Generate failure on short COPY lines rather than pad NULLs (Neil)
Fix CLUSTER to preserve all table attributes (Alvaro Herrera)
Fix CLUSTER to preserve all table attributes (Alvaro Herrera)
...
...
doc/src/sgml/release.sgml
View file @
36f3a3c4
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.20
3 2003/07/29 00:03:17 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.20
4 2003/07/31 04:48:15 momjian
Exp $
-->
-->
<appendix id="release">
<appendix id="release">
...
@@ -709,7 +709,7 @@ Properly escape jdbc setObject() strings to improve security (Barry)
...
@@ -709,7 +709,7 @@ Properly escape jdbc setObject() strings to improve security (Barry)
<listitem><para>Make foreign key constraints clearer in dump file (Rod)</para></listitem>
<listitem><para>Make foreign key constraints clearer in dump file (Rod)</para></listitem>
<listitem><para>Add COMMENT ON CONSTRAINT (Rod)</para></listitem>
<listitem><para>Add COMMENT ON CONSTRAINT (Rod)</para></listitem>
<listitem><para>Allow COPY TO/FROM to specify column names (Brent Verner)</para></listitem>
<listitem><para>Allow COPY TO/FROM to specify column names (Brent Verner)</para></listitem>
<listitem><para>Dump UNIQUE and PRIMARY KEY contraints as ALTER TABLE (Rod)</para></listitem>
<listitem><para>Dump UNIQUE and PRIMARY KEY con
s
traints as ALTER TABLE (Rod)</para></listitem>
<listitem><para>Have SHOW output a query result (Joe)</para></listitem>
<listitem><para>Have SHOW output a query result (Joe)</para></listitem>
<listitem><para>Generate failure on short COPY lines rather than pad NULLs (Neil)</para></listitem>
<listitem><para>Generate failure on short COPY lines rather than pad NULLs (Neil)</para></listitem>
<listitem><para>Fix CLUSTER to preserve all table attributes (Alvaro Herrera)</para></listitem>
<listitem><para>Fix CLUSTER to preserve all table attributes (Alvaro Herrera)</para></listitem>
...
...
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