postgreSQL常用语法 1、CRUD增删改查 创建用户角色 create user ldc with password 'ldc-'; 创建数据库 create DATABASE school_info ENCODING ='utf-8' --指定字符集 TABLESPACE =