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
b2145e93
Commit
b2145e93
authored
Dec 21, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of the little "v"s in front of version numbers, substituting the
full word "version" where appropriate.
parent
8f89113d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
80 additions
and
81 deletions
+80
-81
doc/src/sgml/arch-dev.sgml
doc/src/sgml/arch-dev.sgml
+3
-3
doc/src/sgml/cvs.sgml
doc/src/sgml/cvs.sgml
+2
-2
doc/src/sgml/datetime.sgml
doc/src/sgml/datetime.sgml
+2
-2
doc/src/sgml/history.sgml
doc/src/sgml/history.sgml
+2
-2
doc/src/sgml/jdbc.sgml
doc/src/sgml/jdbc.sgml
+3
-3
doc/src/sgml/lobj.sgml
doc/src/sgml/lobj.sgml
+2
-2
doc/src/sgml/notation.sgml
doc/src/sgml/notation.sgml
+2
-2
doc/src/sgml/protocol.sgml
doc/src/sgml/protocol.sgml
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+56
-56
doc/src/sgml/syntax.sgml
doc/src/sgml/syntax.sgml
+3
-4
doc/src/sgml/xfunc.sgml
doc/src/sgml/xfunc.sgml
+3
-3
No files found.
doc/src/sgml/arch-dev.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.1
0 2000/09/29 20:21:33
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.1
1 2000/12/21 22:55:26
petere Exp $
-->
-->
<chapter id="overview">
<chapter id="overview">
...
@@ -1724,7 +1724,7 @@ havingQual} to the one attached to the field {\tt havingQual} of the
...
@@ -1724,7 +1724,7 @@ havingQual} to the one attached to the field {\tt havingQual} of the
{\it parsetree} given by the parameter {\tt parsetree}. This is done
{\it parsetree} given by the parameter {\tt parsetree}. This is done
by adding a new {\tt AND} node and attaching the old and the new {\it
by adding a new {\tt AND} node and attaching the old and the new {\it
operator tree} as arguments to it. {\tt AddHavingQual()} has not been
operator tree} as arguments to it. {\tt AddHavingQual()} has not been
existing until v6.3.2. It has been created for the {\it having logic}.
existing until v
ersion
6.3.2. It has been created for the {\it having logic}.
%
%
\begin{verbatim}
\begin{verbatim}
void
void
...
@@ -1752,7 +1752,7 @@ existing until v6.3.2. It has been created for the {\it having logic}.
...
@@ -1752,7 +1752,7 @@ existing until v6.3.2. It has been created for the {\it having logic}.
This function is similar to the above described function {\tt
This function is similar to the above described function {\tt
AddHavingQual()}. It also adds the {\it operator tree} given by the
AddHavingQual()}. It also adds the {\it operator tree} given by the
parameter {\tt havingQual} but prefixes it by a {\tt NOT} node. {\tt
parameter {\tt havingQual} but prefixes it by a {\tt NOT} node. {\tt
AddNotHavingQual()} has also not been existing until v6.3.2 and has been
AddNotHavingQual()} has also not been existing until v
ersion
6.3.2 and has been
created for the {\it having logic}.
created for the {\it having logic}.
%
%
\begin{verbatim}
\begin{verbatim}
...
...
doc/src/sgml/cvs.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.1
0 2000/09/29 20:21:33
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.1
1 2000/12/21 22:55:26
petere Exp $
CVS code repository
CVS code repository
Thomas Lockhart
Thomas Lockhart
-->
-->
...
@@ -99,7 +99,7 @@ $ cvs checkout -r REL6_4 tc
...
@@ -99,7 +99,7 @@ $ cvs checkout -r REL6_4 tc
</para>
</para>
<para>
<para>
So, to create the
v
6.4 release
So, to create the 6.4 release
I did the following:
I did the following:
<programlisting>
<programlisting>
...
...
doc/src/sgml/datetime.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.1
3 2000/10/20 13:57:10 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.1
4 2000/12/21 22:55:27 petere
Exp $
Date/time details
Date/time details
-->
-->
...
@@ -622,7 +622,7 @@ Date/time details
...
@@ -622,7 +622,7 @@ Date/time details
Gregorian years 1-99AD may be entered by using 4 digits with leading
Gregorian years 1-99AD may be entered by using 4 digits with leading
zeros (e.g. 0099 is 99AD). Previous versions of
zeros (e.g. 0099 is 99AD). Previous versions of
<productname>Postgres</productname> accepted years with three
<productname>Postgres</productname> accepted years with three
digits and with single digits, but as of v7.0 the rules have
digits and with single digits, but as of v
ersion
7.0 the rules have
been tightened up to reduce the possibility of ambiguity.
been tightened up to reduce the possibility of ambiguity.
</para>
</para>
</tip>
</tip>
...
...
doc/src/sgml/history.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.1
0 2000/09/29 20:21:34
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.1
1 2000/12/21 22:55:27
petere Exp $
-->
-->
<sect1 id="history">
<sect1 id="history">
...
@@ -246,7 +246,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.10 2000/09/29 20:21:34 pet
...
@@ -246,7 +246,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.10 2000/09/29 20:21:34 pet
<listitem>
<listitem>
<para>
<para>
Overall backend code speed has been increased by approximately 20-40%,
Overall backend code speed has been increased by approximately 20-40%,
and backend start-up time has decreased 80% since v6.0 was released.
and backend start-up time has decreased 80% since v
ersion
6.0 was released.
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
...
...
doc/src/sgml/jdbc.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.1
5 2000/10/27 22:28:23 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.1
6 2000/12/21 22:55:27 petere
Exp $
-->
-->
<chapter id="jdbc">
<chapter id="jdbc">
...
@@ -438,7 +438,7 @@ db.close();
...
@@ -438,7 +438,7 @@ db.close();
For <productname>Postgres</productname>, you must access large
For <productname>Postgres</productname>, you must access large
objects within an SQL transaction. Although this has always been
objects within an SQL transaction. Although this has always been
true in principle, it was not strictly enforced until the
true in principle, it was not strictly enforced until the
release of v6.5. You would open a transaction by using the
release of v
ersion
6.5. You would open a transaction by using the
<function>setAutoCommit()</function> method with an input
<function>setAutoCommit()</function> method with an input
parameter of <literal>false</literal>:
parameter of <literal>false</literal>:
...
@@ -2642,7 +2642,7 @@ Both are available on
...
@@ -2642,7 +2642,7 @@ Both are available on
<para>
<para>
<ulink url="http://www.retep.org.uk">My own web site</ulink>
<ulink url="http://www.retep.org.uk">My own web site</ulink>
contains updated information not included in this
contains updated information not included in this
document, and also includes precompiled drivers for v
6.4,
and earlier.
document, and also includes precompiled drivers for v
ersions 6.4
and earlier.
</para>
</para>
</sect1>
</sect1>
</chapter>
</chapter>
...
...
doc/src/sgml/lobj.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.1
3 2000/09/29 20:21:34
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.1
4 2000/12/21 22:55:27
petere Exp $
-->
-->
<chapter id="largeObjects">
<chapter id="largeObjects">
...
@@ -70,7 +70,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.13 2000/09/29 20:21:34 petere
...
@@ -70,7 +70,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.13 2000/09/29 20:21:34 petere
<para>
<para>
All large object manipulation <emphasis>must</emphasis> take
All large object manipulation <emphasis>must</emphasis> take
place within an SQL transaction. This requirement is strictly
place within an SQL transaction. This requirement is strictly
enforced as of Postgres
v
6.5, though it has been an
enforced as of Postgres 6.5, though it has been an
implicit requirement in previous versions, resulting in
implicit requirement in previous versions, resulting in
misbehavior if ignored.
misbehavior if ignored.
</para>
</para>
...
...
doc/src/sgml/notation.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.1
0 2000/05/02 20:01:52 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.1
1 2000/12/21 22:55:27 petere
Exp $
-->
-->
<sect1 id="terminology">
<sect1 id="terminology">
...
@@ -109,7 +109,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.10 2000/05/02 20:01:52 th
...
@@ -109,7 +109,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.10 2000/05/02 20:01:52 th
<note>
<note>
<para>
<para>
At the time of writing (<Productname>Postgres</Productname>
v
7.0)
At the time of writing (<Productname>Postgres</Productname> 7.0)
the notation for
the notation for
flagging commands is not universally consistant throughout the
flagging commands is not universally consistant throughout the
documentation set.
documentation set.
...
...
doc/src/sgml/protocol.sgml
View file @
b2145e93
...
@@ -20,7 +20,7 @@ Updates for protocol 2.0 by <ULink url="mailto:tgl@sss.pgh.pa.us">Tom Lane</ULin
...
@@ -20,7 +20,7 @@ Updates for protocol 2.0 by <ULink url="mailto:tgl@sss.pgh.pa.us">Tom Lane</ULin
<Para>
<Para>
<ProductName>Postgres</ProductName> uses a message-based protocol for communication between frontends
<ProductName>Postgres</ProductName> uses a message-based protocol for communication between frontends
and backends. The protocol is implemented over <Acronym>TCP/IP</Acronym> and also on Unix sockets.
and backends. The protocol is implemented over <Acronym>TCP/IP</Acronym> and also on Unix sockets.
<ProductName>Postgres</ProductName>
v
6.3 introduced version numbers into the protocol.
<ProductName>Postgres</ProductName> 6.3 introduced version numbers into the protocol.
This was done in such
This was done in such
a way as to still allow connections from earlier versions of frontends, but
a way as to still allow connections from earlier versions of frontends, but
this document does not cover the protocol used by those earlier versions.
this document does not cover the protocol used by those earlier versions.
...
@@ -28,7 +28,7 @@ this document does not cover the protocol used by those earlier versions.
...
@@ -28,7 +28,7 @@ this document does not cover the protocol used by those earlier versions.
<Para>
<Para>
This document describes version 2.0 of the protocol, implemented in
This document describes version 2.0 of the protocol, implemented in
<ProductName>Postgres</ProductName>
v
6.4 and later.
<ProductName>Postgres</ProductName> 6.4 and later.
</para>
</para>
<Para>
<Para>
...
...
doc/src/sgml/release.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.
69 2000/12/20 15:44:00 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.
70 2000/12/21 22:55:27 petere
Exp $
-->
-->
<chapter id="release">
<chapter id="release">
...
@@ -106,7 +106,7 @@ Subqueries in FROM are now supported.
...
@@ -106,7 +106,7 @@ Subqueries in FROM are now supported.
</para>
</para>
<sect2>
<sect2>
<title>Migration to v7.1</title>
<title>Migration to v
ersion
7.1</title>
<para>
<para>
A dump/restore using pg_dump is required for those wishing to migrate
A dump/restore using pg_dump is required for those wishing to migrate
...
@@ -306,11 +306,11 @@ New template0 database that contains no user additions(Tom)
...
@@ -306,11 +306,11 @@ New template0 database that contains no user additions(Tom)
<sect2>
<sect2>
<title>Migration to v7.0.3</title>
<title>Migration to v
ersion
7.0.3</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
v
7.0.*.
7.0.*.
</para>
</para>
</sect2>
</sect2>
...
@@ -384,11 +384,11 @@ Fix for crash of backend, on abort (Tom)
...
@@ -384,11 +384,11 @@ Fix for crash of backend, on abort (Tom)
<sect2>
<sect2>
<title>Migration to v7.0.2</title>
<title>Migration to v
ersion
7.0.2</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
v
7.*.
7.*.
</para>
</para>
</sect2>
</sect2>
...
@@ -424,11 +424,11 @@ Added documentation to tarball.
...
@@ -424,11 +424,11 @@ Added documentation to tarball.
</para>
</para>
<sect2>
<sect2>
<title>Migration to v7.0.1</title>
<title>Migration to v
ersion
7.0.1</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
v
7.0.
7.0.
</para>
</para>
</sect2>
</sect2>
...
@@ -561,7 +561,7 @@ ecpg changes (Michael)
...
@@ -561,7 +561,7 @@ ecpg changes (Michael)
</para>
</para>
<sect2>
<sect2>
<title>Migration to v7.0</title>
<title>Migration to v
ersion
7.0</title>
<para>
<para>
A dump/restore using <application>pg_dump</application>
A dump/restore using <application>pg_dump</application>
...
@@ -987,7 +987,7 @@ New multibyte encodings
...
@@ -987,7 +987,7 @@ New multibyte encodings
<sect2>
<sect2>
<title>Migration to v6.5.3</title>
<title>Migration to v
ersion
6.5.3</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
...
@@ -1030,7 +1030,7 @@ Fix dumping rules on inherited tables
...
@@ -1030,7 +1030,7 @@ Fix dumping rules on inherited tables
<sect2>
<sect2>
<title>Migration to v6.5.2</title>
<title>Migration to v
ersion
6.5.2</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
...
@@ -1095,7 +1095,7 @@ Updated version of pgaccess 0.98
...
@@ -1095,7 +1095,7 @@ Updated version of pgaccess 0.98
</para>
</para>
<sect2>
<sect2>
<title>Migration to v6.5.1</title>
<title>Migration to v
ersion
6.5.1</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
...
@@ -1299,7 +1299,7 @@ Add Win1250 (Czech) support (Pavel Behal)
...
@@ -1299,7 +1299,7 @@ Add Win1250 (Czech) support (Pavel Behal)
</para>
</para>
<sect2>
<sect2>
<title>Migration to v6.5</title>
<title>Migration to v
ersion
6.5</title>
<para>
<para>
A dump/restore using <application>pg_dump</application>
A dump/restore using <application>pg_dump</application>
...
@@ -1565,7 +1565,7 @@ bug fix.
...
@@ -1565,7 +1565,7 @@ bug fix.
<sect2>
<sect2>
<title>Migration to v6.4.2</title>
<title>Migration to v
ersion
6.4.2</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
...
@@ -1609,7 +1609,7 @@ problems reported by 6.4 users.
...
@@ -1609,7 +1609,7 @@ problems reported by 6.4 users.
<sect2>
<sect2>
<title>Migration to v6.4.1</title>
<title>Migration to v
ersion
6.4.1</title>
<para>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
A dump/restore is <emphasis>not</emphasis> required for those running
...
@@ -1752,7 +1752,7 @@ been.
...
@@ -1752,7 +1752,7 @@ been.
</para>
</para>
<sect2>
<sect2>
<title>Migration to v6.4</title>
<title>Migration to v
ersion
6.4</title>
<para>
<para>
A dump/restore using <application>pg_dump</application>
A dump/restore using <application>pg_dump</application>
...
@@ -1983,7 +1983,7 @@ new Makefile.shlib for shared library configuration(Tom)
...
@@ -1983,7 +1983,7 @@ new Makefile.shlib for shared library configuration(Tom)
</para>
</para>
<para>
<para>
This is a bugfix release for 6.3.x.
This is a bugfix release for 6.3.x.
Refer to the release notes for v6.3 for a more complete summary of new features.
Refer to the release notes for v
ersion
6.3 for a more complete summary of new features.
</para>
</para>
<para>
<para>
Summary:
Summary:
...
@@ -1992,7 +1992,7 @@ Summary:
...
@@ -1992,7 +1992,7 @@ Summary:
<listitem>
<listitem>
<para>
<para>
Repairs automatic configuration support for some platforms, including Linux,
Repairs automatic configuration support for some platforms, including Linux,
from breakage inadvertently introduced in v6.3.1.
from breakage inadvertently introduced in v
ersion
6.3.1.
</para>
</para>
</listitem>
</listitem>
...
@@ -2011,8 +2011,8 @@ This last step should be performed while the postmaster is not running.
...
@@ -2011,8 +2011,8 @@ This last step should be performed while the postmaster is not running.
You should re-link any custom applications that use <productname>Postgres</productname> libraries.
You should re-link any custom applications that use <productname>Postgres</productname> libraries.
</para>
</para>
<para>
<para>
For upgrades from pre-
v
6.3 installations,
For upgrades from pre-6.3 installations,
refer to the installation and migration instructions for v6.3.
refer to the installation and migration instructions for v
ersion
6.3.
</para>
</para>
<sect2>
<sect2>
...
@@ -2095,8 +2095,8 @@ This last step should be performed while the postmaster is not running.
...
@@ -2095,8 +2095,8 @@ This last step should be performed while the postmaster is not running.
You should re-link any custom applications that use <productname>Postgres</productname> libraries.
You should re-link any custom applications that use <productname>Postgres</productname> libraries.
</para>
</para>
<para>
<para>
For upgrades from pre-
v
6.3 installations,
For upgrades from pre-6.3 installations,
refer to the installation and migration instructions for v6.3.
refer to the installation and migration instructions for v
ersion
6.3.
</para>
</para>
<sect2>
<sect2>
...
@@ -2271,7 +2271,7 @@ Better identify tcl and tk libs and includes(Bruce)
...
@@ -2271,7 +2271,7 @@ Better identify tcl and tk libs and includes(Bruce)
</para>
</para>
<sect2>
<sect2>
<title>Migration to v6.3</title>
<title>Migration to v
ersion
6.3</title>
<para>
<para>
A dump/restore using <application>pg_dump</application>
A dump/restore using <application>pg_dump</application>
...
@@ -2473,7 +2473,7 @@ Remove un-needed malloc() calls and replace with palloc()(Bruce)
...
@@ -2473,7 +2473,7 @@ Remove un-needed malloc() calls and replace with palloc()(Bruce)
1997-10-17
1997-10-17
</para>
</para>
<para>
<para>
v6.2.1 is a bug-fix and usability release on v
6.2.
6.2.1 is a bug-fix and usability release on
6.2.
</para>
</para>
<para>
<para>
Summary:
Summary:
...
@@ -2494,20 +2494,20 @@ Include example trigger function for inserting user names on table updates.
...
@@ -2494,20 +2494,20 @@ Include example trigger function for inserting user names on table updates.
</itemizedlist>
</itemizedlist>
</para>
</para>
<para>
<para>
This is a minor bug-fix release on
v
6.2.
This is a minor bug-fix release on 6.2.
For upgrades from pre-
v
6.2 systems, a full dump/reload is required.
For upgrades from pre-6.2 systems, a full dump/reload is required.
Refer to the
v
6.2 release notes for instructions.
Refer to the 6.2 release notes for instructions.
</para>
</para>
<sect2>
<sect2>
<title>Migration from v
6.2 to v
6.2.1</title>
<title>Migration from v
ersion 6.2 to version
6.2.1</title>
<para>
<para>
This is a minor bug-fix release. A dump/reload is not required from v6.2,
This is a minor bug-fix release. A dump/reload is not required from v
ersion
6.2,
but is required from any release prior to
v
6.2.
but is required from any release prior to 6.2.
</para>
</para>
<para>
<para>
In upgrading from v6.2, if you choose to dump/reload you will find that
In upgrading from v
ersion
6.2, if you choose to dump/reload you will find that
avg(money) is now calculated correctly. All other bug fixes take effect
avg(money) is now calculated correctly. All other bug fixes take effect
upon updating the executables.
upon updating the executables.
</para>
</para>
...
@@ -2570,7 +2570,7 @@ previous releases of <productname>Postgres</productname>.
...
@@ -2570,7 +2570,7 @@ previous releases of <productname>Postgres</productname>.
</para>
</para>
<sect2>
<sect2>
<title>Migration from v
6.1 to v
6.2</title>
<title>Migration from v
ersion 6.1 to version
6.2</title>
<para>
<para>
This migration requires a complete dump of the 6.1 database and a
This migration requires a complete dump of the 6.1 database and a
...
@@ -2583,7 +2583,7 @@ to dump the 6.1 database.
...
@@ -2583,7 +2583,7 @@ to dump the 6.1 database.
</sect2>
</sect2>
<sect2>
<sect2>
<title>Migration from v
1.x to v
6.2</title>
<title>Migration from v
ersion 1.<replaceable>x</> to version
6.2</title>
<para>
<para>
Those migrating from earlier 1.* releases should first upgrade to 1.09
Those migrating from earlier 1.* releases should first upgrade to 1.09
...
@@ -2725,15 +2725,15 @@ SPI and Trigger programming guides (Vadim & D'Arcy)
...
@@ -2725,15 +2725,15 @@ SPI and Trigger programming guides (Vadim & D'Arcy)
<sect2>
<sect2>
<title>Migration from v
6.1 to v
6.1.1</title>
<title>Migration from v
ersion 6.1 to version
6.1.1</title>
<para>
<para>
1997-07-22
1997-07-22
</para>
</para>
<para>
<para>
This is a minor bug-fix release. A dump/reload is not required from v6.1,
This is a minor bug-fix release. A dump/reload is not required from v
ersion
6.1,
but is required from any release prior to
v
6.1.
but is required from any release prior to 6.1.
Refer to the release notes for
v
6.1 for more details.
Refer to the release notes for 6.1 for more details.
</para>
</para>
</sect2>
</sect2>
...
@@ -2783,7 +2783,7 @@ pg_dumpall now returns proper status, portability fix(Bruce)
...
@@ -2783,7 +2783,7 @@ pg_dumpall now returns proper status, portability fix(Bruce)
</para>
</para>
<para>
<para>
The regression tests have been adapted and extensively modified for the
The regression tests have been adapted and extensively modified for the
v
6.1 release of <productname>Postgres</productname>.
6.1 release of <productname>Postgres</productname>.
</para>
</para>
<para>
<para>
...
@@ -2795,7 +2795,7 @@ pg_dumpall now returns proper status, portability fix(Bruce)
...
@@ -2795,7 +2795,7 @@ pg_dumpall now returns proper status, portability fix(Bruce)
</para>
</para>
<para>
<para>
<productname>Postgres</productname>
v
6.1 introduces a new, alternate
<productname>Postgres</productname> 6.1 introduces a new, alternate
optimizer which uses <firstterm>genetic</firstterm>
optimizer which uses <firstterm>genetic</firstterm>
algorithms. These algorithms introduce a random behavior in the ordering
algorithms. These algorithms introduce a random behavior in the ordering
of query results when the query contains multiple qualifiers or multiple
of query results when the query contains multiple qualifiers or multiple
...
@@ -2828,7 +2828,7 @@ optimizer which uses <firstterm>genetic</firstterm>
...
@@ -2828,7 +2828,7 @@ optimizer which uses <firstterm>genetic</firstterm>
</para>
</para>
<sect2>
<sect2>
<title>Migration to v6.1</title>
<title>Migration to v
ersion
6.1</title>
<para>
<para>
This migration requires a complete dump of the 6.0 database and a
This migration requires a complete dump of the 6.0 database and a
...
@@ -2945,7 +2945,7 @@ DG-UX, Ultrix, Irix, AIX portability fixes
...
@@ -2945,7 +2945,7 @@ DG-UX, Ultrix, Irix, AIX portability fixes
</sect1>
</sect1>
<sect1 id="release-6-0">
<sect1 id="release-6-0">
<title>Release
v
6.0</title>
<title>Release 6.0</title>
<!--
<!--
<docinfo>
<docinfo>
<authorgroup>
<authorgroup>
...
@@ -2967,7 +2967,7 @@ previous releases of <productname>Postgres</productname>.
...
@@ -2967,7 +2967,7 @@ previous releases of <productname>Postgres</productname>.
</para>
</para>
<sect2>
<sect2>
<title>Migration from v
1.09 to v
6.0</title>
<title>Migration from v
ersion 1.09 to version
6.0</title>
<para>
<para>
This migration requires a complete dump of the 1.09 database and a
This migration requires a complete dump of the 1.09 database and a
...
@@ -2976,7 +2976,7 @@ restore of the database in 6.0.
...
@@ -2976,7 +2976,7 @@ restore of the database in 6.0.
</sect2>
</sect2>
<sect2>
<sect2>
<title>Migration from pre-
v1.09 to v
6.0</title>
<title>Migration from pre-
1.09 to version
6.0</title>
<para>
<para>
Those migrating from earlier 1.* releases should first upgrade to 1.09
Those migrating from earlier 1.* releases should first upgrade to 1.09
...
@@ -3098,7 +3098,7 @@ Unused/uninialized variables corrected
...
@@ -3098,7 +3098,7 @@ Unused/uninialized variables corrected
</sect1>
</sect1>
<sect1 id="release-1-09">
<sect1 id="release-1-09">
<title>Release
v
1.09</title>
<title>Release 1.09</title>
<!--
<!--
<docinfo>
<docinfo>
<authorgroup>
<authorgroup>
...
@@ -3123,7 +3123,7 @@ releases.
...
@@ -3123,7 +3123,7 @@ releases.
</sect1>
</sect1>
<sect1 id="release-1-02">
<sect1 id="release-1-02">
<title>Release
v
1.02</title>
<title>Release 1.02</title>
<!--
<!--
<docinfo>
<docinfo>
<authorgroup>
<authorgroup>
...
@@ -3137,7 +3137,7 @@ releases.
...
@@ -3137,7 +3137,7 @@ releases.
-->
-->
<sect2>
<sect2>
<title>Migration from v
1.02 to v
1.02.1</title>
<title>Migration from v
ersion 1.02 to version
1.02.1</title>
<para>
<para>
1996-08-01
1996-08-01
...
@@ -3281,7 +3281,7 @@ Contributors (appologies to any missed)
...
@@ -3281,7 +3281,7 @@ Contributors (appologies to any missed)
</sect1>
</sect1>
<sect1 id="release-1-01">
<sect1 id="release-1-01">
<title>Release
v
1.01</title>
<title>Release 1.01</title>
<!--
<!--
<docinfo>
<docinfo>
<authorgroup>
<authorgroup>
...
@@ -3295,7 +3295,7 @@ Contributors (appologies to any missed)
...
@@ -3295,7 +3295,7 @@ Contributors (appologies to any missed)
-->
-->
<sect2>
<sect2>
<title>Migration from v
1.0 to v
1.01</title>
<title>Migration from v
ersion 1.0 to version
1.01</title>
<para>
<para>
1996-02-23
1996-02-23
...
@@ -3481,7 +3481,7 @@ Bug fixes:
...
@@ -3481,7 +3481,7 @@ Bug fixes:
</sect1>
</sect1>
<sect1 id="release-1-0">
<sect1 id="release-1-0">
<title>Release
v
1.0</title>
<title>Release 1.0</title>
<!--
<!--
<docinfo>
<docinfo>
<authorgroup>
<authorgroup>
...
@@ -3778,12 +3778,12 @@ Initial release.
...
@@ -3778,12 +3778,12 @@ Initial release.
</para>
</para>
<sect2>
<sect2>
<title>
v
6.5</title>
<title>
Version
6.5</title>
<para>
<para>
As has been the case for previous releases, timing between
As has been the case for previous releases, timing between
releases is not directly comparable since new regression tests
releases is not directly comparable since new regression tests
have been added. In general,
v
6.5 is faster than previous
have been added. In general, 6.5 is faster than previous
releases.
releases.
</para>
</para>
...
@@ -3811,12 +3811,12 @@ Initial release.
...
@@ -3811,12 +3811,12 @@ Initial release.
</sect2>
</sect2>
<sect2>
<sect2>
<title>
v
6.4beta</title>
<title>
Version
6.4beta</title>
<para>
<para>
The times for this release are not directly comparable to those for previous releases
The times for this release are not directly comparable to those for previous releases
since some additional regression tests have been included.
since some additional regression tests have been included.
In general, however,
v
6.4 should be slightly faster than the previous release (thanks, Bruce!).
In general, however, 6.4 should be slightly faster than the previous release (thanks, Bruce!).
</para>
</para>
<para>
<para>
<programlisting>
<programlisting>
...
@@ -3827,13 +3827,13 @@ In general, however, v6.4 should be slightly faster than the previous release (t
...
@@ -3827,13 +3827,13 @@ In general, however, v6.4 should be slightly faster than the previous release (t
</sect2>
</sect2>
<sect2>
<sect2>
<title>
v
6.3</title>
<title>
Version
6.3</title>
<para>
<para>
The times for this release are not directly comparable to those for previous releases
The times for this release are not directly comparable to those for previous releases
since some additional regression tests have been included and some obsolete tests involving
since some additional regression tests have been included and some obsolete tests involving
time travel have been removed.
time travel have been removed.
In general, however,
v
6.3 is substantially faster than previous releases (thanks, Bruce!).
In general, however, 6.3 is substantially faster than previous releases (thanks, Bruce!).
</para>
</para>
<para>
<para>
<programlisting>
<programlisting>
...
@@ -3845,7 +3845,7 @@ In general, however, v6.3 is substantially faster than previous releases (thanks
...
@@ -3845,7 +3845,7 @@ In general, however, v6.3 is substantially faster than previous releases (thanks
</sect2>
</sect2>
<sect2>
<sect2>
<title>
v
6.1</title>
<title>
Version
6.1</title>
<para>
<para>
<programlisting>
<programlisting>
...
...
doc/src/sgml/syntax.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.
29 2000/12/18 23:39:37 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.
30 2000/12/21 22:55:27 petere
Exp $
-->
-->
<chapter id="syntax">
<chapter id="syntax">
...
@@ -184,8 +184,7 @@ DATETIME TIMESPAN
...
@@ -184,8 +184,7 @@ DATETIME TIMESPAN
(translated to <type>TIMESTAMP</type> and <type>INTERVAL</type>,
(translated to <type>TIMESTAMP</type> and <type>INTERVAL</type>,
respectively). This feature is intended to help with
respectively). This feature is intended to help with
transitioning to v7.0, and will be removed in the next full
transitioning to version 7.0, and will be removed in a future release.
release (likely v7.1).
</para>
</para>
<para>
<para>
...
@@ -193,7 +192,7 @@ DATETIME TIMESPAN
...
@@ -193,7 +192,7 @@ DATETIME TIMESPAN
or <acronym>SQL3</acronym> reserved key words
or <acronym>SQL3</acronym> reserved key words
which are not key words in <productname>Postgres</productname>.
which are not key words in <productname>Postgres</productname>.
These have no proscribed usage in <productname>Postgres</productname>
These have no proscribed usage in <productname>Postgres</productname>
at the time of writing (v7.0) but may become reserved key words in the
at the time of writing (v
ersion
7.0) but may become reserved key words in the
future:
future:
<note>
<note>
...
...
doc/src/sgml/xfunc.sgml
View file @
b2145e93
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.2
3 2000/11/20 20:36:47 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.2
4 2000/12/21 22:55:27 petere
Exp $
-->
-->
<chapter id="xfunc">
<chapter id="xfunc">
...
@@ -1226,7 +1226,7 @@ LANGUAGE 'c';
...
@@ -1226,7 +1226,7 @@ LANGUAGE 'c';
<title>Name Space Conflicts</title>
<title>Name Space Conflicts</title>
<para>
<para>
As of <productname>Postgres</productname>
v
7.0, the alternative
As of <productname>Postgres</productname> 7.0, the alternative
form of the AS clause for the SQL
form of the AS clause for the SQL
<command>CREATE FUNCTION</command> command
<command>CREATE FUNCTION</command> command
decouples the SQL function name from the function name in the C
decouples the SQL function name from the function name in the C
...
@@ -1235,7 +1235,7 @@ LANGUAGE 'c';
...
@@ -1235,7 +1235,7 @@ LANGUAGE 'c';
</para>
</para>
<sect3>
<sect3>
<title>Pre-
v
7.0</title>
<title>Pre-7.0</title>
<para>
<para>
For functions written in C, the SQL name declared in
For functions written in C, the SQL name declared in
...
...
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