Re: [ADMIN] replication

2005-09-02 Thread Chris Browne
[EMAIL PROTECTED] (Alain Rodriguez Arias) writes: > Please,anybody can tell me how to make replication of a PostGre DB What do you mean by "replication?" - If what you desire is to create a copy, then you can take a backup and restore it somewhere else. Read The Fine Manual if that fits

Re: [ADMIN] replication

2005-09-02 Thread Alvaro Herrera
On Fri, Sep 02, 2005 at 04:11:35PM -0400, Alain Rodriguez Arias wrote: > Please,anybody can tell me how to make replication of a PostGre DB Did you already look at Slony-I, www.slony.info ? -- Alvaro Herrera -- Valdivia, Chile Architect, www.EnterpriseDB.com "I think my standards hav

[ADMIN] replication

2005-09-02 Thread Alain Rodriguez Arias
Please,anybody can tell me how to make replication of a PostGre DB

Re: [ADMIN] pg_dumpall problem - duplicated users

2005-09-02 Thread Tom Lane
Bartosz Nowak <[EMAIL PROTECTED]> writes: > By the way: isn't that situation a bug in PG? What about a situation > when this row was obsoleted just before XID counter wrap around and > there is no way to do vacuum between those facts? The same situation > would appear. No, because XID space is

Re: [ADMIN] pg_dumpall problem - duplicated users

2005-09-02 Thread Tom Lane
Bartosz Nowak <[EMAIL PROTECTED]> writes: > Tom Lane napisa³(a): >>> Yeah. We need to look at the contents of the infomask for these rows. > Item 1 -- Length: 95 Offset: 8096 (0x1fa0) Flags: USED > XID: min (1) CMIN|XMAX: 50469 CMAX|XVAC: 0 > Block Id: 0 linp Index: 29 Attributes

Re: [ADMIN] Reg:Connection Object

2005-09-02 Thread Manikandan C
I hope, U can have a structure that have members as the "user name" and the "Connection object". Whenever a new connection is made, U can create instances of this structure. Based on the user name, you can pass the appropriate instance to the function. Hope this will help you. Is this what you