Re: [HACKERS] Parser/planner and column aliases - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] Parser/planner and column aliases
Date
Msg-id 3899B50F.4D926B5C@alumni.caltech.edu
Whole thread Raw
In response to Parser/planner and column aliases  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List pgsql-hackers
Ha, got it:

postgres=# select * from t2 ty (b, c);b | c 
---+---1 | 11 | 22 | 2
(3 rows)

so never mind...
                  - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Another nasty cache problem