1. 创建数据库使用oracle模式,oracle 模式既支持oracle语法也支持PG语法
create database testa with template=templatel_ora;
2. 创建数据库使用PG模式,PG模式只支持PG语法
create database testb with template=templatel_pg;
1. 创建数据库使用oracle模式,oracle 模式既支持oracle语法也支持PG语法
create database testa with template=templatel_ora;
2. 创建数据库使用PG模式,PG模式只支持PG语法
create database testb with template=templatel_pg;