Read data from Postgres table pages

Поиск
Список
Период
Сортировка
От Sushrut Shivaswamy
Тема Read data from Postgres table pages
Дата
Msg-id CAH5mb9928FPm-7VwuQStc7EbAha2tr848Me4XeHkfJJoUekFrw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Read data from Postgres table pages  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
Hey,

I'm trying to build a postgres export tool that reads data from table pages and exports it to an S3 bucket. I'd like to avoid manual commands like pg_dump, I need access to the raw data.

Can you please point me to the postgres source header / cc files that encapsulate this functionality?
 - List all pages for a table
- Read a given page for a table

Any pointers to the relevant source code would be appreciated.

Thanks,
Sushrut

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: documentation structure
Следующее
От: Japin Li
Дата:
Сообщение: Re: Table AM Interface Enhancements