Re: SQL99 functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SQL99 functions
Date
Msg-id 9470.962115277@sss.pgh.pa.us
Whole thread Raw
In response to Re: SQL99 functions  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
>   create table t1 (x int);
>   create function foo (out int) returns int as ...;
>   select foo(x) from t1;

> will give two columns for the result.

You've *got* to be kidding.

To name just one problem with that, where do I put an AS to relabel
the extra column?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Makefile for parser
Next
From: Tom Lane
Date:
Subject: Re: AW: Big 7.1 open items