Re: Is there a command like uf_purge - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Is there a command like uf_purge
Date
Msg-id 20060703134108.GA3727@winnie.fuhr.org
Whole thread Raw
In response to Is there a command like uf_purge  (petedawn@gmail.com)
List pgsql-general
[Please copy the mailing list on replies so others can contribute
to and learn from the discussion.]

On Mon, Jul 03, 2006 at 01:20:53PM +1000, Peter Dawn wrote:
> i executed this query (SELECT uf_purge(365)) within PGAdmin and the
> query executed successfully (the output was row1 uf_urge(bool) t.
> but i dont know what exactly i did. i think that it might have purged
> the data for these many days? dont know for sure though.

I don't see any instances of "uf_purge" in the pgAdmin III source
code either, so it doesn't appear to belong to that package.  How
did you find out about this function and why are you executing it
if you're not sure what it does?  What's the output of the following
command?

SELECT * FROM pg_proc WHERE proname = 'uf_purge';

--
Michael Fuhr

pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: php can't connect to postgresql server
Next
From: "Alexander Farber"
Date:
Subject: Re: Optimizing query: select ... where id = 4 and md5(...) = '...'