Re: Read rows deleted

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>, Sergey Konoplev <gray(dot)ru(at)gmail(dot)com>
Subject: Re: Read rows deleted
Date: 2012-12-12 20:30:11
Message-ID: 50C8E953.3070705@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On 12/12/2012 03:24 PM, Alejandro Carrillo wrote:
> Hi,
>
> Anybody knows how to create a table using a table file? It isn't a
> fdw, is a file that compose the table in postgresql and get with the
> pg_relation_filepath function. Ex:
>
> select pg_relation_filepath('pg_proc');
>
> Anybody knows a JDBC or a multiplatform code that let read the delete
> rows of a table without writing of a table file?
>
>

This isn't a performance related question. Please ask on the correct
list (probably pgsql-general).

cheers

andrew

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Andrew Dunstan 2012-12-12 21:06:52 encouraging index-only scans
Previous Message Alejandro Carrillo 2012-12-12 20:24:21 Re: Read rows deleted