Re: Transactions in different DB

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Stefano Farina <sfarina(dot)stagedse(at)akhela(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Transactions in different DB
Date: 2004-11-17 13:16:05
Message-ID: 1100697365.8902.11.camel@sabrina.peacock.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Am Dienstag, den 16.11.2004, 11:22 +0100 schrieb Stefano Farina:
> Hi all
> I have to develop an embedded database using memory FLASH and memory
> RAM
> Some tables must be saved in RAM and some tables in FLASH ( RAM and
> FLASH are two different mounted directories in the file system).
> I saw it's possible to save different databases in different
> directories with CREATE DATABASE options.
>
> It's possible to save only some tables in different directories??

With 8.0 its possible. With pre 8.0 it would involve manual work
(linking) and you are restricted when you recreate tables and indices.

> If I want to work with two different databases, it's possible to do a
> single transaction on two different databases ??

No. You might be able to simulate it with dblink, but generally no.

Regards
Tino

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Timothy Perrigo 2004-11-17 13:40:57 error querying temp table in plpgsql function
Previous Message Alejandro D. Burne 2004-11-17 13:14:56 Re: Fwd: Problem installing Postgresql on MDK10.0