Re: DDL for database creation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: DDL for database creation
Дата
Msg-id 20190309023929.2ps4qotfwhj2b4hw@momjian.us
обсуждение исходный текст
Ответ на DDL for database creation  (Julie Nishimura <juliezain@hotmail.com>)
Ответы Re: DDL for database creation
Список pgsql-general
On Sat, Mar  9, 2019 at 02:13:57AM +0000, Julie Nishimura wrote:
> Hello psql friends,
> Is there a way to reconstruct DDL for creation of existing databases? For
> example, I need to create dev environment for some (not all) of our existing
> databases, and I would like to keep the same encoding, connection limit (if
> anything was specified), etc. Is there a way to create this DDL?

pg_dump --schema-only maybe?

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


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

Предыдущее
От: Julie Nishimura
Дата:
Сообщение: DDL for database creation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: DDL for database creation