Re: [BUGS] Where is pg_create_restore_point funciton in 9.1a2 ? - Mailing list pgsql-general

From Tom Lane
Subject Re: [BUGS] Where is pg_create_restore_point funciton in 9.1a2 ?
Date
Msg-id 29648.1308753375@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Where is pg_create_restore_point funciton in 9.1a2 ?  (Jaime Casanova <jaime@2ndquadrant.com>)
List pgsql-general
Jaime Casanova <jaime@2ndquadrant.com> writes:
> On Wed, Jun 22, 2011 at 3:28 AM, Emanuel Calvo <postgres.arg@gmail.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:

> the function exists... and it should appear, it does for me

Works for me, too.  Are you sure you did an initdb?  Are you connecting
to the right server?  (BTW, why are you still using alpha2?)

>> By the way, another issue that I found is when I execute \df. It
>> doesn't display anything (I must
>> force with * to do that).

> i can confirm this

This is allegedly a feature, not a bug, and it's been that way for a
couple releases now: \df with no argument prints only user-defined
functions.  I will let those who advocated that behavior defend it.

            regards, tom lane

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: CRUD plpgsql generator
Next
From: Rob Sargent
Date:
Subject: Re: CRUD plpgsql generator