11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.73 2001/01/24 05:06:15 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.74 2001/01/27 11:12:53 petere Exp $
33-->
44
5- <chapter id="release">
5+ <appendix id="release">
66 <title>Release Notes</title>
77
88 <sect1>
@@ -169,7 +169,7 @@ Add OUTER JOINs (Tom)
169169Function manager overhaul (Tom)
170170Allow ALTER TABLE RENAME on indexes(Tom)
171171Improve CLUSTER(Tom)
172- Improve ps status display for more platforms(Marc )
172+ Improve ps status display for more platforms (Peter E )
173173Improve CREATE FUNCTION failure message(Ross)
174174JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
175175 Gunnar)
@@ -184,12 +184,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
184184 Michael Fork)
185185Allow renaming of temp tables (Tom)
186186Overhaul memory manager contexts (Tom)
187- pg_dump uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
187+ pg_dumpall uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
188188Overhaul pg_dump (Philip Warner)
189- Allow pg_hba.conf secondary password file to specify username (Peter E)
189+ Allow pg_hba.conf secondary password file to specifyonly username (Peter E)
190190Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
191191New memory leak checker (Karel)
192- New SET SESSION CHARACTERISTICSand SET DefaultXactIsoLevel (Thomas, Peter E )
192+ New SET SESSION CHARACTERISTICS (Thomas)
193193Allow nested block comments (Thomas)
194194Add WITHOUT TIME ZONE type qualifier (Thomas)
195195New ALTER TABLE ADD CONSTRAINT (Stephan)
@@ -220,7 +220,7 @@ Allow DROP VIEW view1, view2 (Mark)
220220Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
221221Allow automatic conversion to Unicode (Tatsuo)
222222New /contrib/pgcrypto hashing functions (Marko Kreen)
223- New pg_dumpall --accounts -only option (Peter E)
223+ New pg_dumpall --globals -only option (Peter E)
224224New CHECKPOINT command for WAL which creates new WAL log file (Vadim)
225225New AT TIME ZONE syntax (Thomas)
226226Allow location of Unix domain socket to be configurable (David J. MacKenzie)
@@ -235,7 +235,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
235235Make OID behave as an unsigned type (Tom)
236236Allow BIGINT as synonym for INT8 (Peter E)
237237New int2 and int8 comparison operators (Tom)
238- New BIT and BIT VARYING types (Adriaan Joubert, Tom)
238+ New BIT and BIT VARYING types (Adriaan Joubert, Tom, Peter E )
239239CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
240240New GIST seg/cube examples (Gene Selkov)
241241
@@ -253,7 +253,7 @@ Source Code
253253-----------
254254New function manager call conventions (Tom)
255255SGI portability fixes (David Kaelbling)
256- New configure --enable-syslog option (Marc )
256+ New configure --enable-syslog option (Peter E )
257257New BSDI README (Bruce)
258258configure script moved to top level, not /src (Peter E)
259259Makefile/configuration/compilation overhaul (Peter E)
@@ -3572,7 +3572,7 @@ Incompatible changes:
35723572 * BETA-0.3 IS INCOMPATIBLE WITH DATABASES CREATED WITH PREVIOUS VERSIONS
35733573 (due to system catalog changes and indexing structure changes).
35743574 * double-quote (") is deprecated as a quoting character for string literals;
3575- you need to convert them to single quotes (').
3575+ you need to convert them to single quotes ('). <!-- " -->
35763576 * name of aggregates (eg. int4sum) are renamed in accordance with the
35773577 SQL standard (eg. sum).
35783578 * CHANGE ACL syntax is replaced by GRANT/REVOKE syntax.
@@ -3857,7 +3857,7 @@ In general, however, 6.3 is substantially faster than previous releases (thanks,
38573857</para>
38583858</sect2>
38593859</sect1>
3860- </chapter >
3860+ </appendix >
38613861
38623862<!-- Keep this comment at the end of the file
38633863Local variables: