Re: restore

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: restore
Дата
Msg-id 4CAB24F40200002500036550@gw.wicourts.gov
обсуждение исходный текст
Ответ на restore  (Dinesh Bhandary <dbhandary@iii.com>)
Ответы Re: restore  (Dinesh Bhandary <dbhandary@iii.com>)
Список pgsql-admin
Dinesh Bhandary <dbhandary@iii.com> wrote:

> Is there an easy way to restore to a new table where the column
> name have been changed but data remains the same?

Restore to the old name and then rename the column?

Access the backup file and change the COPY statement to the new
column name?

If you can redo the dump, you don't mind the load running a little
slower, and the column order is the same -- dump with the --inserts
switch?

-Kevin

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

Предыдущее
От: Dinesh Bhandary
Дата:
Сообщение: restore
Следующее
От: Scott Whitney
Дата:
Сообщение: Re: restore