Qingyun Technology Community
Dec 7, 2021 · Databases
How pg_recovery Retrieves Deleted Rows in PostgreSQL: Design & Code Walkthrough
This article explains the implementation principles, design ideas, and source‑code analysis of PostgreSQL's pg_recovery tool, detailing how it reads dead tuples, controls memory, and returns data through a custom function with configurable parameters.
Database RecoveryPG recoveryPostgreSQL
0 likes · 7 min read
