File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Fri Aug 29 21:40:10 EDT 2003
4
+ Last updated: Mon Sep 1 12:47:42 EDT 2003
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -916,7 +916,8 @@ BYTEA bytea variable-length byte array (null-byte safe)
916
916
917
917
Finally, you could use the OID returned from the INSERT statement to
918
918
look up the default value, though this is probably the least portable
919
- approach. In Perl, using DBI with Edmund Mergl's DBD::Pg module, the
919
+ approach, and the oid value will wrap around when it reaches 4
920
+ billion. In Perl, using DBI with Edmund Mergl's DBD::Pg module, the
920
921
oid value is made available via $sth->{pg_oid_status} after
921
922
$sth->execute().
922
923
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
13
- < P > Last updated: Fri Aug 29 21:40:10 EDT 2003</ P >
13
+ < P > Last updated: Mon Sep 1 12:47:42 EDT 2003</ P >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -1152,7 +1152,8 @@ <H4><A name="4.15.2">4.15.2</A>) How do I get the value of a
1152
1152
1153
1153
Finally, you could use the < A href ="#4.16 "> < SMALL > OID</ SMALL > </ A >
1154
1154
returned from the < SMALL > INSERT</ SMALL > statement to look up the
1155
- default value, though this is probably the least portable approach.
1155
+ default value, though this is probably the least portable approach,
1156
+ and the oid value will wrap around when it reaches 4 billion.
1156
1157
In Perl, using DBI with Edmund Mergl's DBD::Pg module, the oid
1157
1158
value is made available via < I > $sth->{pg_oid_status}</ I > after
1158
1159
< I > $sth->execute()</ I > .
You can’t perform that action at this time.
0 commit comments