Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b74ca2

Browse files
committed
Updates for release
1 parent91eb34e commit4b74ca2

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

‎doc/FAQ

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Mon Sep 29 22:45:58 EDT 1997
4+
Last updated:Thu Oct 2 14:08:20 EDT 1997
55
Version: 6.2
66

77
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -241,12 +241,10 @@ Section 1: General Questions
241241

242242
1.6) Latest release of PostgreSQL
243243

244-
The latest release of PostgreSQL is version 6.1.1, which was released
245-
onJuly 22, 1997. For information about what is new in 6.1.1, see our
244+
The latest release of PostgreSQL is version 6.2, which was released
245+
onOctober 2, 1997. For information about what is new in 6.2, see our
246246
TODO list on our WWW page.
247247

248-
We expect a 6.2 release at the end of September.
249-
250248
1.7) Is there a commercial version of PostgreSQL?
251249

252250
Illustra Information Technology (a wholly owned subsidiary of Informix
@@ -288,9 +286,11 @@ Section 1: General Questions
288286
libpq, and then an install while the postmaster is temporarily
289287
stopped.
290288

289+
Upgrading to 6.2 requires a dump and restore from previous releases.
290+
291291
Those ugrading from versions earlier than 1.09 must upgrade to 1.09
292292
first without a dump/reload, then dump the data from 1.09, and then
293-
load it into 6.1.1.
293+
load it into 6.2.
294294

295295
1.11) Are there ODBC drivers for PostgreSQL?
296296

@@ -645,6 +645,9 @@ BYTEA bytea variable-length array of bytes
645645
could select the same new id. This statement should be performed
646646
within a transaction.
647647

648+
Yet another way is to use general trigger function autoinc()
649+
from contrib/spi/autoinc.c
650+
648651
3.16) What are the pg_psort.XXX files in my database directory?
649652

650653
They are temporary sort files generated by the query executor. For
@@ -694,7 +697,7 @@ BYTEA bytea variable-length array of bytes
694697
In 6.0, once a table is vacuumed, the creation time of a row may be
695698
incorrect, causing time-traval to fail.
696699

697-
The time-travel feature will be removed in7.0.
700+
The time-travel feature will be removed in6.3.
698701

699702
3.20) What is an oid? What is a tid?
700703

‎doc/TODO

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
====================================================
22
TODO list (FAQ) for PostgreSQL
33
====================================================
4-
last updated:Mon Sep 29 22:45:43 EDT 1997
4+
last updated:Thu Oct 2 14:08:20 EDT 1997
55

66
current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
77

@@ -165,6 +165,7 @@ PORTABILITY
165165
---------------------------------------------------------------------------
166166

167167
CHANGES IN THE 6.2 RELEASE
168+
168169
Bug Fixes
169170
---------
170171
Fix problems with pg_dump for inheritance, sequences, archive tables(Bruce)
@@ -181,6 +182,13 @@ Fix very old bug which made tuples changed/inserted by a commnd
181182
Fix for SELECT null, 'fail' FROM pg_am (Patrick)
182183
SELECT NULL as EMPTY_FIELD now allowed(Patrick)
183184
Remove un-needed signal stuff from contrib/pginterface
185+
Fix OR (where x <> 1 or x isnull didn't return tuples with x NULL) (Vadim)
186+
Fix time_cmp function (Vadim)
187+
Fix handling of functions with non-attribute first argument in
188+
WHERE clauses (Vadim)
189+
Fix GROUP BY when order of entries is different from order
190+
in target list (Vadim)
191+
Fix pg_dump for aggregates without sfunc1 (Vadim)
184192

185193
Enhancements
186194
------------
@@ -190,7 +198,8 @@ Added JDBC driver as an interface(Adrian & Peter)
190198
pg_password utility
191199
Return number of tuples inserted/affected by INSERT/UPDATE/DELETE etc.(Vadim)
192200
Triggers implemented with CREATE TRIGGER (SQL3)(Vadim)
193-
SPI (Server Programming Interface) implemented to support triggers(Vadim)
201+
SPI (Server Programming Interface) allows execution of queries inside
202+
C-functions (Vadim)
194203
NOT NULL implemented (SQL92)(Robson Paniago de Miranda)
195204
Include reserved words for string handling, outer joins, and unions(Thomas)
196205
Implement extended comments ("/* ... */") using exclusive states(Thomas)
@@ -226,6 +235,10 @@ Reduce open() calls(Bruce)
226235
psql: Add PAGER for \h and \?,\C fix
227236
Fix for psql pager when no tty(Bruce)
228237
New entab utility(Bruce)
238+
General trigger functions for referential integrity (Vadim)
239+
General trigger functions for time travel (Vadim)
240+
General trigger functions for AUTOINCREMENT/IDENTITY feature (Vadim)
241+
MOVE implementation (Vadim)
229242

230243
Source Tree Changes
231244
-------------------
@@ -260,3 +273,4 @@ Add comments syntax regression test(Thomas)
260273
Add PGINDENT and support program(Bruce)
261274
Massive commit to run PGINDENT on all *.c and *.h files(Bruce)
262275
Files moved to /src/tools directory(Bruce)
276+
SPI and Trigger programming guides (Vadim & D'Arcy)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp