Re: Limiting records in pg_dump
От
John R Pierce
Тема
Re: Limiting records in pg_dump
Дата
Msg-id
4A7330FC.6070900@hogranch.com
Ответ на
Limiting records in pg_dump (Arnold, Sandra)
Список
Дерево обсуждения
Limiting records in pg_dump "Arnold, Sandra" <ArnoldS@osti.gov>
Re: Limiting records in pg_dump Raymond O'Donnell <rod@iol.ie>
Re: Limiting records in pg_dump John R Pierce <pierce@hogranch.com>
Re: Limiting records in pg_dump "Arnold, Sandra" <ArnoldS@osti.gov>
Arnold, Sandra wrote: > Is there a way to just dump records equal to a specific value using > pg_dump? In Oracle, you can export data and use a WHERE clause and > only pull a range of data. We currently use this in Oracle to load > data sets in our Development database. As we move to PostgreSQL we > will be wanting to do the same thing. If we cannot do it using the > pg_dump command, I will need to find a work around. you could create an alternate schema in your DB with VIEW's to your database table(s) that filter it according to your requirements, then pg_dump -n schemaname ....
В списке pgsql-general по дате отправления