标签: 模式

PG中的模式

参考:http://postgres.cn/docs/13/ddl-schemas.htm模式(schema):我们在pg数据库中创建的任何对象(表,索引,视图等)都会在一个模式下被创建。当创建对象 ... 阅读全文