Re: How to drop column ?

Поиск
Список
Период
Сортировка
От Alam Surya
Тема Re: How to drop column ?
Дата
Msg-id 001901c301aa$b0d4a5a0$9b00a8c0@itcsa
обсуждение исходный текст
Ответ на How to drop column ?  ("Vitali Djatsuk" <Vitali.Djatsuk@MicroLink.ee>)
Список pgsql-general
you have to write like this :
 
ALTER TABLE palk DROP COLUMN tempcol;
 
to clearly you can see the postgresql manual with : \h alter table
 
best regards
 
Alam Surya   
----- Original Message -----
Sent: Saturday, April 12, 2003 6:02 PM
Subject: [GENERAL] How to drop column ?

Hi ALL,

ALTER TABLE palk DELETE COLUMN tempcol;
ERROR:  parser: parse error at or near "DELETE"



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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit transaction IDs?)
Следующее
От: "Ben-Nes Michael"
Дата:
Сообщение: Q about transactions