Re: [ADMIN] Question about multiple postmasters

1998-10-02 Thread Bruce Momjian
> On Thu, 1 Oct 1998, Bruce Momjian wrote: > > > > > > Has anyone tried running multiple postmasters w/ the same data > > > > > directory. > > > > > Any issues to watch out for? Problems with locking? > > > > > All of the systems would be running on Red Hat 5.1 x86. > > > > > > > > Hard to im

RE: [ADMIN] Question about multiple postmasters

1998-10-02 Thread Jackson, DeJuan
> > > > Has anyone tried running multiple postmasters w/ the same data > > > > directory. > > > > Any issues to watch out for? Problems with locking? > > > > All of the systems would be running on Red Hat 5.1 x86. > > > > > > Hard to imagine why you would want to do that. pg_log would be > sh

Re: [ADMIN] Question about multiple postmasters

1998-10-02 Thread Chris Johnson
On Thu, 1 Oct 1998, Bruce Momjian wrote: > > > > Has anyone tried running multiple postmasters w/ the same data > > > > directory. > > > > Any issues to watch out for? Problems with locking? > > > > All of the systems would be running on Red Hat 5.1 x86. > > > > > > Hard to imagine why you wo

Re: [ADMIN] Question about multiple postmasters

1998-10-02 Thread Sejin Oh
Postmaster is multi-proccess server. i don't know why you would like to run multiple postmaster. it might make sence if you wanto run different userid for postmaster but still you can use pg_hda.conf file to control user access; therefore, in my opinion, I don't think it's good idea to run

Re: [ADMIN] Question about multiple postmasters

1998-10-01 Thread Bruce Momjian
> > > Has anyone tried running multiple postmasters w/ the same data > > > directory. > > > Any issues to watch out for? Problems with locking? > > > All of the systems would be running on Red Hat 5.1 x86. > > > > Hard to imagine why you would want to do that. pg_log would be shared > > by al

RE: [ADMIN] Question about multiple postmasters

1998-10-01 Thread Jackson, DeJuan
> > Has anyone tried running multiple postmasters w/ the same data > > directory. > > Any issues to watch out for? Problems with locking? > > All of the systems would be running on Red Hat 5.1 x86. > > Hard to imagine why you would want to do that. pg_log would be shared > by all backends, ev

Re: [ADMIN] Question about multiple postmasters

1998-10-01 Thread Bruce Momjian
> Has anyone tried running multiple postmasters w/ the same data > directory. > Any issues to watch out for? Problems with locking? > All of the systems would be running on Red Hat 5.1 x86. > > Hard to imagine why you would want to do that. pg_log would be shared by all backends, even if th

[ADMIN] Question about multiple postmasters

1998-09-28 Thread Jackson, DeJuan
Has anyone tried running multiple postmasters w/ the same data directory. Any issues to watch out for? Problems with locking? All of the systems would be running on Red Hat 5.1 x86.