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