Re: Fw: [GENERAL] Postgresql on Windows 8

2012-11-22 Thread Dave Page
Hi > - Original Message - > From: Heine Ferreira > Sent: 11/21/12 01:53 PM > To: pgsql-general@postgresql.org > Subject: [GENERAL] Postgresql on Windows 8 > > Hi > > Do you have any plans to put the Windows version of Postgresql on > the Windows 8 app store? Also for PGAdmin and database d

[GENERAL] Restore postgres to specific time

2012-11-22 Thread wd
hi, I've try to restore Postgres to a specific time but failed. The recovery.conf as bellow restore_command='cp /t/xlog/%f %p' recovery_target_time='2012-11-22 5:01:09 CST' pause_at_recovery_target=true recovery_target_inclusive=false The basebackup was made at 2012-11-22 3:10 CST, I've copy wal

Re: [GENERAL] Restore postgres to specific time

2012-11-22 Thread Albe Laurenz
wd wrote: > I've try to restore Postgres to a specific time but failed. > > The recovery.conf as bellow > restore_command='cp /t/xlog/%f %p' > recovery_target_time='2012-11-22 5:01:09 CST' > pause_at_recovery_target=true > recovery_target_inclusive=false > > The basebackup was made at 2012-11-22

Re: [GENERAL] get column name passed to a function

2012-11-22 Thread Rhys A.D. Stewart
Feature request? Could it be shoved in before 9.2.2 or 9.2.3? On Tue, Nov 20, 2012 at 5:23 PM, Adrian Klaver wrote: > On 11/20/2012 01:34 PM, Rhys A.D. Stewart wrote: > >> bummer. >> >> No, not dynamic queries just wanted to have the name of the columns >> along with the column data. Literally

Re: [GENERAL] get column name passed to a function

2012-11-22 Thread Adrian Klaver
On 11/22/2012 09:41 AM, Rhys A.D. Stewart wrote: Feature request? Could it be shoved in before 9.2.2 or 9.2.3? Problems I see. 1) New features are not added to minor releases. 2) Still unclear what the problem is. An example showing what you want to happen would be nice. 3) Even less clear

Re: [GENERAL] Restore postgres to specific time

2012-11-22 Thread wd
Thanks for your reply, the logs are something like bellow,postgres will restore every wal log I put in the xlog directory,and then continues waiting for next wal log. The postgres version is 9.1.6. [2012-11-22 18:49:24.175 CST 25744 50ae0334.6490 1 0]LOG: database system was shut down in reco