oscar nugroho (oscarnugroho@telkom.net) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description can't drop column Long Description i using postgres 7.3 and i found problem with drop column and how to create triggers that connect another database server?. Sample Code for example : alter table sample drop column columns; that code can't work fine. i'am sorry about my english language. i hopefull you can fix it at next realese. bye. No file was uploaded with this report
> i using postgres 7.3 and i found problem with drop column and how to > create triggers that connect another database server ?. ALTER TABLE my_table DROP COLUMN my_column; -- must drop your column. Refer contrib/dblink to connect to another database server. regards, bhuvaneswaran
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера