Read recover rows - Mailing list pgsql-general

From Alejandro Carrillo
Subject Read recover rows
Date
Msg-id 1355437398.4721.YahooMailNeo@web172202.mail.ir2.yahoo.com
Whole thread Raw
Responses Re: Read recover rows  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: Read recover rows  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-general
Hi,

1) 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');
 
2) Anybody knows a JDBC or a multiplatform code that let read the delete rows of a table without writing of a table file?

Thanks

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: XML Schema for PostgreSQL database
Next
From: Alex Burkoff
Date:
Subject: Re: execution plan is wrong, or the query ?