Re: FW: deleted records

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "H(dot)J(dot) Sanders" <hjs(at)rmax(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: FW: deleted records
Date: 2006-01-25 16:09:08
Message-ID: 20060125160908.GA20367@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-01-25 16:15:09 Re: pgxml
Previous Message Tom Lane 2006-01-25 16:07:40 Re: Temporary table visibility