Re: calling elog possibly causing problem in DirectFunctionCall1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: calling elog possibly causing problem in DirectFunctionCall1
Дата
Msg-id 628.1164995263@sss.pgh.pa.us
обсуждение исходный текст
Ответ на calling elog possibly causing problem in DirectFunctionCall1  ("Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>)
Ответы Re: calling elog possibly causing problem in DirectFunctionCall1  ("Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>)
Re: calling elog possibly causing problem in DirectFunctionCall1  ("Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>)
Список pgsql-sql
"Rajesh Kumar Mallah" <mallah.rajesh@gmail.com> writes:
>   data->time_stamp =
>     DirectFunctionCall1(timestamptz_in, CStringGetDatum("now"));

This code is incorrect, as timestamptz_in takes three arguments.
        regards, tom lane


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

Предыдущее
От: Shane Ambler
Дата:
Сообщение: Re: Autovaccum
Следующее
От: "Rajesh Kumar Mallah"
Дата:
Сообщение: Re: calling elog possibly causing problem in DirectFunctionCall1