Re: Feature request: temporary schemas

Поиск
Список
Период
Сортировка
От Nick Guenther
Тема Re: Feature request: temporary schemas
Дата
Msg-id 4de697c6-7588-41d5-8bfa-aa32a0ffa53a@email.android.com
обсуждение исходный текст
Ответ на Feature request: temporary schemas  (cowwoc <cowwoc@bbs.darktech.org>)
Ответы Re: Feature request: temporary schemas  (cowwoc <cowwoc@bbs.darktech.org>)
Список pgsql-general

On September 14, 2014 5:01:54 PM EDT, cowwoc <cowwoc@bbs.darktech.org> wrote:
>Hi,
>
>I'd like to propose the ability to create temporary schemas.
>
>This would facilitate running unit tests, where developers would like
>to run
>the same creation script for unit tests and production code but do not

What if you ran a temporary database instead? You can use some combination of PGHOST, PGPORT, PGUSER and PGDATABASE to
"pg_ctlstart" an empty DB and then point your unit tests at it.  Then you aren't in danger of wiping out your
productionDB either. 


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

Предыдущее
От: Willy-Bas Loos
Дата:
Сообщение: Re: 2 left joins causes seqscan
Следующее
От: cowwoc
Дата:
Сообщение: Re: Feature request: temporary schemas