Hi!
How can I please a directory folder where my backup files will be
placed? I am calling pg_dump
C:\Program Files (x86)\PostgreSQL\9.0\bin>pg_dump -i -h localhost -p
5433 -U postgres -f add.sql --column-inserts -t address my_db
C:\Program Files (x86)\PostgreSQL\9.0\bin>pg_dump -i -h
Hi!
Is there a way that I can use the postgresql commands like pg_dump etc
in servoy? I am tasked to do a restore/backup database utility
programmatically for our users. It's a little painful to do a select
for the table and insert scripts based on the resultset.
Thanks and Regards,
Roge