|
1 | 1 |
|
2 | 2 | Frequently Asked Questions (FAQ) for PostgreSQL
|
3 | 3 |
|
4 |
| - Last updated: Thu Oct 2 14:08:20 EDT 1997 |
5 |
| - Version: 6.2 |
| 4 | + Last updated: Wed Oct 15 23:16:48 EDT 1997 |
| 5 | + Version: 6.2.1 |
6 | 6 |
|
7 | 7 | Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
8 | 8 |
|
@@ -241,9 +241,9 @@ Section 1: General Questions
|
241 | 241 |
|
242 | 242 | 1.6) Latest release of PostgreSQL
|
243 | 243 |
|
244 |
| - The latest release of PostgreSQL is version 6.2, which was released |
245 |
| - on October 2, 1997. For information about what is new in 6.2, see our |
246 |
| - TODO list on our WWW page. |
| 244 | + The latest release of PostgreSQL is version 6.2.1, which was released |
| 245 | + on October 17th, 1997. For information about what is new in 6.2.1, see |
| 246 | + our TODO list on our WWW page. |
247 | 247 |
|
248 | 248 | 1.7) Is there a commercial version of PostgreSQL?
|
249 | 249 |
|
@@ -279,18 +279,14 @@ Section 1: General Questions
|
279 | 279 |
|
280 | 280 | PostgreSQL v1.09 is compatible with databases created with v1.01.
|
281 | 281 |
|
282 |
| - Upgrading to 6.1 requires a dump and restore from previous releases. |
| 282 | + Upgrading to 6.2.1 from pre-6.2 requires a dump and restore. |
283 | 283 |
|
284 |
| - Upgrading from 6.1 to 6.1.1 requires running configure, compile of the |
285 |
| - new release, recompile of all your custom applications to use the new |
286 |
| - libpq, and then an install while the postmaster is temporarily |
287 |
| - stopped. |
288 |
| - |
289 |
| - Upgrading to 6.2 requires a dump and restore from previous releases. |
| 284 | + Upgrading to 6.2.1 from 6.2 does not require a dump, but see the |
| 285 | + appropriate /migration file in the distribution. |
290 | 286 |
|
291 | 287 | Those ugrading from versions earlier than 1.09 must upgrade to 1.09
|
292 | 288 | first without a dump/reload, then dump the data from 1.09, and then
|
293 |
| - load it into 6.2. |
| 289 | + load it into 6.2.1. |
294 | 290 |
|
295 | 291 | 1.11) Are there ODBC drivers for PostgreSQL?
|
296 | 292 |
|
@@ -645,8 +641,8 @@ BYTEA bytea variable-length array of bytes
|
645 | 641 | could select the same new id. This statement should be performed
|
646 | 642 | within a transaction.
|
647 | 643 |
|
648 |
| - Yet another way is to use general trigger function autoinc() |
649 |
| - from contrib/spi/autoinc.c |
| 644 | + Yet another way is to use general trigger function autoinc() from |
| 645 | + contrib/spi/autoinc.c. |
650 | 646 |
|
651 | 647 | 3.16) What are the pg_psort.XXX files in my database directory?
|
652 | 648 |
|
|
0 commit comments