On Fri, Jun 19, 2026 at 1:50 AM Tristan Partin <tristan@partin.io> wrote:
> > Oops, v8.1 attached to correct that white space.
>
> Patches look great Mark!
Some patches no longer apply cleanly on HEAD, so they'll need to be rebased.
I have one question, though.
Suppose a user executes GRANT or REVOKE on pg_get_ruledef(oid), then
creates a dump with pg_dump. If that dump is restored into a newer
server where these patches have been applied, the restore would fail
because pg_get_ruledef(oid) no longer exists.
Is that acceptable (this means that users need to handle the restore
failure), or should pg_dump handle this case specially?
I suspect we've had similar situations before when system functions
changed between major versions, and I don't recall adding special
handling to pg_dump... Thought?
Regards,
--
Fujii Masao