Re: Add error-checking to timestamp_recv

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Add error-checking to timestamp_recv
Дата
Msg-id 2146.1085071476@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Add error-checking to timestamp_recv  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Add error-checking to timestamp_recv  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I wasn't aware you could throw binary values into the timestamp fields
> like that.  I thought you needed to use a C string for the value.

This facility was added in 7.4 as part of the wire-protocol overhaul.
It's nothing directly to do with PREPARE; you could get the same result
with no prepared statement using PQexecParams.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Add error-checking to timestamp_recv
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Add error-checking to timestamp_recv