Subject: Dumb question about binary cursors and #ifdef HAVE_INT64_TIMESTAMP
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 12/11/2007 4:15:46 PM
"Dann Corbit" <DCorbit@connx.com> writes:
> If I create a binary cursor on a recent version of PostgreSQL, how can I
> tell if the timestamp data internally is an 8 byte double or an 8 byte
> integer?
PQparameterStatus(conn, "integer_datetimes")
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
|