Re: Programatically switching database - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: Programatically switching database
Date
Msg-id Pine.LNX.4.44.0311151941180.5327-100000@peter.localdomain
Whole thread Raw
In response to Re: Programatically switching database  (ow <oneway_111@yahoo.com>)
Responses Re: Programatically switching database  (ow <oneway_111@yahoo.com>)
List pgsql-sql
ow writes:

> There's too much data to put it in one db.

There is never too much data to be put in one database.

> If anything happens to it, I'll never be able to restore (or dump) it in
> time.

You could just dump individual schemas.

> BTW, mySql has cross-db queries.

PostgreSQL has schemas, that's the same thing.  PostgreSQL's "databases"
are not the same thing as MySQL's "databases".

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-sql by date:

Previous
From: ow
Date:
Subject: Re: Programatically switching database
Next
From: ow
Date:
Subject: Re: Programatically switching database