[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] catalog dump
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