Cannot drop column

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Cannot drop column
Дата
Msg-id bd67f1ba-7a58-36f8-a081-1dc6cac4e278@appl-ecosys.com
обсуждение исходный текст
Ответы Re: Cannot drop column
Re: Cannot drop column
Re: Cannot drop column
Список pgsql-general
I'm not seeing why postgres won't drop a table's column:

bustrac=# select * from statustypes order by stat_name;
      stat_name 
--------------------
  Client
  Lead
  No further contact
  Opportunity
  Proposal submitted
  Prospect
  Qualified
  Referral
  Suspect
(9 rows)

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

What have I done incorrectly?

TIA,

Rich



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