Re: bad dependency in pg_dump output related to support function breaks binary upgrade

2020-12-21 Thread Pavel Stehule
po 21. 12. 2020 v 17:23 odesílatel Tom Lane napsal: > Pavel Stehule writes: > > some Orafce's user reported problems with pg_upgrade. I checked this > issue > > and it looks like pg_dump problem: > > ... > > the supporting function should be dumped first before function where > > supporting func

Re: bad dependency in pg_dump output related to support function breaks binary upgrade

2020-12-21 Thread Tom Lane
Pavel Stehule writes: > some Orafce's user reported problems with pg_upgrade. I checked this issue > and it looks like pg_dump problem: > ... > the supporting function should be dumped first before function where > supporting function is used. I tried to reproduce this and could not. It should w