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
d79dc61d
Commit
d79dc61d
authored
Jul 28, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes with better wording.
Brian B.
parent
1bf3d615
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+7
-7
No files found.
doc/src/sgml/release.sgml
View file @
d79dc61d
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
1 2004/07/26 01:47:59
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
2 2004/07/28 14:28:57
momjian Exp $
-->
<appendix id="release">
...
...
@@ -171,7 +171,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
<para>
Server configuration parameters SortMem and VacuumMem have been
renamed to work_mem and maintenance_work_mem to better reflect
their use. The original names still supported.
their use. The original names
are
still supported.
</para>
</listitem>
...
...
@@ -775,7 +775,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
<listitem>
<para>
Allow
ing
composite types as table columns (Tom)
Allow composite types as table columns (Tom)
</para>
</listitem>
...
...
@@ -812,7 +812,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
Allow ALTER DATABASE ... OWNER (Euler Taveira de Oliveira)
</para>
<para>
Previously this required modifying the system tables.
Previously
,
this required modifying the system tables.
</para>
</listitem>
...
...
@@ -857,7 +857,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
<listitem>
<para>
Add pg_get_serial_sequence() to return the serial columns
sequence name(Christopher Kings-Lynne)
sequence name
(Christopher Kings-Lynne)
</para>
<para>
This allows automated scripts to reliabily find the serial
...
...
@@ -875,7 +875,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
<listitem>
<para>
Warn
of primary/foreign key mismatch requires costly lookup
Warn
that primary/foreign key mismatch requires costly lookup.
</itemizedlist>
</sect3>
...
...
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.271 2004/07/26 01:47:59 momjian
<listitem>
<para>
Warn of empty string being passe
s
to oid/float4/float8 data types; 7.6
Warn of empty string being passe
d
to oid/float4/float8 data types; 7.6
will throw an error instead (Neil)
</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