1
1
<!--
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 $
3
3
-->
4
4
5
- <chapter id="release">
5
+ <appendix id="release">
6
6
<title>Release Notes</title>
7
7
8
8
<sect1>
@@ -169,7 +169,7 @@ Add OUTER JOINs (Tom)
169
169
Function manager overhaul (Tom)
170
170
Allow ALTER TABLE RENAME on indexes(Tom)
171
171
Improve CLUSTER(Tom)
172
- Improve ps status display for more platforms(Marc )
172
+ Improve ps status display for more platforms (Peter E )
173
173
Improve CREATE FUNCTION failure message(Ross)
174
174
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
175
175
Gunnar)
@@ -184,12 +184,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
184
184
Michael Fork)
185
185
Allow renaming of temp tables (Tom)
186
186
Overhaul 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)
188
188
Overhaul 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 specify only username (Peter E)
190
190
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
191
191
New memory leak checker (Karel)
192
- New SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel (Thomas, Peter E )
192
+ New SET SESSION CHARACTERISTICS (Thomas)
193
193
Allow nested block comments (Thomas)
194
194
Add WITHOUT TIME ZONE type qualifier (Thomas)
195
195
New ALTER TABLE ADD CONSTRAINT (Stephan)
@@ -220,7 +220,7 @@ Allow DROP VIEW view1, view2 (Mark)
220
220
Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
221
221
Allow automatic conversion to Unicode (Tatsuo)
222
222
New /contrib/pgcrypto hashing functions (Marko Kreen)
223
- New pg_dumpall --accounts -only option (Peter E)
223
+ New pg_dumpall --globals -only option (Peter E)
224
224
New CHECKPOINT command for WAL which creates new WAL log file (Vadim)
225
225
New AT TIME ZONE syntax (Thomas)
226
226
Allow 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)
235
235
Make OID behave as an unsigned type (Tom)
236
236
Allow BIGINT as synonym for INT8 (Peter E)
237
237
New 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 )
239
239
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
240
240
New GIST seg/cube examples (Gene Selkov)
241
241
@@ -253,7 +253,7 @@ Source Code
253
253
-----------
254
254
New function manager call conventions (Tom)
255
255
SGI portability fixes (David Kaelbling)
256
- New configure --enable-syslog option (Marc )
256
+ New configure --enable-syslog option (Peter E )
257
257
New BSDI README (Bruce)
258
258
configure script moved to top level, not /src (Peter E)
259
259
Makefile/configuration/compilation overhaul (Peter E)
@@ -3572,7 +3572,7 @@ Incompatible changes:
3572
3572
* BETA-0.3 IS INCOMPATIBLE WITH DATABASES CREATED WITH PREVIOUS VERSIONS
3573
3573
(due to system catalog changes and indexing structure changes).
3574
3574
* 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 ('). <!-- " -->
3576
3576
* name of aggregates (eg. int4sum) are renamed in accordance with the
3577
3577
SQL standard (eg. sum).
3578
3578
* 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,
3857
3857
</para>
3858
3858
</sect2>
3859
3859
</sect1>
3860
- </chapter >
3860
+ </appendix >
3861
3861
3862
3862
<!-- Keep this comment at the end of the file
3863
3863
Local variables:
0 commit comments