Re: [GENERAL] deleting table content through command prompt

2006-04-19 Thread Harvey, Allan AC
Thursday, 20 April 2006 9:04 AM > To: pgsql-general@postgresql.org > Subject: [GENERAL] deleting table content through command prompt > > > hi all, > i am trying to create a database backup and restore windows > batch file, > which when run will do a database table backup

[GENERAL] deleting table content through command prompt

2006-04-19 Thread sconeek
hi all, i am trying to create a database backup and restore windows batch file, which when run will do a database table backup and a corresponding table restore. now for table_usernames backup i run something like from the command prompt, pg_dump.exe -i -h localhost -p 5432 -U postgres -F t -v -f