omm=# select version();
version
(openGauss 3.0.0 build 02c14696) compiled at 2022-04-01 18:12:00 commit 0 last mr on aarch64-unknown-linux-gnu, compiled by g++ (GCC) 7.3.0, 64-bit
(1 row)
select datname,datcompatibility from pg_database ;
可以看到 postgres 库是 PG 模式,默认创建的 DB:mydb 也是 PG 模式,而不是像文档里写的那样,postgres 库是 Oracle 模式(dbcompatibility=‘A’)
