making integer_datetimes report on startup

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: making integer_datetimes report on startup
Date: 2004-08-04 22:39:07
Message-ID: 4111658B.6080600@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Would it be possible to report the integer_datetimes GUC in the V3
startup packet?

Currently if you want to use binary-format parameters or results that
might involve dates/times, you have to explicitly check
integer_datetimes first; this means another roundtrip on startup for
generic client drivers such as JDBC (they don't know if they will
encounter timestamps in results until it's too late, otherwise).

-O

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Marlowe 2004-08-04 22:41:10 Re: enforcing a join type
Previous Message Scott Marlowe 2004-08-04 22:39:01 Re: Selecting a specific row