Re: Question about update syntaxt - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Question about update syntaxt
Date
Msg-id 20050429203821.L60676@megazone.bigpanda.com
Whole thread Raw
In response to Question about update syntaxt  (Michael M Friedel <mfl@betty-tv.com>)
List pgsql-sql
On Fri, 29 Apr 2005, Michael M Friedel wrote:

> I am trying to use an application (Through ODBC) that uses the
> following update syntax
>
> UPDATE MyTable SET MyTable.id=2 WHERE id=1
>
> unfortunatly I get an error message
>
> ERROR:  column "mytable" of relation "mytable" does not exist
>
> Question is, is ther something I can configure that will make
> Postgresql accept these kind of statments ?

I don't believe there's a way to make the server itself accept that. IIRC,
past discussions usually have bogged down into questions of whether to
support the syntax since it doesn't appear to be valid SQL and if so what
semantics to give cases where the tablename doesn't match. I'm not sure if
there's any way to get the ODBC driver to do something about it, however.



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: multi-column unique constraints with nullable columns
Next
From: Stephan Szabo
Date:
Subject: Re: Division in Postgre