Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist
Date
Msg-id CAFj8pRD9n9O_jtu9msvieqN8g-cKy-zdc88+4kKxSx1YDo5chQ@mail.gmail.com
Whole thread Raw
In response to Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Hello


2013/12/5 Peter Eisentraut <peter_e@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
This is a implementation of new pg_dump option --if-exists. This option ensure using fault tolerant DROPs statement by dump.

Regards

Pavel

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Time-Delayed Standbys
Next
From: Pavel Stehule
Date:
Subject: Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist