Re: Ultimate DB Server - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Ultimate DB Server
Date
Msg-id ECEHIKNFIMMECLEBJFIGOEFOCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Ultimate DB Server  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
Doh! I messed up my example!

The first table was supposed to be transactional.

> I don't get how you can have different tables being transactional in your
> database??
> 
> ie. What on earth does this do? (pseudo)
> 
create table blah transactional;
> create table hum not_transactional;
> 
> begin;
> insert into blah values (1);
> insert into hum values (2);
> rollback;
> 
> ?????

Chris



pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: HISTORY file
Next
From: bpalmer
Date:
Subject: Re: Ultimate DB Server