 postgresql操作手册--permanent # firewall-cmd --reload pg_hba.conf 配 置 保 存 在 postgres 库 下 面 的 名 为 pg_catalg 的 schema 下 的 pg_hba_file_rules表里: INSERT INTO "pg_hba_file_rules" ("line_number", "type", "database", "user_name" #提示符=>前的db_test表示当前数据库名 用户信息保存在postgres库下面的名为pg_catalg的schema下的pg_user表里: ★第5章、使用客户端连接 ①命令行客户端连接pg数据库 # psql -h 10.99.1.122 -p 5432 -U postgres "tablexx"中的public不是数据库名称,而是schemaname,后面 的tablexx为表名称 pg数据库,使用HeidiSQL连接到某个库后,一个数据库的结构为: 默认有4个schema,所有的表默认在名为public的schema下 ★存储空间使用量查询 postgres=# select pg_size_pre�y(pg_tablespace_size('pg_default'));0 码力 | 17 页 | 445.84 KB | 1 年前3 postgresql操作手册--permanent # firewall-cmd --reload pg_hba.conf 配 置 保 存 在 postgres 库 下 面 的 名 为 pg_catalg 的 schema 下 的 pg_hba_file_rules表里: INSERT INTO "pg_hba_file_rules" ("line_number", "type", "database", "user_name" #提示符=>前的db_test表示当前数据库名 用户信息保存在postgres库下面的名为pg_catalg的schema下的pg_user表里: ★第5章、使用客户端连接 ①命令行客户端连接pg数据库 # psql -h 10.99.1.122 -p 5432 -U postgres "tablexx"中的public不是数据库名称,而是schemaname,后面 的tablexx为表名称 pg数据库,使用HeidiSQL连接到某个库后,一个数据库的结构为: 默认有4个schema,所有的表默认在名为public的schema下 ★存储空间使用量查询 postgres=# select pg_size_pre�y(pg_tablespace_size('pg_default'));0 码力 | 17 页 | 445.84 KB | 1 年前3
共 1 条
- 1
相关搜索词














