- For creating a release branch, other then a
- -b option added to the command, it's the same thing.
+ For creating a release branch, other than a
+ -b> option added to the command, it's the same thing.
Two directory areas are required for
CVSup
- to do it
's job: a local
CVS repository
+ to do its job: a local
CVS repository
(or simply a directory area if you are fetching a snapshot rather
than a repository; see below)
and a local
CVSup bookkeeping
-
+
same as the phrase shown in the table, with underscores substituted
for spaces. For example, code 22012>, DIVISION BY ZERO,
has condition name DIVISION_BY_ZERO>. Condition names can
- be written in either upper or lower case.
+ be written in either upper or lower case. (Note that
+
PL/pgSQL> does not recognize warning, as opposed to error,
+ condition names; those are classes 00, 01, and 02.)
Release date
- 2004-??-??, current as of 2004-11-21
+ 2005-??-??, current as of 2004-11-21
Previous releases required the Unix emulation toolkit
Cygwin> in order to run the server on Windows
operating systems.
PostgreSQL has
- always supported clients on Windows.
+ supported native clients on Windows for many years.
The arithmetic operators associated with the single-byte
- "char"> data type has been removed.
+ "char"> data type have been removed.
The JDBC client interface has been removed from the core
distribution, and is now hosted at
"http://jdbc.postgresql.org">http://jdbc.postgresql.org.
- The TCL client interface has also been removed. There are several
- T
CL interfaces now hosted at
+ The Tcl client interface has also been removed. There are several
+ T
cl interfaces now hosted at
"http://gborg.postgresql.org">http://gborg.postgresql.org.
Make CASE val WHEN compval1 THEN ...> evaluate val> only once (Tom)
-
+
times. This has benefits when the expression is complex or is
volatile.