"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Monday, August 1, 2016, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> So it looks to me like an appropriate fix would be basically this
>> in _printTocEntry():
>> - if (!ropt->dropSchema)
>> + if (!(ropt->dropSchema && !ropt->createDB))
> I concurred on the original thread bug report thread.
> https://www.postgresql.org/message-id/CAKFQuwbYXU-z0uxnLWV_1awd16JiMnJnKnMQgYrUDJT4uqmmjQ%40mail.gmail.com
Heh ... that's what I get for not bothering to go read the other thread.
Clearly we dropped the ball on pushing that report through to a fix.
regards, tom lane