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

Pavel Stehule <pavel.stehule@gmail.com>

From: Pavel Stehule <pavel.stehule@gmail.com>
To: Josh Kupershmidt <schmiddy@gmail.com>
Cc: Dave Rolsky <autarch@urth.org>, Bruce Momjian <bruce@momjian.us>, pgsql-hackers <pgsql-hackers@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-07-10T15:06:18Z
Lists: pgsql-bugs, pgsql-hackers
Yes, I wrote a separate patch for next commitfest.
Dne 10.7.2013 16:54 "Josh Kupershmidt" <schmiddy@gmail.com> napsal(a):

> On Fri, Jul 5, 2013 at 12:16 PM, Pavel Stehule <pavel.stehule@gmail.com>
> wrote:
>
> > I am sending a patch that removes strict requirements for DROP IF
> > EXISTS statements. This behave is similar to our ALTER IF EXISTS
> > behave now.
>
> +1 for this idea. But this patch should be treated as a separate issue
> from the use of IF EXISTS in pg_dump/pg_restore, right? If so, I
> suggest starting a new thread about this patch to make reviewing
> easier.
>
> Josh
>