下面的命令序列将创建test_table
表,表的OID为420,它有三列oid
、 cola
和colb
,类型分别为oid
、int4
和text
,然后向该表插入两行:
create test_table 420 (oid = oid, cola = int4, colb = text) open test_table insert ( 421 1 "value1" ) insert ( 422 2 _null_ ) close test_table
描述单个文件的对象包含Path 键或一个 Encoded-Path 键。 通常,Path 键将会出现。 关联的字符串值是文件相对于备份目录根目录的...
dblink_connect_u — 不安全地打开一个到远程数据库的持久连接大纲dblink_connect_u(text connstr) 返回 textdblink_connect_u(t...
F.17.1. 函数F.17.2. 使用示例 intagg模块提供了一个整数聚集器以及一个枚举器。intagg现在已被弃用,因为有内建的函数能提供其...
F.24.1. pg_buffercache视图F.24.2. 样例输出 pg_buffercache模块提供了一种方法实时检查共享缓冲区。该模块提供了一个 C 函数pg...
F.32.1. 函数 pg_visibility模块提供了一种方式来检查一个表的可见性映射(VM)以及页级别的可见性信息。它还提供了函数来检查可...