| Author |
Create table backup .............
|
Tushar Londhe
Greenhorn
Joined: Jul 08, 2008
Posts: 3
|
|
Hi Guys, I want to take back up of a table for ex: table1 I am using PostgreSQL as my dbase. Wht I am doing is I am using pg_dump.exe utility to take backup and I am taking back up into some files ex: filetable1.backup I am using select * into temp_tbl from table1 Now after this I am executing pg_dump.exe and taking back up into files after that I am dropping the temp_tbl. Now because that temp_tbl is deleted I am not able to take back up However I am taking care that I am dropping the table after I have taken backup. But still I am not able to create backup ...........Why ???
|
 |
 |
|
|
subject: Create table backup .............
|
|
|