Piyush Lenka <lenka.piyush@gmail.com> wrote:
> How can i backup only 5 records from that table using pg_dump or psql
or
> both.
In psql:
\copy ( select * from that_table where ... ) to 'filename'
http://www.postgresql.org/docs/9.1/interactive/app-psql.html
Search the page for \copy
-Kevin
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.