Hoow do you drop a column in a table

Поиск
Список
Период
Сортировка
От Art Fore
Тема Hoow do you drop a column in a table
Дата
Msg-id 42095B44.3000600@comcast.net
обсуждение исходный текст
Ответы Re: Hoow do you drop a column in a table  (John DeSoi <desoi@pgedit.com>)
Re: Hoow do you drop a column in a table  (Robby Russell <robby@planetargon.com>)
Список pgsql-general
Using phppgadmin, I tried tropping a column in a table. I comes back to
try DROP .. CASCADE. Went into psql and typed the following,

ALTER TABLE "MPC" DROP COLUMNG  do_not_use CASCADE

It appeared to work but did not drop the column. What is the dprocedure
for dropping a column? an anyone point me to a document that tells
EXACTLY how to do this? Also, how do you find out the dependencies it
says it has? I know of none.

Art

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

Предыдущее
От: Aaron Glenn
Дата:
Сообщение: Re: What talk would get you to go to OSCon?
Следующее
От: John DeSoi
Дата:
Сообщение: Re: Hoow do you drop a column in a table