Re: Getting all entries in a single block with ctid

From: Tore Halvorsen <tore(dot)halvorsen(at)gmail(dot)com>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Getting all entries in a single block with ctid
Date: 2012-01-17 08:26:06
Message-ID: CADGw-SeQZ1vcxgLhp8iPU1nC9qLqz9nA7Hi3QxVQGZD_w7M+Bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jan 16, 2012 at 5:31 PM, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:

> What about pgstattuple?
>
> http://www.postgresql.org/docs/9.1/interactive/pgstattuple.html
>
> Maybe it already does what you're trying to implement ...
>
> Look at pageinspect module too
>
> http://www.postgresql.org/docs/9.1/interactive/pageinspect.html
>
> You're trying to do a quite low-level thing, so maybe this approach would
> be more appropriate.
>

That's true, but they are more concerned with the live/deleted status of
tuples and not the logical content... Perhaps generating statements is the
key for now...

--
Eld på åren og sol på eng gjer mannen fegen og fjåg. [Jøtul]
<demo> 2012 Tore Halvorsen || +052 0553034554

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tore Halvorsen 2012-01-17 08:46:12 Re: Getting all entries in a single block with ctid
Previous Message P. Broennimann 2012-01-17 08:11:23 Re: Problem with pgAgent on Ubuntu