Read recover rows

Поиск
Список
Период
Сортировка
От Alejandro Carrillo
Тема Read recover rows
Дата
Msg-id 1355437398.4721.YahooMailNeo@web172202.mail.ir2.yahoo.com
обсуждение исходный текст
Ответы Re: Read recover rows
Re: Read recover rows
Список 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 по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: XML Schema for PostgreSQL database
Следующее
От: Alex Burkoff
Дата:
Сообщение: Re: execution plan is wrong, or the query ?