1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.

Update FAQs for 8.2.5.
This commit is contained in:
Bruce Momjian
2007-09-11 17:37:30 +00:00
parent 6dfff52791
commit 5dc3723781
16 changed files with 229 additions and 185 deletions

12
doc/FAQ
View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Wed Apr 18 23:05:05 EDT 2007
Last updated: Tue Sep 11 13:34:02 EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@ -173,7 +173,7 @@
1.6) What is the most recent release?
The latest release of PostgreSQL is version 8.2.4.
The latest release of PostgreSQL is version 8.2.5.
We plan to have a major release every year, with minor releases every
few months.
@ -430,7 +430,10 @@
3.6) What is the upgrade process for PostgreSQL?
See http://www.postgresql.org/support/versioning.
See http://www.postgresql.org/support/versioning for a general
discussion about upgrading, and
http://www.postgresql.org/docs/current/static/install-upgrading.html
for specific instructions.
3.7) What computer hardware should I use?
@ -630,9 +633,6 @@
upper and lowercase characters, it can not have identical values that
differ only in case. To force a particular case to be stored in the
column, use a CHECK constraint or a trigger.
4.9) In a query, how do I detect if a field is NULL? How do I
concatenate possible NULLs? How can I sort on whether a field is NULL
or not?
4.9) In a query, how do I detect if a field is NULL? How do I concatenate
possible NULLs? How can I sort on whether a field is NULL or not?