Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 94bf452

Browse files
committed
Make into appendix, correct some items.
1 parent dc7a000 commit 94bf452

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/src/sgml/release.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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)
169169
Function manager overhaul (Tom)
170170
Allow ALTER TABLE RENAME on indexes(Tom)
171171
Improve CLUSTER(Tom)
172-
Improve ps status display for more platforms(Marc)
172+
Improve ps status display for more platforms (Peter E)
173173
Improve CREATE FUNCTION failure message(Ross)
174174
JDBC 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)
185185
Allow renaming of temp tables (Tom)
186186
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)
188188
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)
190190
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
191191
New memory leak checker (Karel)
192-
New SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel (Thomas, Peter E)
192+
New SET SESSION CHARACTERISTICS (Thomas)
193193
Allow nested block comments (Thomas)
194194
Add WITHOUT TIME ZONE type qualifier (Thomas)
195195
New ALTER TABLE ADD CONSTRAINT (Stephan)
@@ -220,7 +220,7 @@ Allow DROP VIEW view1, view2 (Mark)
220220
Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
221221
Allow automatic conversion to Unicode (Tatsuo)
222222
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)
224224
New CHECKPOINT command for WAL which creates new WAL log file (Vadim)
225225
New AT TIME ZONE syntax (Thomas)
226226
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)
235235
Make OID behave as an unsigned type (Tom)
236236
Allow BIGINT as synonym for INT8 (Peter E)
237237
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)
239239
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
240240
New GIST seg/cube examples (Gene Selkov)
241241

@@ -253,7 +253,7 @@ Source Code
253253
-----------
254254
New function manager call conventions (Tom)
255255
SGI portability fixes (David Kaelbling)
256-
New configure --enable-syslog option (Marc)
256+
New configure --enable-syslog option (Peter E)
257257
New BSDI README (Bruce)
258258
configure script moved to top level, not /src (Peter E)
259259
Makefile/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
38633863
Local variables:

0 commit comments

Comments
 (0)