Re: Database names and pg_dump

From: Bruno LEVEQUE <bruno(dot)leveque(at)net6d(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Database names and pg_dump
Date: 2003-08-27 16:56:21
Message-ID: biigq4$2tj2$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

You can do a "psql -l". With this you can see all databases you have
After this you can do a loop and a pg_dump for each one.

David Rickard wrote:

> 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.
>
>
> --
>
> David Rickard
> Software Engineer
> The GTS Companies
> A TechBooks Company
>
> ----------------------------------------------------------------------------------
> The GTS Companies:
> GTS Publishing Services, GTS Graphics, GTS Innova:
> Your Single-Source Solution!
> Los Angeles CA * York, PA * Boston MA * New Delhi, India
> ----------------------------------------------------------------------------------
>
>
> David(dot)Rickard(at)GTSCompanies(dot)com
> Visit us on the World Wide Web
> http://www.gtscompanies.com
> 5650 Jillson St., Los Angeles, CA 90040
> (323) 888-8889 x331
> (323) 888-1849 [fax]
>
>

--
Bruno LEVEQUE
System Engineer
SARL NET6D

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2003-08-28 03:34:07 Re: Upgrading from 7.1.2 to 7.3.3 - function may need to add explicit typecasts
Previous Message Bruno Wolff III 2003-08-27 12:51:54 Re: Database names and pg_dump