Re: How can I have 2 completely seperated databases in PostgreSQL?

Поиск
Список
Период
Сортировка
От hong.ge@yale.edu
Тема Re: How can I have 2 completely seperated databases in PostgreSQL?
Дата
Msg-id 1076539914.402ab20a38346@www.mail.yale.edu
обсуждение исходный текст
Ответ на Re: How can I have 2 completely seperated databases in  (Rod Taylor <pg@rbt.ca>)
Ответы Re: How can I have 2 completely seperated databases in  ("scott.marlowe" <scott.marlowe@ihs.com>)
Re: How can I have 2 completely seperated databases in  (Joshua Drake <jd@commandprompt.com>)
Список pgsql-hackers
Thank you very much for your reply.

Yes, that's true. But it seems not a good idea if I have many databases
and I want them totally seperated with each other.

What's your opinion? Thanks.

--Hong Ge


Quoting Rod Taylor <pg@rbt.ca>:

> On Wed, 2004-02-11 at 16:36, hong.ge@yale.edu wrote:
> > Hi, all
> > 
> > What should I do if I want to have 2 completely seperated databases
> in
> > PostgreSQL? I want each database to have its own data, log and
> > everything needed to access that database. I don't want them to
> share
> > anything. Has anyone done this before? Or,
> > could anyone give me some clue of how to do this?
> 
> You will need to initdb 2 locations and start 2 instances on separate
> ports.
> 




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

Предыдущее
От: hong.ge@yale.edu
Дата:
Сообщение: Re: How can I have 2 completely seperated databases in PostgreSQL?
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: [BUGS] Bug in pg_autovacuum ?