Transaction in different DB

Started by Nonameover 21 years ago2 messagesgeneral
Jump to latest
#1Noname
stefari@tiscali.it

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

__________________________________________________________________
Tiscali Adsl 2 Mega Free: naviga gratis tutto l'anno!
Supera tutti i limiti di velocita' con Tiscali Adsl 2 Mega Free.
Sei libero da costi fissi e, se ti abboni entro il 25 novembre,
navighi gratis fino al 31 dicembre 2004 e non paghi il costo di adesione.
http://abbonati.tiscali.it/adsl/

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Noname (#1)
Re: Transaction in different DB

Am Dienstag, 16. November 2004 11:25 schrieb stefari@tiscali.it:

It's possible to save only some tables in different directories??

That will be possible in 8.0.

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

No.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/