Re: Question about update syntaxt

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Question about update syntaxt
Дата
Msg-id 20050429203821.L60676@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Question about update syntaxt  (Michael M Friedel <mfl@betty-tv.com>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: multi-column unique constraints with nullable columns
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Division in Postgre