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
d6294efb
Commit
d6294efb
authored
Jan 06, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More minor updates and copy-editing.
parent
d97ae823
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
13 deletions
+15
-13
doc/src/sgml/cvs.sgml
doc/src/sgml/cvs.sgml
+4
-4
doc/src/sgml/errcodes.sgml
doc/src/sgml/errcodes.sgml
+4
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+7
-7
No files found.
doc/src/sgml/cvs.sgml
View file @
d6294efb
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.
29 2004/12/02 04:12:12 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.
30 2005/01/06 01:49:22 tgl
Exp $
-->
-->
<appendix id="cvs">
<appendix id="cvs">
...
@@ -227,8 +227,8 @@ $ cvs checkout -r REL6_4 tc
...
@@ -227,8 +227,8 @@ $ cvs checkout -r REL6_4 tc
<note>
<note>
<para>
<para>
For creating a release branch, other th
e
n a
For creating a release branch, other th
a
n a
-b
option added to the command, it's the same thing.</para>
<literal>-b</>
option added to the command, it's the same thing.</para>
</note>
</note>
</para>
</para>
...
@@ -317,7 +317,7 @@ cvs commit
...
@@ -317,7 +317,7 @@ cvs commit
<para>
<para>
Two directory areas are required for <productname>CVSup</productname>
Two directory areas are required for <productname>CVSup</productname>
to do it
'
s job: a local <productname>CVS</productname> repository
to do its job: a local <productname>CVS</productname> repository
(or simply a directory area if you are fetching a snapshot rather
(or simply a directory area if you are fetching a snapshot rather
than a repository; see below)
than a repository; see below)
and a local <productname>CVSup</productname> bookkeeping
and a local <productname>CVSup</productname> bookkeeping
...
...
doc/src/sgml/errcodes.sgml
View file @
d6294efb
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.1
1 2004/11/27 21:27:06 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.1
2 2005/01/06 01:49:24 tgl
Exp $ -->
<appendix id="errcodes-appendix">
<appendix id="errcodes-appendix">
<title><productname>PostgreSQL</productname> Error Codes</title>
<title><productname>PostgreSQL</productname> Error Codes</title>
...
@@ -46,7 +46,9 @@
...
@@ -46,7 +46,9 @@
same as the phrase shown in the table, with underscores substituted
same as the phrase shown in the table, with underscores substituted
for spaces. For example, code <literal>22012</>, DIVISION BY ZERO,
for spaces. For example, code <literal>22012</>, DIVISION BY ZERO,
has condition name <literal>DIVISION_BY_ZERO</>. Condition names can
has condition name <literal>DIVISION_BY_ZERO</>. Condition names can
be written in either upper or lower case.
be written in either upper or lower case. (Note that
<application>PL/pgSQL</> does not recognize warning, as opposed to error,
condition names; those are classes 00, 01, and 02.)
</para>
</para>
...
...
doc/src/sgml/release.sgml
View file @
d6294efb
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.31
6 2004/12/13 18:05:08 petere
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.31
7 2005/01/06 01:49:24 tgl
Exp $
-->
-->
<appendix id="release">
<appendix id="release">
...
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
...
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
<note>
<note>
<title>Release date</title>
<title>Release date</title>
<simpara>200
4
-??-??, current as of 2004-11-21</simpara>
<simpara>200
5
-??-??, current as of 2004-11-21</simpara>
</note>
</note>
<sect2>
<sect2>
...
@@ -55,7 +55,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
...
@@ -55,7 +55,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
Previous releases required the Unix emulation toolkit
Previous releases required the Unix emulation toolkit
<productname>Cygwin</> in order to run the server on Windows
<productname>Cygwin</> in order to run the server on Windows
operating systems. <productname>PostgreSQL</productname> has
operating systems. <productname>PostgreSQL</productname> has
always supported clients on Window
s.
supported native clients on Windows for many year
s.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -275,7 +275,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
...
@@ -275,7 +275,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
<listitem>
<listitem>
<para>
<para>
The arithmetic operators associated with the single-byte
The arithmetic operators associated with the single-byte
<type>"char"</> data type ha
s
been removed.
<type>"char"</> data type ha
ve
been removed.
</para>
</para>
</listitem>
</listitem>
...
@@ -312,8 +312,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
...
@@ -312,8 +312,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
<para> The JDBC client interface has been removed from the core
<para> The JDBC client interface has been removed from the core
distribution, and is now hosted at <ulink url=
distribution, and is now hosted at <ulink url=
"http://jdbc.postgresql.org">http://jdbc.postgresql.org</ulink>.
"http://jdbc.postgresql.org">http://jdbc.postgresql.org</ulink>.
The T
CL
client interface has also been removed. There are several
The T
cl
client interface has also been removed. There are several
T
CL
interfaces now hosted at <ulink url=
T
cl
interfaces now hosted at <ulink url=
"http://gborg.postgresql.org">http://gborg.postgresql.org</ulink>.
"http://gborg.postgresql.org">http://gborg.postgresql.org</ulink>.
</para>
</para>
</listitem>
</listitem>
...
@@ -922,7 +922,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
...
@@ -922,7 +922,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
Make <literal>CASE val WHEN compval1 THEN ...</> evaluate <literal>val</> only once (Tom)
Make <literal>CASE val WHEN compval1 THEN ...</> evaluate <literal>val</> only once (Tom)
</para>
</para>
<para>
<para>
<option>CASE</> no longer evaluates the test expression multiple
<option>CASE</> no longer evaluates the test
ed
expression multiple
times. This has benefits when the expression is complex or is
times. This has benefits when the expression is complex or is
volatile.
volatile.
</para>
</para>
...
...
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