Re: Read rows deleted - Mailing list pgsql-performance

From Andrew Dunstan
Subject Re: Read rows deleted
Date
Msg-id 50C8E953.3070705@dunslane.net
Whole thread Raw
In response to Re: Read rows deleted  (Alejandro Carrillo <fasterzip@yahoo.es>)
List 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


pgsql-performance by date:

Previous
From: Alejandro Carrillo
Date:
Subject: Re: Read rows deleted
Next
From: Andrew Dunstan
Date:
Subject: encouraging index-only scans