Re: Database names and pg_dump - Mailing list pgsql-novice

From Tomka Gergely
Subject Re: Database names and pg_dump
Date
Msg-id Pine.LNX.4.33.0308271328080.31338-100000@zeus.gau.hu
Whole thread Raw
In response to Database names and pg_dump  (David Rickard <David.Rickard@GTScompanies.com>)
List pgsql-novice
2003-08-26 ragyogó napján David Rickard ezt üzente:

> We are planning to migrate from Oracle to PostGreSQL, and we would like to
> replicate our database maintenance procedures/scripts as closely as possible;
> Our Oracle backup scripts extract the names of all active SIDs from the
> /etc/oratab file and perform a backup export for each SID;
> Is there an equivalent file or utility that will provide the name of each
> database within a PostGreSQL cluster?
> I know you can extract an entire cluster via pg_dumpall, but we would like
> to stick with the individual db backups--for file-size issues and restore
> efficiency.

Ehm, psql -l ?

--
Tomka Gergely
"S most - vajon barbárok nélkül mi lesz velünk?
Ők mégiscsak megoldás voltak valahogy..."


pgsql-novice by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Database names and pg_dump
Next
From: Stuart Woodward
Date:
Subject: Upgrading from 7.1.2 to 7.3.3 - function may need to add explicit typecasts