storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE = INNODB|BDB

Поиск
Список
Период
Сортировка
От Pierre Emmanuel Gros
Тема storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE = INNODB|BDB
Дата
Msg-id 40FBCF57.3050709@limsi.fr
обсуждение исходный текст
Ответы Re: storage engine , mysql syntax CREATE TABLE t (i INT)  (Andreas Pflug <pgadmin@pse-consulting.de>)
Re: storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: storage engine , mysql syntax CREATE TABLE t (i INT)  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Список pgsql-hackers
In mysql, we can wrote a create table like 
CREATE TABLE t (i INT) ENGINE = INNODB||BDB|;
where the storage engine is the innodb one. 
This allow to have differents kind of storage format, and allow to easly implements memory table or remote table. 
I try to make the same thing for postgresql but i do not understand where the logical storage engine is in the source
code.
May i have somme help to find it .
Thank you.
pierre






В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [DOCS] 7.5 release notes
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: PITR COPY Failure (was Point in Time Recovery)