Discussion:
Read rows deleted
(too old to reply)
Alejandro Carrillo
2012-12-12 16:26:46 UTC
Permalink
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
Sergey Konoplev
2012-12-12 20:13:56 UTC
Permalink
Hi,
Post by Alejandro Carrillo
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 links will help you:

- http://www.postgresql.org/docs/9.2/static/file-fdw.html
- http://pgxn.org/dist/odbc_fdw/.
Post by Alejandro Carrillo
thanks
--
Sergey Konoplev
Database and Software Architect
http://www.linkedin.com/in/grayhemp

Phones:
USA +1 415 867 9984
Russia, Moscow +7 901 903 0499
Russia, Krasnodar +7 988 888 1979

Skype: gray-hemp
Jabber: ***@gmail.com
--
Sent via pgsql-performance mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
Alejandro Carrillo
2012-12-12 20:24:21 UTC
Permalink
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?

Thanks
________________________________
Enviado: MiƩrcoles 12 de diciembre de 2012 15:13
Asunto: Re: [PERFORM] Read rows deleted
Hi,
Post by Alejandro Carrillo
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?
- http://www.postgresql.org/docs/9.2/static/file-fdw.html
- http://pgxn.org/dist/odbc_fdw/.
Post by Alejandro Carrillo
thanks
--
Sergey Konoplev
Database and Software Architect
http://www.linkedin.com/in/grayhemp
USA +1 415 867 9984
Russia, Moscow +7 901 903 0499
Russia, Krasnodar +7 988 888 1979
Skype: gray-hemp
Andrew Dunstan
2012-12-12 20:30:11 UTC
Permalink
Post by Alejandro Carrillo
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
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
--
Sent via pgsql-performance mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
Loading...