Re: Functions returns to libpq with wrong column split

Поиск
Список
Период
Сортировка
От Andy Halsall
Тема Re: Functions returns to libpq with wrong column split
Дата
Msg-id BLU123-W21822DF8C236F91C01BB7EF5EA0@phx.gbl
обсуждение исходный текст
Ответ на Re: Functions returns to libpq with wrong column split  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
That's fixed it. Many thanks Tom.
 
> > "SELECT readnode4($1)",
>
> I think you probably want "SELECT * FROM readnode4($1)". As-is,
> you're getting a single composite-type column from the SELECT.
>
> regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Functions returns to libpq with wrong column split
Следующее
От: Basil Bourque
Дата:
Сообщение: Query on DATETIME for a date (the whole day)