Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 54ee522

Browse files
committedJun 1, 2000
Fixups for 7.0.1
1 parent b965c90 commit 54ee522

File tree

6 files changed

+286
-146
lines changed

6 files changed

+286
-146
lines changed
 

‎HISTORY

Lines changed: 83 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
------------------------------------------------------------------------
22
Release Notes
33
------------------------------------------------------------------------
4+
5+
Release 7.0.1
6+
7+
This is basically a cleanup release for 7.0.1
8+
9+
Migration to v7.0.1
10+
11+
A dump/restore is not required for those running 7.0.
12+
13+
Changes
14+
-------
15+
Fix many CLUSTER failures (Tom)
16+
Allow ALTER TABLE RENAME works on indexes (Tom)
17+
Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce)
18+
New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce)
19+
Fix the off by one errors in ResultSet from 6.5.3, and more.
20+
jdbc ResultSet fixes (Joseph Shraibman)
21+
optimizer tunings (Tom)
22+
Fix create user for pgaccess
23+
Fix for UNLISTEN failure
24+
IRIX fixes (David Kaelbling)
25+
QNX fixes (Andreas Kardos)
26+
Reduce COPY IN lock level (Tom)
27+
Change libpqeasy to use PQconnectdb() style parameters (Bruce)
28+
Fix pg_dump to handle OID indexes (Tom)
29+
Fix small memory leak (Tom)
30+
Solaris fix for createdb/dropdb
31+
Fix for non-blocking connections (Alfred Perlstein)
32+
Fix improper recovery after RENAME TABLE failures (Tom)
33+
Copy pg_ident.conf.sample into /lib directory in install (Bruce)
34+
35+
36+
------------------------------------------------------------------------
37+
Release 7.0
38+
Release Notes
39+
------------------------------------------------------------------------
440

541
Release 7.0
642

@@ -35,7 +71,7 @@ Migration to v7.0
3571
data from any previous release. For those upgrading from 6.5.*, you
3672
can use pg_upgrade to upgrade to this release.
3773

38-
Detailed Change List
74+
3975
Bug Fixes
4076
---------
4177
Prevent function calls with more than maximum number of arguments (Tom)
@@ -362,6 +398,10 @@ Fixes for Alpha compiles
362398
New multibyte encodings
363399

364400

401+
------------------------------------------------------------------------
402+
Release 6.5.3
403+
Release Notes
404+
------------------------------------------------------------------------
365405

366406
Release 6.5.3
367407

@@ -372,11 +412,12 @@ Migration to v6.5.3
372412

373413
A dump/restore is not required for those running 6.5.*.
374414

375-
Detailed Change List
376-
415+
Changes
416+
-------
377417
Updated version of pgaccess 0.98
378418
NT-specific patch
379419

420+
380421
------------------------------------------------------------------------
381422
Release 6.5.2
382423
Release Notes
@@ -391,8 +432,8 @@ Migration to v6.5.2
391432

392433
A dump/restore is not required for those running 6.5.*.
393434

394-
Detailed Change List
395-
435+
Changes
436+
-------
396437
subselect+CASE fixes(Tom)
397438
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
398439
Fixes for CASE in WHERE join clauses(Tom)
@@ -418,6 +459,7 @@ Repair logic error in LIKE: should not return LIKE_ABORT
418459
Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
419460
Updated version of pgaccess 0.98
420461

462+
421463
------------------------------------------------------------------------
422464
Release Notes Release 6.5.1
423465
Release Notes
@@ -432,8 +474,8 @@ Migration to v6.5.1
432474

433475
A dump/restore is not required for those running 6.5.
434476

435-
Detailed Change List
436-
477+
Changes
478+
-------
437479
Add NT README file
438480
Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha
439481
Remove QUERY_LIMIT, use SELECT...LIMIT
@@ -458,6 +500,7 @@ Fixed glitches affecting GROUP BY in subselects(Tom)
458500
Fix some compiler warnings (Tomoaki Nishiyama)
459501
Add Win1250 (Czech) support (Pavel Behal)
460502

503+
461504
------------------------------------------------------------------------
462505
Release 6.5.2 Release 6.5
463506
Release Notes
@@ -576,7 +619,6 @@ These inconveniences will disappear in the future when the ability to read
576619
dirty (uncommitted) data (regardless of isolation level) and true
577620
referential integrity will be implemented.
578621

579-
Detailed Change List
580622

581623
Bug Fixes
582624
---------
@@ -755,10 +797,11 @@ Migration to v6.4.2
755797

756798
A dump/restore is not required for those running 6.4.*.
757799

758-
Detailed Change List
759-
800+
Changes
801+
-------
760802
Fix for datetime constant problem on some platforms(Thomas)
761803

804+
762805
------------------------------------------------------------------------
763806
Release 6.5 Release 6.4.1
764807
Release Notes
@@ -773,8 +816,8 @@ Migration to v6.4.1
773816

774817
A dump/restore is not required for those running 6.4.
775818

776-
Detailed Change List
777-
819+
Changes
820+
-------
778821
Add pg_dump -N flag to force double quotes around identifiers. This is
779822
the default(Thomas)
780823
Fix for NOT in where clause causing crash(Bruce)
@@ -806,6 +849,7 @@ Add routines to help with single-byte (internal) character type(Thomas)
806849
Compilation of libpq for Win32 fixes(Magnus)
807850
Upgrade to PyGreSQL 2.2(D'Arcy)
808851

852+
809853
------------------------------------------------------------------------
810854
Release 6.4.2 Release 6.4
811855
Release Notes
@@ -856,7 +900,6 @@ Migration to v6.4
856900
A dump/restore using pg_dump or pg_dumpall is required for those wishing to
857901
migrate data from any previous release of Postgres.
858902

859-
Detailed Change List
860903

861904
Bug Fixes
862905
---------
@@ -1051,6 +1094,7 @@ smarter perl configuration(Brook)
10511094
configure uses supplied install-sh if no install script found(Tom)
10521095
new Makefile.shlib for shared library configuration(Tom)
10531096

1097+
10541098
------------------------------------------------------------------------
10551099
Release 6.4.1 Release 6.3.2
10561100
Release Notes
@@ -1077,7 +1121,6 @@ re-link any custom applications that use Postgres libraries.
10771121
For upgrades from pre-v6.3 installations, refer to the installation and
10781122
migration instructions for v6.3.
10791123

1080-
Detailed Change List
10811124

10821125
Changes
10831126
-------
@@ -1100,6 +1143,7 @@ Remove DISTDIR(Bruce)
11001143
Makefile dependency cleanup(Jeroen van Vianen)
11011144
ASSERT fixes(Bruce)
11021145

1146+
11031147
------------------------------------------------------------------------
11041148
Release 6.4 Release 6.3.1
11051149
Release Notes
@@ -1125,7 +1169,6 @@ applications that use Postgres libraries.
11251169
For upgrades from pre-v6.3 installations, refer to the installation and
11261170
migration instructions for v6.3.
11271171

1128-
Detailed Change List
11291172

11301173
Changes
11311174
-------
@@ -1157,6 +1200,7 @@ Fix for text arrays containing quotes(Doug Gibson)
11571200
Solaris compile fix(Albert Chin-A-Young)
11581201
Better identify tcl and tk libs and includes(Bruce)
11591202

1203+
11601204
------------------------------------------------------------------------
11611205
Release 6.3.2 Release 6.3
11621206
Release Notes
@@ -1245,7 +1289,6 @@ Migration to v6.3
12451289
A dump/restore using pg_dump or pg_dumpall is required for those wishing to
12461290
migrate data from any previous release of Postgres.
12471291

1248-
Detailed Change List
12491292

12501293
Bug Fixes
12511294
---------
@@ -1412,6 +1455,7 @@ Add string functions to regression suite(Thomas)
14121455
Expand a few function names formerly truncated to 16 characters(Thomas)
14131456
Remove un-needed malloc() calls and replace with palloc()(Bruce)
14141457

1458+
14151459
------------------------------------------------------------------------
14161460
Release 6.3.1 Release 6.2.1
14171461
Release Notes
@@ -1449,10 +1493,9 @@ psql to update the existing system table:
14491493

14501494
This will need to be done to every existing database, including template1.
14511495

1452-
Detailed Change List
14531496

1454-
Changes in this release
1455-
-----------------------
1497+
Changes
1498+
-------
14561499
Allow TIME and TYPE column names(Thomas)
14571500
Allow larger range of true/false as boolean values(Thomas)
14581501
Support output of "now" and "current"(Thomas)
@@ -1465,6 +1508,7 @@ Fix for specifying a column twice in ORDER/GROUP BY(Vadim)
14651508
Documented new libpq function to return affected rows, PQcmdTuples(Bruce)
14661509
Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan)
14671510

1511+
14681512
------------------------------------------------------------------------
14691513
Release 6.3 Release 6.2
14701514
Release Notes
@@ -1488,7 +1532,6 @@ Migration from v1.x to v6.2
14881532
Those migrating from earlier 1.* releases should first upgrade to 1.09
14891533
because the COPY output format was improved from the 1.02 release.
14901534

1491-
Detailed Change List
14921535

14931536
Bug Fixes
14941537
---------
@@ -1599,6 +1642,7 @@ Massive commit to run PGINDENT on all *.c and *.h files(Bruce)
15991642
Files moved to /src/tools directory(Bruce)
16001643
SPI and Trigger programming guides (Vadim & D'Arcy)
16011644

1645+
16021646
------------------------------------------------------------------------
16031647
Release 6.2.1 Release 6.1.1
16041648
Release Notes
@@ -1612,10 +1656,9 @@ This is a minor bug-fix release. A dump/reload is not required from v6.1,
16121656
but is required from any release prior to v6.1. Refer to the release notes
16131657
for v6.1 for more details.
16141658

1615-
Detailed Change List
16161659

1617-
Changes in this release
1618-
-----------------------
1660+
Changes
1661+
-------
16191662
fix for SET with options (Thomas)
16201663
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
16211664
new psql \connect option allows changing usernames without changing databases
@@ -1634,8 +1677,9 @@ Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
16341677
allow underscores in usernames(Bruce)
16351678
pg_dumpall now returns proper status, portability fix(Bruce)
16361679

1680+
16371681
------------------------------------------------------------------------
1638-
Release 6.2 Release 6.1
1682+
Release 6.1
16391683
Release Notes
16401684
------------------------------------------------------------------------
16411685

@@ -1682,7 +1726,6 @@ the database in 6.1.
16821726
Those migrating from earlier 1.* releases should first upgrade to 1.09
16831727
because the COPY output format was improved from the 1.02 release.
16841728

1685-
Detailed Change List
16861729

16871730
Bug Fixes
16881731
---------
@@ -1779,8 +1822,9 @@ c++ include file cleanup(Bruce)
17791822
warn about buggy flex(Bruce)
17801823
DG-UX, Ultrix, Irix, AIX portability fixes
17811824

1825+
17821826
------------------------------------------------------------------------
1783-
Release 6.1.1 Release v6.0
1827+
Release v6.0
17841828
Release Notes
17851829
------------------------------------------------------------------------
17861830

@@ -1799,7 +1843,6 @@ Migration from pre-v1.09 to v6.0
17991843
Those migrating from earlier 1.* releases should first upgrade to 1.09
18001844
because the COPY output format was improved from the 1.02 release.
18011845

1802-
Detailed Change List
18031846

18041847
Bug Fixes
18051848
---------
@@ -1905,8 +1948,9 @@ Restructured object file generation/location(Bryan, Marc)
19051948
Restructured port-specific file locations(Bryan, Marc)
19061949
Unused/uninialized variables corrected
19071950

1951+
19081952
------------------------------------------------------------------------
1909-
Release 6.1 Release v1.09
1953+
Release v1.09
19101954
Release Notes
19111955
------------------------------------------------------------------------
19121956

@@ -2001,8 +2045,9 @@ New Ports
20012045
* added BSDI 2.1 port
20022046
* added DGUX port
20032047

2048+
20042049
------------------------------------------------------------------------
2005-
Release v1.09 Release v1.01
2050+
Release v1.01
20062051
Release Notes
20072052
------------------------------------------------------------------------
20082053

@@ -2138,8 +2183,9 @@ Bug fixes:
21382183
* psql now returns non-zero status on errors when using -c
21392184
* applied public patches 1-14
21402185

2186+
21412187
------------------------------------------------------------------------
2142-
Release v1.02 Release v1.0
2188+
Release v1.0
21432189
Release Notes
21442190
------------------------------------------------------------------------
21452191

@@ -2187,8 +2233,9 @@ Bug fixes:
21872233
* btrees with multiple index never worked, now we tell you they don't
21882234
work when you try to use them
21892235

2236+
21902237
------------------------------------------------------------------------
2191-
Release v1.01 Postgres95 Beta 0.03
2238+
Postgres95 Beta 0.03
21922239
Release Notes
21932240
------------------------------------------------------------------------
21942241

@@ -2302,8 +2349,9 @@ New utilities:
23022349
New documentation:
23032350
* the user manual has been revised and libpq documentation added.
23042351

2352+
23052353
------------------------------------------------------------------------
2306-
Release v1.0 Postgres95 Beta 0.02
2354+
Postgres95 Beta 0.02
23072355
Release Notes
23082356
------------------------------------------------------------------------
23092357

@@ -2346,16 +2394,17 @@ The following bugs have been fixed in postgres95-beta-0.02:
23462394
* wrong result using more than 1 aggregate in a SELECT
23472395

23482396
------------------------------------------------------------------------
2349-
Postgres95 Beta 0.03 Postgres95 Beta 0.01
2397+
Postgres95 Beta 0.01
23502398
Release Notes
23512399
------------------------------------------------------------------------
23522400

23532401
Postgres95 Beta 0.01
23542402

23552403
Initial release.
23562404

2405+
23572406
------------------------------------------------------------------------
2358-
Postgres95 Beta 0.02 Timing Results
2407+
Timing Results
23592408
Release Notes
23602409
Prev
23612410
------------------------------------------------------------------------
@@ -2421,7 +2470,3 @@ v6.1
24212470
06:12 Pentium Pro 180, 32MB, EIDE, Linux 2.0.30, gcc 2.7.2 -O2 -m486
24222471
12:06 P-100, 48MB, Linux 2.0.29, gcc
24232472
39:58 Sparc IPC 32MB, Solaris 2.5, gcc 2.7.2.1 -O -g
2424-
2425-
------------------------------------------------------------------------
2426-
Prev Home
2427-
Postgres95 Beta 0.01

‎README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
PostgreSQL Data Base Management System (formerly known as Postgres, then
33
as Postgres95).
44

5-
This directory contains the development version of 7.0 of the PostgreSQL
6-
database server. The server is not ANSI SQL compliant, but it gets
7-
closer with every release. After you unzip and untar the distribution
8-
file, look at file INSTALL for the installation notes and file HISTORY
9-
for the changes.
5+
This directory contains the development version of 7.0 of the
6+
PostgreSQL database server. The server is not ANSI SQL compliant, but
7+
it gets closer with every release. After you unzip and untar the
8+
distribution file, look at file INSTALL for the installation notes and
9+
file HISTORY for the changes.
1010

1111
The latest version of this software may be obtained at
1212
ftp://ftp.postgresql.org/pub/. For more information look at our WWW

‎doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Configuration
2727

2828
Operating System (example: Linux 2.0.26 ELF) :
2929

30-
PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0
30+
PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0.1
3131

3232
Compiler used (example: gcc 2.8.0) :
3333

‎doc/src/FAQ.html

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ <H1>
1818
Linux-specific questions are answered in <A
1919
HREF="http://www.PostgreSQL.org/docs/faq-linux.html">http://www.PostgreSQL.org/docs/faq-linux.html</A>.<P>
2020

21+
HPUX-specific questions are answered in <A
22+
HREF="http://www.PostgreSQL.org/docs/faq-hpux.html">http://www.PostgreSQL.org/docs/faq-hpux.html</A>.<P>
23+
24+
Solaris-specific questions are answered in <A
25+
HREF="http://www.postgresql.org/docs/faq-solaris.html">http://www.postgresql.org/docs/faq-solaris.html</A>.<P>
26+
2127
Irix-specific questions are answered in <A
2228
HREF="http://www.PostgreSQL.org/docs/faq-irix.html">http://www.PostgreSQL.org/docs/faq-irix.html</A>.<P>
2329

24-
HPUX-specific questions are answered in <A
25-
HREF="http://www.PostgreSQL.org/docs/faq-hpux.shtml">http://www.PostgreSQL.org/docs/faq-hpux.shtml</A>.<P>
26-
2730
<HR><P>
2831

2932
<H2><CENTER>General Questions</CENTER></H2>
@@ -42,7 +45,6 @@ <H2><CENTER>General Questions</CENTER></H2>
4245
<A HREF="#1.12">1.12</A>) How do I join the development team?<BR>
4346
<A HREF="#1.13">1.13</A>) How do I submit a bug report?<BR>
4447
<A HREF="#1.14">1.14</A>) How does PostgreSQL compare to other DBMS's?<BR>
45-
<A HREF="#1.15">1.15</A>) What are the maximum size limits?
4648

4749

4850
<H2><CENTER>User Client Questions</CENTER></H2>
@@ -120,7 +122,8 @@ <H2><CENTER>Operational Questions</CENTER></H2>
120122
various character types?<BR>
121123
<A HREF="#4.16.1">4.16.1</A>) How do I create a serial/auto-incrementing field?<BR>
122124
<A HREF="#4.16.2">4.16.2</A>) How do I get the value of a serial insert?<BR>
123-
<A HREF="#4.16.3">4.16.3</A>) Wouldn't use of currval() and nextval() lead to a race condition with other concurrent backend processes?<BR>
125+
<A HREF="#4.16.3">4.16.3</A>) Don't currval() and nextval() lead to a
126+
race condition with other concurrent backend processes?<BR>
124127

125128
<A HREF="#4.17">4.17</A>) What is an oid? What is a tid?<BR>
126129
<A HREF="#4.18">4.18</A>) What is the meaning of some of the terms
@@ -139,7 +142,7 @@ <H2><CENTER>Operational Questions</CENTER></H2>
139142
<H2><CENTER>Extending PostgreSQL</CENTER></H2>
140143

141144
<A HREF="#5.1">5.1</A>) I wrote a user-defined function. When I run
142-
it in <I>psql,</I> why does it dumps core?<BR>
145+
it in <I>psql,</I> why does it dump core?<BR>
143146
<A HREF="#5.2">5.2</A>) What does the message:
144147
<I>NOTICE:PortalHeapMemoryFree: 0x402251d0 not in alloc set!</I> mean?<BR>
145148
<A HREF="#5.3">5.3</A>) How can I contribute some nifty new types and functions
@@ -353,6 +356,10 @@ <H4><A NAME="1.8">1.8</A>) What documentation is available for PostgreSQL?</H4><
353356
in the distribution.
354357
<P>
355358

359+
There is a PostgreSQL book availiable at <A
360+
HREF="http://www.postgresql.org/docs/awbook.html">
361+
http://www.postgresql.org/docs/awbook.html</A><P>
362+
356363
<I>psql</I> has some nice \d commands to show information about types,
357364
operators, functions, aggregates, etc.<P>
358365

@@ -367,6 +374,10 @@ <H4><A NAME="1.9">1.9</A>) How do I find out about known bugs or missing feature
367374

368375
<H4><A NAME="1.10">1.10</A>) How can I learn SQL?</H4><P>
369376

377+
The PostgreSQL book at <A
378+
HREF="http://www.postgresql.org/docs/awbook.html">
379+
http://www.postgresql.org/docs/awbook.html</A> teaches SQL.
380+
370381
There is a nice tutorial at <A
371382
HREF="http://w3.one.net/~jhoffman/sqltut.htm">
372383
http://w3.one.net/~jhoffman/sqltut.htm</A> and at <A
@@ -378,8 +389,8 @@ <H4><A NAME="1.10">1.10</A>) How can I learn SQL?</H4><P>
378389
http://members.tripod.com/er4ebus/sql/index.htm </A><P>
379390

380391
Many of our users like <I>The Practical SQL Handbook</I>, Bowman et al.,
381-
Addison Wesley. Others like <I>Lan Times Guide to SQL</I>, Groff et al.,
382-
Osborne McGraw-Hill.<P>
392+
Addison Wesley. Others like <I>The Complete Reference SQL</I>, Groff et al.,
393+
McGraw-Hill.<P>
383394

384395

385396
<H4><A NAME="1.11">1.11</A>) Is PostgreSQL Y2K compliant?</H4><P>
@@ -484,20 +495,6 @@ <H4><A NAME="1.14">1.14</A>) How does PostgreSQL compare to other
484495
in our BSD-style license stated above.<BR><BR>
485496
</DL>
486497

487-
<H4><A NAME="1.15">1.15</A>) What are the maximum size limits?</H4><P>
488-
489-
These are the limits:
490-
491-
<PRE>
492-
Maximum size for a database? unlimited (60GB databases exist)
493-
Maximum size for a table? unlimited on all operating systems
494-
Maximum size for a row? 8k, configurable to 32k
495-
Maximum number of rows in a table? unlimited
496-
Maximum number of columns table? unlimited
497-
Maximun number of indexes on a table? unlimited
498-
</PRE>
499-
The row length limit will be removed in 7.1.<P>
500-
501498
<HR>
502499

503500
<H2><CENTER>User Client Questions</CENTER></H2>
@@ -580,9 +577,8 @@ <H4><A NAME="3.1">3.1</A>) Why does initdb fail?</H4><P>
580577

581578
<UL>
582579
<LI> check that you don't have any of the previous version's binaries in
583-
your path (If you see the message <CODE>WARN:heap_modifytuple: repl is
584-
\ 9</CODE>, this is the problem.)
585-
<Li> check to see that you have the proper paths set
580+
your path
581+
<LI> check to see that you have the proper paths set
586582
<LI> check that the <I>postgres</I> user owns the proper files
587583
</UL><P>
588584

@@ -848,15 +844,23 @@ <H4><A NAME="4.5">4.5</A>) How do you remove a column from a
848844
<H4><A NAME="4.6">4.6</A>) What is the maximum size for a
849845
row, table, database?</H4><P>
850846

851-
Rows are limited to 8K bytes, but this can be changed by editing
852-
<I>include/config.h</I> and changing <SMALL>BLCKSZ.</SMALL> To use attributes
853-
larger than 8K, you can also use the large object interface.<P>
847+
These are the limits:
854848

855-
Rows do not cross 8k boundaries so a 5k row will require 8k of
856-
storage.<P>
849+
<PRE>
850+
Maximum size for a database? unlimited (60GB databases exist)
851+
Maximum size for a table? unlimited on all operating systems
852+
Maximum size for a row? 8k, configurable to 32k
853+
Maximum number of rows in a table? unlimited
854+
Maximum number of columns table? unlimited
855+
Maximun number of indexes on a table? unlimited
856+
</PRE>
857+
858+
To change the maximum row size, edit <I>include/config.h</I> and change
859+
<SMALL>BLCKSZ.</SMALL> To use attributes larger than 8K, you can also
860+
use the large object interface.<P>
861+
862+
Row length limit will be removed in 7.1.<P>
857863

858-
Table and database sizes are unlimited. There are many databases that
859-
are tens of gigabytes, and probably some that are hundreds.
860864

861865
<H4><A NAME="4.7">4.7</A>)How much database disk space is required to
862866
store data from a typical flat file?<BR></H4><P>
@@ -1056,7 +1060,8 @@ <H4><A NAME="4.16.2">4.16.2</A>) How do I get the back the generated SERIAL valu
10561060
</PRE>
10571061
Finally, you could use the <A HREF="#4.17">oid</A> returned from the INSERT statement to lookup the default value, though this is probably the least portable approach. In perl, using DBI with Edmund Mergl's DBD::Pg module, the oid value is made available via $sth->{pg_oid_status} after $sth->execute().
10581062

1059-
<H4><A NAME="4.16.3">4.16.3</A>) Wouldn't use of currval() and nextval() lead to a race condition with other concurrent backend processes?</H4><P>
1063+
<H4><A NAME="4.16.3">4.16.3</A>) Don't currval() and nextval() lead to a race condition with other
1064+
concurrent backend processes?</H4><P>
10601065

10611066
No. That has been handled by the backends.
10621067

@@ -1232,4 +1237,3 @@ <H4><A NAME="5.5">5.5</A>) I have changed a source file. Why does the
12321237
</BODY>
12331238
</HTML>
12341239

1235-

‎doc/src/sgml/release.sgml

Lines changed: 158 additions & 67 deletions
Large diffs are not rendered by default.

‎register.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
(2000-05-08)
2+
(2000-06-01)
33
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
44
on the latest release, upcoming features, and other information to make your
55
work or play with PostgreSQL more productive.

0 commit comments

Comments
 (0)
Please sign in to comment.