On 7/2/26 2:55 AM, surya poondla wrote:
The patch adds contrib/pgtrashcan: a new extension that intercepts DROP TABLE via a ProcessUtility hook and moves the relation to a reserved schema instead of destroying it, from where it can be restored with pgtrashcan_restore or permanently deleted with pgtrashcan_purge. It is a fork of an existing pgtrashcan extension, extended with additional features.

Any feedback is welcome.

Is there any reason your features cannot be added to the existing extension? Or that extension to be forked but still live outside core PostgresSQL?

--
Andreas Karlsson
Percona



Reply via email to