Hi,
I have one table in my database. The table contains 10 records(rows) . I
want only 5 records(rows) to be backed up.
How can i backup only 5 records from that table using pg_dump or psql or
both.
Please Help.
Regards
Piyush
Hi,
I m trying to take backup of data of a particular table using pg_dump.
I used double quotes for table name but output is :
pg_dump : no tables were found.
Command used :
-h localhost -p 5432 -U postgres -W -F p -a -t '"TestTable"' -f
DbBackup/BackupTableActions.sql TestDataBase
This problem
hi,
1. How can we restore selected records from a plain text backup
(backup.sql).
2. Is it possible using psql. If yes how
Please Help
Thanks & Regards
Piyush