Re: Programatically switching database

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: ow <oneway_111(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Programatically switching database
Date: 2003-11-15 18:42:53
Message-ID: Pine.LNX.4.44.0311151941180.5327-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message ow 2003-11-15 19:08:25 Re: Programatically switching database
Previous Message ow 2003-11-15 18:37:06 Re: Programatically switching database