Re: [HACKERS] Parser/planner and column aliases

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Parser/planner and column aliases
Date: 2000-02-03 17:04:15
Message-ID: 3899B50F.4D926B5C@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ha, got it:

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

so never mind...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-02-03 17:30:22 Re: [HACKERS] Parser/planner and column aliases
Previous Message Thomas Lockhart 2000-02-03 17:00:54 Re: [HACKERS] Parser/planner and column aliases