ALTER TABLE DROP COLUMN

Поиск
Список
Период
Сортировка
От glenn
Тема ALTER TABLE DROP COLUMN
Дата
Msg-id 1046887382.3032.127.camel@thor.valhalla.
обсуждение исходный текст
Ответы Re: ALTER TABLE DROP COLUMN  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi All
I with 7.3.2 I used
ALTER TABLE job DROP x
To drop column x
The result is that column x is now a replaced by a column called
"........pg.dropped.4........."
exists in its place, and now my odbc connections won't touch the table.
I also can't seem to drop or rename this column. I could rename the
table, and do create table as, but I'd like to know if there is
something else I can do use drop column effectively.

Glenn






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

Предыдущее
От: glenn
Дата:
Сообщение: Re: SETOF
Следующее
От: Kevin Coyner
Дата:
Сообщение: drop table if exists