Re: " Adding missing FROM-clause entry for table .... " problem. - Mailing list pgsql-sql

From Jeff Eckermann
Subject Re: " Adding missing FROM-clause entry for table .... " problem.
Date
Msg-id 20030218160310.10141.qmail@web20801.mail.yahoo.com
Whole thread Raw
In response to Re: " Adding missing FROM-clause entry for table .... " problem.  (Tomasz Myrta <jasiek@klaster.net>)
List pgsql-sql
--- Tomasz Myrta <jasiek@klaster.net> wrote:
> Christoph Haller wrote:
> <cut>
> > is not valid SQL syntax. What will actually happen
> (this is a PostgreSQL
> > extension to the standard) is that an implicit
> table
> > reference is added to the FROM clause, so the
> query is processed as if
> > it were written as
> I think this extension should be removed. I found
> all "Adding missing 
> FROM..." were just results of mistake. Does anyone
> use this feature?
> What does other Postgres users think about it?
> 

I want to add my vote for keeping the existing
functionality.  I find it _very_ useful, especially
for interactive work.  The spare syntax that can be
used for update or delete statements greatly enhances
understandability (and therefore reduces likelihood of
error) in my experience.  Saves typing too :-)

I would not wish to reduce the functionality of
PostgreSQL just to save people from themselves.

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: " Adding missing FROM-clause entry for table .... " problem.
Next
From: Stephan Szabo
Date:
Subject: Re: " Adding missing FROM-clause entry for table .... " problem.