Re: [GENERAL] Dumb question about binary cursors and #ifdef HAVE_INT64_TIMESTAMP - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] Dumb question about binary cursors and #ifdef HAVE_INT64_TIMESTAMP
Date
Msg-id 6885.1197407746@sss.pgh.pa.us
Whole thread Raw
In response to Dumb question about binary cursors and #ifdef HAVE_INT64_TIMESTAMP  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-hackers
"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

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] Dumb question about binary cursors and #ifdef HAVE_INT64_TIMESTAMP
Next
From: "Dann Corbit"
Date:
Subject: Re: [GENERAL] Dumb question about binary cursors and #ifdefHAVE_INT64_TIMESTAMP