Question about transactions and pg_log - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Question about transactions and pg_log
Date
Msg-id 20010130135523.A9858@rum.ecomtel.com.au
Whole thread Raw
Responses Re: Question about transactions and pg_log
List pgsql-general
From what I currently understand, there is a pg_log file in the postgres
data directory which indicates the state of transactions (committed or
uncommitted).

So from this I infer that transaction IDs are unique across a whole database
installation?

The reason I ask is that I rename the directories within the data directory
to rename a database. (I need to switch two databases reasonably quickly).
If transaction IDs (and hence entries within pg_log) are not shared then the
results would be catastrophic probably.

Any ideas?
--
Martijn van Oosterhout

pgsql-general by date:

Previous
From: Mitch Vincent
Date:
Subject: Re: performance...
Next
From: "Mike Miller"
Date:
Subject: Re: [HACKERS] Re: Re: grant privileges to a database [URGENT]