Re: Move Tables From One Database to Another

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Move Tables From One Database to Another
Дата
Msg-id alpine.LNX.2.00.1203291328010.7215@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Move Tables From One Database to Another  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
On Thu, 29 Mar 2012, Andy Colson wrote:

> How many tables are we talking about.  If its a few tables, I'd rename them:
> alter table lake rename to lake_old;
> ... etc
> then dump it out and restore into the proper db.

Andy,

   This will work just fine. Thanks for the insight.

Rich


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

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Move Tables From One Database to Another
Следующее
От: Jonathan Bartlett
Дата:
Сообщение: Re: Managing two sets of data in one database