Re: Ultimate DB Server

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Ultimate DB Server
Дата
Msg-id ECEHIKNFIMMECLEBJFIGOEFOCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Ultimate DB Server  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: HISTORY file
Следующее
От: bpalmer
Дата:
Сообщение: Re: Ultimate DB Server