1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update this branch to match CVS head, includes WIN32 improvements.

This commit is contained in:
Bruce Momjian
2003-09-07 04:37:13 +00:00
parent 432ca9116b
commit c40ed51319
383 changed files with 82452 additions and 85073 deletions

View File

@ -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().