[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
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
Please,anybody can tell me how to make replication of a PostGre DB
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
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
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