Hello
2013/12/5 Peter Eisentraut <pete...@gmx.net> > Can someone in this thread clarify the commit fest situation? I see two > entries that appear to be the same: > > https://commitfest.postgresql.org/action/patch_view?id=1174 > https://commitfest.postgresql.org/action/patch_view?id=1175 > > I think the first one is a duplicate or obsolete. > no, both are valid, and every solve different issue. https://commitfest.postgresql.org/action/patch_view?id=1175 it implements fully fault tolerant DROP IF EXISTS statements. This patch is prerequisite for second patch https://commitfest.postgresql.org/action/patch_view?id=1174 This is a implementation of new pg_dump option --if-exists. This option ensure using fault tolerant DROPs statement by dump. Regards Pavel