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

2004-02-12 Thread Bruno Wolff III
On Wed, Feb 11, 2004 at 17:48:51 -0500, [EMAIL PROTECTED] wrote: Thank you very much for your reply. I'd like to discuss the why. I don't think letting them share data and logs could gain me something. And if I have 2 databases totally not relevant, I think the most natural way is to make

[HACKERS] How can I have 2 completely seperated databases in PostgreSQL?

2004-02-11 Thread hong . ge
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

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

2004-02-11 Thread hong . ge
Thank you very much for your reply. I'd like to discuss the why. I don't think letting them share data and logs could gain me something. And if I have 2 databases totally not relevant, I think the most natural way is to make them totally seperated. Does the sharing buys me anything? If not,

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

2004-02-11 Thread hong . ge
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 [EMAIL PROTECTED]: On Wed, 2004-02-11 at 16:36, [EMAIL PROTECTED] wrote: