Transactions in different DB - Mailing list pgsql-general

From Stefano Farina
Subject Transactions in different DB
Date
Msg-id 000a01c4cbc6$2c468a00$b4077c0a@tecne143
Whole thread Raw
Responses Re: Transactions in different DB
Re: Transactions in different DB
List pgsql-general
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??
 
If I want to work with two different databases, it's possible to do  a single transaction on two different databases ??
 
Thanks
 
Stefano Farina

pgsql-general by date:

Previous
From: bhk@dsl.co.uk (Brian {Hamilton Kelly})
Date:
Subject: Re: I spoke with Marc from the postgresql mailing list.
Next
From: Kostis Mentzelos
Date:
Subject: Re: Lost databases