Re: Possible bug: ALTER TABLE x DROP COLUMN y "column ... does not exist" then it does

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: Possible bug: ALTER TABLE x DROP COLUMN y "column ... does not exist" then it does
Дата
Msg-id 759f49e1-9650-4029-8c19-6ff4b63430a3@mm
обсуждение исходный текст
Ответ на Possible bug: ALTER TABLE x DROP COLUMN y "column ... does not exist" then it does  (otheus uibk <otheus.uibk@gmail.com>)
Список pgsql-bugs
otheus uibk wrote:

>      nuxeotest1-> alter table info add column testxxx numeric ;
>       ALTER TABLE
>       nuxeotest1=3D> alter table info drop column textxxx ;
>       ERROR:  column "textxxx" of relation "info" does not exist
>       nuxeotest1=3D> alter table info drop column testxxx ;
>       ALTER TABLE
>       nuxeotest1=3D>

testxxx is added
textxxx fails to be removed.

That's not the same identifier. So isn't that just a typo?

Best regards,
--=20
Daniel V=E9rit=E9
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Incorrect UPDATE trigger invocation in the UPDATE clause of an UPSERT statement.
Следующее
От: tomek@pipebreaker.pl
Дата:
Сообщение: BUG #13793: Please implement IP_FREEBIND option