11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.317 2005/01/06 01:49:24 tgl Exp $
33-->
44
55<appendix id="release">
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
1010
1111 <note>
1212 <title>Release date</title>
13- <simpara>2004 -??-??, current as of 2004-11-21</simpara>
13+ <simpara>2005 -??-??, current as of 2004-11-21</simpara>
1414 </note>
1515
1616 <sect2>
@@ -55,7 +55,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
5555 Previous releases required the Unix emulation toolkit
5656 <productname>Cygwin</> in order to run the server on Windows
5757 operating systems. <productname>PostgreSQL</productname> has
58- always supported clients on Windows.
58+ supportednative clients on Windows for many years .
5959 </para>
6060 </listitem>
6161 </varlistentry>
@@ -275,7 +275,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
275275 <listitem>
276276 <para>
277277 The arithmetic operators associated with the single-byte
278- <type>"char"</> data typehas been removed.
278+ <type>"char"</> data typehave been removed.
279279 </para>
280280 </listitem>
281281
@@ -312,8 +312,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
312312 <para> The JDBC client interface has been removed from the core
313313 distribution, and is now hosted at <ulink url=
314314 "http://jdbc.postgresql.org">http://jdbc.postgresql.org</ulink>.
315- TheTCL client interface has also been removed. There are several
316- TCL interfaces now hosted at <ulink url=
315+ TheTcl client interface has also been removed. There are several
316+ Tcl interfaces now hosted at <ulink url=
317317 "http://gborg.postgresql.org">http://gborg.postgresql.org</ulink>.
318318 </para>
319319 </listitem>
@@ -922,7 +922,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.316 2004/12/13 18:05:08 petere
922922 Make <literal>CASE val WHEN compval1 THEN ...</> evaluate <literal>val</> only once (Tom)
923923 </para>
924924 <para>
925- <option>CASE</> no longer evaluates thetest expression multiple
925+ <option>CASE</> no longer evaluates thetested expression multiple
926926 times. This has benefits when the expression is complex or is
927927 volatile.
928928 </para>