PgPedia 周报,2023-10-01
PostgreSQL 最迷人的地方之一是,我使用它多年(甚至几十年)了,仍然会不断发现一些我从未意识到的功能,尽管它们已经存在了很多年(甚至几十年)。我偶然发现了一组用于将查询结果和数据转换为 XML 的函数,这让我有点费解。
database_to_xml()database_to_xmlschema()database_to_xml_and_xmlschema()query_to_xml()query_to_xmlschema()query_to_xml_and_xmlschema()schema_to_xml()schema_to_xmlschema()schema_to_xml_and_xmlschema()table_to_xml()table_to_xmlschema()table_to_xml_and_xmlschema()
它们有多少实际用途是另一个问题,但它们就在那里。
PostgreSQL 提交的值得关注的变更
- 5b7b3824 (2023-10-01):
Fix datalen calculation in tsvectorrecv().回填 ~ 11 - d8a09939 (2023-10-01):
In COPY FROM, fail cleanly when unsupported encoding conversion is needed.回填 ~ 14 - 276393f5 (2023-10-01):
Only evaluate default values as required when doing COPY FROM回填 ~ 16 - f6d4c9cf (2023-09-30):
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM - c181f2e2 (2023-09-30):
Fix briefly showing old progress stats for ANALYZE on inherited tables.回填 ~ 13 - 1d5caec2 (2023-09-30):
Fix EvalPlanQual rechecking during MERGE.回填 ~ 15 - d40d8272 (2023-09-29):
Robustify find_base_rel and find_base_rel_ignore_join - 9f71e10d (2023-09-28):
Fix checking of index expressions in CompareIndexInfo(). - 4e9fc3a9 (2023-09-28):
Return data from heap_page_prune via a struct. - c4a1933b (2023-09-29):
Add missing TidRangePath handling in print_path()回填 ~ 14 - 11c34b34 (2023-09-28):
Show parameters of CALL as constants in pg_stat_statements - 9210afd3 (2023-09-28):
Move tracking of in_streaming to PGOutputData - ebf76f27 (2023-09-27):
Add TupleDescGetDefault() - 54ccfd65 (2023-09-27):
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls.回填 ~ 16 - 15d5d740 (2023-09-26):
pgrowlocks: change lock mode output labels for consistency - eddad679 (2023-09-26):
Clean up MergeAttributesIntoExisting() - e221c0be (2023-09-26):
Fix behavior of "force" in pgstat_report_wal()回填 ~ 15 - 13aeaf07 (2023-09-25):
Add worker type to pg_stat_subscription. - dc8d72c1 (2023-09-25):
Collect dependency information for parsed CallStmts.回填 ~ 11 - 2e3dc8c1 (2023-09-25):
pg_upgrade: check for types removed in pg12 - 7750fefd (2023-09-25):
Add GUC for temporarily disabling event triggers
请注意,提交按其在提交日志中的出现顺序显示,这可能不反映单个提交的创建日期。
请参阅 PostgreSQL GIT 提交日志 查看完整的提交列表。
新 PgPedia 条目
已添加以下新条目
更新
以下文章已更新,增加了额外信息或更正
CREATE EVENT TRIGGER
- 已添加示例
最后...
如果有什么遗漏,或者您有一些(建设性的)想法,请留下您的反馈和/或请我喝杯咖啡。
发表评论
