Re: Am I missing something about the output ofpg_stop_backup()?

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "Ben" <bench(at)silentmedia(dot)com>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Am I missing something about the output ofpg_stop_backup()?
Date: 2007-07-11 19:53:45
Message-ID: 1184183625.4319.29.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2007-07-10 at 12:44 -0700, Ben wrote:
> ...which I then need to tokenize in order to find which archived wal
> files I'll need to keep as part of the backup. For instance, that
> output above will result in a WAL file named like so:

Try using pg_xlogfile_name()
http://www.postgresql.org/docs/8.2/static/functions-admin.html#FUNCTIONS-ADMIN-BACKUP-TABLE

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shuo Liu 2007-07-11 19:56:07 Re: exit code -1073741819
Previous Message Ron Johnson 2007-07-11 19:36:54 Re: how does a temp table work?