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

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

  1. Remove extra space from dumped ALTER DEFAULT PRIVILEGES.