Re: Problems with pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with pg_dump
Дата
Msg-id 27595.1047488125@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problems with pg_dump  ("Ben Ramsey" <ben@eureka-interactive.com>)
Список pgsql-general
"Ben Ramsey" <ben@eureka-interactive.com> writes:
> So, I ask: How does one drop a column from a table so that I can drop the
> affected column and then use pg_dump as normal?

If you're on 7.3 you can just drop the column.  On earlier releases, I
suspect the best recourse is to select the undamaged columns into a new
table and then dump that.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: vacuum error
Следующее
От: "Cristian Custodio"
Дата:
Сообщение: updated at a single element in a array using pl/pgsql