diff options
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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? |