remove extra space from dumped ALTER DEFAULT PRIVILEGES commands
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2022-12-06T23:27:44Z
Lists: pgsql-hackers
Attachments
- remove_extra_space.patch (text/x-diff) patch
Hi hackers, pg_dump adds an extra space in ALTER DEFAULT PRIVILEGES commands. AFAICT it's been this way since the command was first introduced (249724c). I've attached a patch to fix it. This is admittedly just a pet peeve, but maybe it is bothering others, too. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Remove extra space from dumped ALTER DEFAULT PRIVILEGES.
- 2af33369e794 16.0 landed