Re: anonymous composite types for Table Functions (aka

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: anonymous composite types for Table Functions (aka
Дата
Msg-id GNELIHDDFBOCMGBFGEFOOEIACDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: anonymous composite types for Table Functions (aka  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
> test=# select * from myfoo2() as (a int8, b text, c text, d text, e text);
> ERROR:  Query-specified return tuple and actual function return tuple do
> not match

I wonder if that would read a little better (and perhaps be in the active
voice) if it was like below.  The word 'actual' seems a little casual, and
do people really know what tuples are?

ERROR: Query-specified function result alias does not match defined function
result type.

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: anonymous composite types for Table Functions (aka SRFs)
Следующее
От: Joe Conway
Дата:
Сообщение: Re: anonymous composite types for Table Functions (aka