Search Postgresql Archives

Re: Recovery.conf and PITR

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On Fri, 9 Aug 2013 16:09:49 +0800, "ascot.moss@xxxxxxxxx" <ascot.moss@xxxxxxxxx> wrote:
postgres=# select txid_current();
 txid_current
--------------
        75666
(1 row)


Can you please advise?

WAL contains REDO log information, which means only COMMITTED transactions will be recovered. Sequentiality of TXID refers to the start of the transaction. Transactions can therefore be committed in a different order (meaning that 75666 could for example be committed before 75634 in your case).

Remember that if you do not specify "recovery_target_inclusive = false", your txid target will be included in the recovered server.

For further information, I suggest you look at: http://www.postgresql.org/docs/9.2/static/recovery-target-settings.html

Cheers,
Gabriele
--
 Gabriele Bartolini - 2ndQuadrant Italia
 PostgreSQL Training, Services and Support
 Gabriele.Bartolini@xxxxxxxxxxxxxx - www.2ndQuadrant.it


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux