remove extra space from dumped ALTER DEFAULT PRIVILEGES commands

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: remove extra space from dumped ALTER DEFAULT PRIVILEGES commands
Date: 2022-12-06 23:27:44
Message-ID: 20221206232744.GA3560301@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
remove_extra_space.patch text/x-diff 3.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2022-12-06 23:45:52 Re: Force streaming every change in logical decoding
Previous Message Andres Freund 2022-12-06 23:16:39 Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row