Re: Control your disk usage in PG: Introduction to Disk Quota Extension
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Xing Guo <higuoxing@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, Haozhou Wang <hawang@pivotal.io>, David Steele <david@pgmasters.net>, Michael Paquier <michael@paquier.xyz>, Alvaro Herrera <alvherre@2ndquadrant.com>, Hubert Zhang <hzhang@pivotal.io>, Thomas Munro <thomas.munro@gmail.com>, Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, Tomas Vondra <tomas.vondra@2ndquadrant.com>, Heikki Linnakangas <hlinnakangas@pivotal.io>
Date: 2024-02-26T22:38:50Z
Lists: pgsql-hackers
Greetings, * Xing Guo (higuoxing@gmail.com) wrote: > Looks that many hackers are happy with the original patch except that > the original patch needs a simple rebase, though it has been 3 years. I'm not completely against the idea of adding these hooks, but I have to say that it's unfortunate to imagine having to use an extension for something like quotas as it's really something that would ideally be in core. > Shall we push forward this patch so that it can benefit extensions not > only diskquota? Would be great to hear about other use-cases for these hooks, which would also help us be comfortable that these are the right hooks to introduce with the correct arguments. What are the other extensions that you're referring to here..? Thanks, Stephen