Read recover rows

From: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Read recover rows
Date: 2012-12-13 22:23:18
Message-ID: 1355437398.4721.YahooMailNeo@web172202.mail.ir2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Burkoff 2012-12-13 22:47:12 Re: execution plan is wrong, or the query ?
Previous Message Merlin Moncure 2012-12-13 22:10:06 Re: XML Schema for PostgreSQL database