Re: Read rows deleted

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Read rows deleted
Дата
Msg-id 50C8E953.3070705@dunslane.net
обсуждение исходный текст
Ответ на Re: Read rows deleted  (Alejandro Carrillo <fasterzip@yahoo.es>)
Список pgsql-performance
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 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


В списке pgsql-performance по дате отправления:

Предыдущее
От: Alejandro Carrillo
Дата:
Сообщение: Re: Read rows deleted
Следующее
От: Andrew Dunstan
Дата:
Сообщение: encouraging index-only scans