[ic] catalog dump

marc.brevoort interchange-users@icdevgroup.org
Wed Sep 11 08:17:02 2002


On Wednesday 11 September 2002 13:07, you wrote:
> On Wednesday 11 September 2002 13:02, you wrote:
> > Let me rephrase my question: Since I use pgsql with IC, how do I dump my
> > catalogs
>
> psqldump >dumpfile

OOOOOOPS.... I mixed up with mysqldump.

For PostgreSQL the above should have been

	pg_dump databasename >dumpfile

Check 
	pg_dump --help
for the options to use for specifying the username/password/database.

Regards,

Marc Brevoort