summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 66d3c9bbb8a..c0d61106601 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Fri Jul 25 18:07:30 EDT 2003
+ Last updated: Fri Sep 5 12:42:57 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -199,7 +199,8 @@
A native port to MS Win NT/2000/XP is currently being worked on. For
more details on the current status of PostgreSQL on Windows see
- http://techdocs.postgresql.org/guides/Windows.
+ http://techdocs.postgresql.org/guides/Windows and
+ http://candle.pha.pa.us/main/writings/pgsql/win32.html.
There is also a Novell Netware 6 port at http://forge.novell.com.
@@ -916,7 +917,8 @@ BYTEA bytea variable-length byte array (null-byte safe)
Finally, you could use the OID returned from the INSERT statement to
look up the default value, though this is probably the least portable
- approach. In Perl, using DBI with Edmund Mergl's DBD::Pg module, the
+ approach, and the oid value will wrap around when it reaches 4
+ billion. 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().