pg_node_tree 是一个内部数据类型,用于表示 nodeToString 的输出。
pg_node_tree 在 PostgreSQL 9.1 中添加。
用法
pg_node_tree 的添加是为了让 系统目录 表能够安全地存储 nodeToString 的输出,以便传递给 pg_get_expr()。
pg_node_tree 在以下 系统目录 表中使用:
pg_attrdefpg_classpg_constraintpg_indexpg_partitioned_tablepg_policypg_procpg_rewritepg_triggerpg_type
变更历史
- PostgreSQL 9.1
- 添加(提交 303696c3)
