Re: storage engine , mysql syntax CREATE TABLE t (i INT)

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: storage engine , mysql syntax CREATE TABLE t (i INT)
Дата
Msg-id 410434AB.8090205@pse-consulting.de
обсуждение исходный текст
Ответ на storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE = INNODB|BDB  (Pierre Emmanuel Gros <Pierre-Emmanuel.Gros@limsi.fr>)
Ответы Re: storage engine , mysql syntax CREATE TABLE t (i INT)
Список pgsql-hackers
Pierre Emmanuel Gros wrote:
> 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. 

MySQL needs this because they have a weird understanding of RDBMS.
There's absolutely no sense in trying to transfer this stuff into 
PostgreSQL. Use it as designed, and you'll never miss this MySQL "feature".

Regards,
Andreas


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: PITR Backup state validity checking
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE