Re: Where is pg_create_restore_point funciton in 9.1a2 ?

From: Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com>
To: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Cc: postgresql Forums <pgsql-general(at)postgresql(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Where is pg_create_restore_point funciton in 9.1a2 ?
Date: 2011-06-22 11:49:36
Message-ID: BANLkTi=Gj1iezzjdKcoMRTX+JevM8SRjCw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

2011/6/22 Jaime Casanova <jaime(at)2ndquadrant(dot)com>:
> On Wed, Jun 22, 2011 at 3:28 AM, Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com> wrote:
>> I'm still finding pg_create_restore_point in 9.1a2 documentation:
>> http://www.postgresql.org/docs/9.1/static/functions-admin.html
>>
>> But I've compiled that version and I didn't found it:
>>
>> postgres=# \df *create_restore*
>>                       List of functions
>>  Schema | Name | Result data type | Argument data types | Type
>> --------+------+------------------+---------------------+------
>> (0 rows)
>>
>
> the function exists... and it should appear, it does for me
>
> postgres=# \df *create_re*
>                                   List of functions
>   Schema   |          Name           | Result data type | Argument
> data types |  Type
> ------------+-------------------------+------------------+---------------------+--------
>  pg_catalog | pg_create_restore_point | text             | text
>        | normal
> (1 row)

I'm using alpha2 release. I recompiled and I didn't found errors during the
compilation.

Is still missing for me, I will try to download the source from another
repo.

--
--
              Emanuel Calvo
              Helpame.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Enrique Cardozo Baudry 2011-06-22 12:47:29 BUG #6074: postgresql service script
Previous Message Hartmut Hardy Raschick 2011-06-22 11:21:35 BUG #6073: VPATH build fails in src/backend/replication for src tarball, repl_scanner.c not found

Browse pgsql-general by date

  From Date Subject
Next Message Radosław Smogura 2011-06-22 12:48:16 Re: Error - could not get socket error status: Invalid argument
Previous Message Thomas Kellerer 2011-06-22 11:32:07 Re: An example for WITH QUERY