Re: SQL feature requests

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: SQL feature requests
Date: 2007-08-23 19:44:52
Message-ID: 200708231244.52893.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom,

> As long as you take care that the subquery's column names don't match
> any other ones in the query, you don't *need* an alias for it ---
> there'll be no need to qualify the column names. This extends just
> fine to multiple subqueries.

Oh, hmmm. I was thinking this would somehow be more of an issue with
anonymous subqueries, but it isn't really. You can still duplicate column
names in named subqueries.

So, never mind that.

I still don't see it as terrifically useful functionality, given that it's
just saving you 4 keystrokes ...

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2007-08-23 19:50:01 Re: pg_ctl configurable timeout
Previous Message Tom Lane 2007-08-23 19:44:13 Re: SQL feature requests