Обсуждение: Point in Time recovery on Win32

Поиск
Список
Период
Сортировка

Point in Time recovery on Win32

От
Jamie Deppeler
Дата:
Has anyone tried Point in Time recovery on Win32? tried to set it up today and keep getting this error

*Test=# Select pg_start_backup('test backup');
ERROR:  function pg_start_backup("unknown") does not exist
HINT:  No function matches the given name and argument types. You may need to add explicit type casts
*

Im running the Build from http://www.hagander.net/pgsql/win32snap/
--
Jamie Deppeler

Re: Point in Time recovery on Win32

От
Bruce Momjian
Дата:
Jamie Deppeler wrote:
> Has anyone tried Point in Time recovery on Win32? tried to set it up
> today and keep getting this error
>
> *Test=# Select pg_start_backup('test backup');
> ERROR:  function pg_start_backup("unknown") does not exist
> HINT:  No function matches the given name and argument types. You may
> need to add explicit type casts
> *
>
> Im running the Build from http://www.hagander.net/pgsql/win32snap/

My guess is that you don't have new enough CVS copy or you didn't initdb
after downloading a new CVS, though the catalog version should have
checked for that, or the win32 build isn't updating quickly enough.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: Point in Time recovery on Win32

От
"Merlin Moncure"
Дата:
> > Im running the Build from http://www.hagander.net/pgsql/win32snap/
>
> My guess is that you don't have new enough CVS copy or you didn't
initdb
> after downloading a new CVS, though the catalog version should have
> checked for that, or the win32 build isn't updating quickly enough.

I've been having problems compiling the binary version lately.  Both the
binary snapshot and the binary installer are dated Jul 30 or so.

I'm getting compile errors in gram.c because of #define FLOAT 1, etc.  I
have no clue why this has not been affecting other people but I haven't
had time to look at it.  Also, the dirmod.c compile bug has been holding
things up.

Today, I'll reinstall mingw and try and get a binary snapshot up on the
site.  Barring that, you'll have to roll your own to get a recent copy
:(.

Merlin