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
9d623ed2
Commit
9d623ed2
authored
Aug 01, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor release wording improvments.
parent
5b0d5ea9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+9
-10
No files found.
doc/src/sgml/release.sgml
View file @
9d623ed2
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
4 2004/07/31 07:11:07 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
5 2004/08/01 05:22:26 momjian
Exp $
-->
-->
<appendix id="release">
<appendix id="release">
...
@@ -169,7 +169,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -169,7 +169,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
<para>
<para>
Server configuration parameters SortMem and VacuumMem have been
Server configuration parameters SortMem and VacuumMem have been
renamed to work_mem and maintenance_work_mem to better reflect
renamed to work_mem and maintenance_work_mem to better reflect
their use. The original names
are
still supported.
their use. The original names still supported.
</para>
</para>
</listitem>
</listitem>
...
@@ -570,7 +570,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -570,7 +570,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
<listitem>
<listitem>
<para>
<para>
Listen on localhost by default, which eliminates the need for the -i
Listen on localhost by default, which eliminates the need for the -i
postmaster switch in many scenarios (Andrew
Dunstan
)
postmaster switch in many scenarios (Andrew)
</para>
</para>
<para>
<para>
Listening on localhost (127.0.0.1) opens no new security holes but
Listening on localhost (127.0.0.1) opens no new security holes but
...
@@ -773,7 +773,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -773,7 +773,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
<listitem>
<listitem>
<para>
<para>
Allow composite types as table columns (Tom)
Allow
ing
composite types as table columns (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -810,7 +810,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -810,7 +810,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
Allow ALTER DATABASE ... OWNER (Euler Taveira de Oliveira)
Allow ALTER DATABASE ... OWNER (Euler Taveira de Oliveira)
</para>
</para>
<para>
<para>
Previously
,
this required modifying the system tables.
Previously this required modifying the system tables.
</para>
</para>
</listitem>
</listitem>
...
@@ -855,7 +855,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -855,7 +855,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
<listitem>
<listitem>
<para>
<para>
Add pg_get_serial_sequence() to return the serial columns
Add pg_get_serial_sequence() to return the serial columns
sequence name
(Christopher Kings-Lynne
)
sequence name
(Christopher
)
</para>
</para>
<para>
<para>
This allows automated scripts to reliabily find the serial
This allows automated scripts to reliabily find the serial
...
@@ -873,7 +873,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -873,7 +873,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
<listitem>
<listitem>
<para>
<para>
Warn
that primary/foreign key mismatch requires costly lookup.
Warn
of primary/foreign key mismatch requires costly lookup
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
...
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
<listitem>
<listitem>
<para>
<para>
Warn of empty string being passe
d
to oid/float4/float8 data types; 7.6
Warn of empty string being passe
s
to oid/float4/float8 data types; 7.6
will throw an error instead (Neil)
will throw an error instead (Neil)
</para>
</para>
</listitem>
</listitem>
...
@@ -1502,8 +1502,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
...
@@ -1502,8 +1502,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.274 2004/07/31 07:11:07 tgl Exp
<listitem>
<listitem>
<para>
<para>
Allow external interfaces to create their own server configuration
Allow external interfaces to create their own server configuration
parameters (Thomas
parameters (Thomas Hallgren)
Hallgren)
</para>
</para>
</listitem>
</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