copy/duplicate database schemas

Поиск
Список
Период
Сортировка
От Jamie Kahgee
Тема copy/duplicate database schemas
Дата
Msg-id AANLkTillxq9Ee1DAzWKwh1a9TFPQXKSB6knPb6QC3EWz@mail.gmail.com
обсуждение исходный текст
Ответы Re: copy/duplicate database schemas  (Merlin Moncure <mmoncure@gmail.com>)
Re: copy/duplicate database schemas  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general
I have an application in a schema and now i need to create other schemas b/c the app needs to support different languages,  is there an easy way to copy an entire schema to a new one (tables, contents, trigges, functions, etc..)?

right now i just have
  • schema

what I want is
  • schema
  • schema_ar
  • schema_ru
  • etc...

Thanks,
Jamie K.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: No PL/PHP ? Any reason?
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Problem Using RowType Declaration with Table Domains