Hello All
I have postgresql 7.1 version installed succesfully.
I have a application which uses a database called "test".
Now I need to wipe the contents of the database "test" completely and populate the database "test" with new data.
When I go to a cygwin window and do
psql test
test=#
what command should I give to clean the database completely.
also could some one explain how to backup and restore my database.
regards
MP
I have postgresql 7.1 version installed succesfully.
I have a application which uses a database called "test".
Now I need to wipe the contents of the database "test" completely and populate the database "test" with new data.
When I go to a cygwin window and do
psql test
test=#
what command should I give to clean the database completely.
also could some one explain how to backup and restore my database.
regards
MP