pg_compression

该 pg_compression 系统目录表描述了可用的压缩方法。

表 1. pg_catalog.pg_compression
类型修饰符存储描述
compnamenamenot nullplain压缩的名字
compconstructorregprocnot nullplain压缩构造函数的名称
compdestructorregprocnot nullplain压缩销毁函数的名称
compcompressorregprocnot nullplain压缩机的名称
compdecompressorregprocnot nullplain解压缩器的名称
compvalidatorregprocnot nullplain压缩验证器的名称
compowneroidnot nullplain来自pg_authid的Oid

上级话题: 系统目录定义