Re: FW: deleted records - Mailing list pgsql-general

From Michael Fuhr
Subject Re: FW: deleted records
Date
Msg-id 20060125160908.GA20367@winnie.fuhr.org
Whole thread Raw
In response to Re: FW: deleted records  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
On Wed, Jan 25, 2006 at 11:42:04AM +0100, H.J. Sanders wrote:
> When I do this I get the message
>
> relation pgstattuple does not exist.

pgstattuple is a function, not a relation, so I suspect the query
isn't referring to it correctly.  What's the exact query you ran?
It should look like this:

SELECT * FROM pgstattuple('tablename');

Did you install the contrib/pgstattuple module?

--
Michael Fuhr

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Temporary table visibility
Next
From: Scott Marlowe
Date:
Subject: Re: pgxml