Hi,
I'm wondering if it's possible to export a DB without using the commandline.
(pg_dump is not an option.)
I've a website running with PHP and PostgreSQL on a PHP safemod provider account, that's why i can't access the commandline.
Exporting tables in binary format can be done with COPY, but i want the full database. Are there more tools to do this?
I looked at phpPgAdmin and this tool exports DBs but the export function does not work for me.
I'd like to hear your input on this.
Thanks in advance,
Peter
I'm wondering if it's possible to export a DB without using the commandline.
(pg_dump is not an option.)
I've a website running with PHP and PostgreSQL on a PHP safemod provider account, that's why i can't access the commandline.
Exporting tables in binary format can be done with COPY, but i want the full database. Are there more tools to do this?
I looked at phpPgAdmin and this tool exports DBs but the export function does not work for me.
I'd like to hear your input on this.
Thanks in advance,
Peter