Re: Poatgresql database on more than one disk - Mailing list pgsql-general

From Karsten Hilbert
Subject Re: Poatgresql database on more than one disk
Date
Msg-id 20040601082711.J610@hermes.hilbert.loc
Whole thread Raw
In response to Re: Poatgresql database on more than one disk  (Jim Rosenberg <jr@amanue.com>)
List pgsql-general
> Pardon me for being dense, but I don't see how, with this approach, you
> maintain transaction integrity between the two databases. Suppose you need
> a transaction involving tables from both databases. Can you explain how you
> achieve this?

You can't anyways (server side) no matter where the two
separate databases reside unless you use contrib/dblink in
which case it again matters not where the databases reside.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: Error handling in stored functions/procedures
Next
From: Devrim GUNDUZ
Date:
Subject: Re: FTP daemon that support Postgresql