Re: I need to add a column to a table

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: I need to add a column to a table
Дата
Msg-id 41A44E74.2020806@archonet.com
обсуждение исходный текст
Ответ на I need to add a column to a table  ("Krause, Lewis" <Lewis.Krause@echostar.com>)
Список pgsql-general
Krause, Lewis wrote:
> I know there is a command to add the column. I want to back up the table
> before I alter it. What is the best way. It has a couple indexes and a
> trigger.

pg_dump -t <table-name> ...


--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: "Net Virtual Mailing Lists"
Дата:
Сообщение: Creating index on a view?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: VACUUM and ANALYZE With Empty Tables