Re: Help me recovering data

From: Russell Smith <mr-russ(at)pws(dot)com(dot)au>
To: Jürgen Cappel <email(at)juergen-cappel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Help me recovering data
Date: 2005-02-18 11:02:03
Message-ID: 200502182202.04118.mr-russ@pws.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 18 Feb 2005 08:53 pm, Jürgen Cappel wrote:
> Just wondering after this discussion:
>
> Is transaction wraparound limited to a database or to an installation ?
> i.e. can heavy traffic in one db affect another db in the same installation ?
>
XID's are global to the pg cluster, or installation. So not using a database
will still cause XID wraparound to occur on that database.

Regards

Russell Smith.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Jowett 2005-02-18 11:27:06 Re: UTF8 or Unicode
Previous Message Russell Smith 2005-02-18 11:00:53 Re: Help me recovering data