Re: anonymous composite types for Table Functions (aka - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: anonymous composite types for Table Functions (aka
Date
Msg-id GNELIHDDFBOCMGBFGEFOOEIACDAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: anonymous composite types for Table Functions (aka  (Joe Conway <mail@joeconway.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: anonymous composite types for Table Functions (aka SRFs)
Next
From: Joe Conway
Date:
Subject: Re: anonymous composite types for Table Functions (aka