Re: [PERFORM] Read rows deleted

2012-12-12 Thread Andrew Dunstan
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

Re: [PERFORM] Read rows deleted

2012-12-12 Thread Alejandro Carrillo
delete rows of a table without writing of a table file? Thanks > > De: Sergey Konoplev >Para: Alejandro Carrillo >CC: "pgsql-performance@postgresql.org" >Enviado: MiƩrcoles 12 de diciembre de 2012 15:13 >Asunto: Re: [PERFORM]

Re: [PERFORM] Read rows deleted

2012-12-12 Thread Sergey Konoplev
Hi, On Wed, Dec 12, 2012 at 8:26 AM, Alejandro Carrillo wrote: > Anybody knows a JDBC or a multiplatform code that let read the delete rows > of a table without writing of a table file? > Anybody knows how to create a table using a table file? I am not sure what you mean but may be one of this l

[PERFORM] Read rows deleted

2012-12-12 Thread Alejandro Carrillo
Hi, Anybody knows a JDBC or a multiplatform code that let read the delete rows of a table without writing of a table file? Anybody knows how to create a table using a table file? thanks