资讯

数据库审计是企业数据管理中不可或缺的一环,尤其在需要合规性和数据安全的场景下。本文将介绍如何在 PostgreSQL 中实现一个灵活且强大的审计功能,帮助你跟踪数据库中的所有变更操作。 为什么需要数据库审计? 在企业应用中,数据库审计具有以下几个关键作用: • 合规要求:满足对数据 ...
距离 PostgreSQL 17 正式发布已近半年,按照每年发布一个大版本的惯例,PostgreSQL 18 预计将在 2025 年底发布。距离正式发布还有一段时间,社区的开发工作仍在如火如荼地进行中。 虽然本文中列举的许多新特性最终可能会有变化 ...
According to the SQL standard, the owner of a schema always owns all objects within it. PostgreSQL allows schemas to contain objects owned by users other than the schema owner. This can happen only if ...
前言 2016年4月,PostgreSQL 社区发布了 PostgreSQL 9.6,并首次引入了并行查询的能力,进一步释放了多核服务器的计算力。最近微扰酱则因为工作的原因需要调研 PostgreSQL 对并行化算子的实现,就随手翻译了 PostgreSQL 代码中介绍 pg 所提供的并行查询框架的一篇文档,之后应该会再陆续输出几篇调研结果 ...
make clean make su make install For PostgreSQL >= 9.1, log in your database and: postgres=# CREATE EXTENSION pgfincore; For other release, create the functions from the sql script (it should be in ...
通过在excel表格我们可以看到,将excel表格保存为csv格式(UTF-8,逗号分隔)后,系统自动对表格内的数据进行了格式转换,部分字段内加入了转义符 ...
pg-src-analyze-create-partition-table.md File metadata and controls Preview Code Blame 886 lines (780 loc) · 33 KB Raw ...