Re: Text <-> C string

Поиск
Список
Период
Сортировка
От Brendan Jurd
Тема Re: Text <-> C string
Дата
Msg-id 37ed240d0709211312r11f1fb47s36d37a4b48a5f63c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Text <-> C string  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Text <-> C string  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
On 9/22/07, Gregory Stark <stark@enterprisedb.com> wrote:
> The canonical way to do it is with
>
> DatumGetCString(DirectFunctionCall1(textout, t))

Ah, I see.  Thanks.

In that case, would it be helpful if I submitted a patch for the
various code fragments that do this locally, updating them to use
DatumGetCString?


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Text <-> C string
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: like/ilike improvements