Re: Cannot drop column

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Cannot drop column
Дата
Msg-id fea295b6-2059-7fd4-cc62-3690eadd96b@appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Cannot drop column  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Cannot drop column
Список pgsql-general
On Wed, 18 Dec 2024, Rich Shepard wrote:

>> Since your column name has an Upper case character, you will have to use
>> double quotes to drop it. Try alter table statustypes drop column
>> "Suspect";

> Thanks for the lesson.

But,

bustrac=# alter table statustypes drop column "Suspect"; 
ERROR:  column "Suspect" of relation "statustypes" does not exist
bustrac=#

Double quoting didn't resolve the issue.

Rich



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