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

From Pavel Stehule
Subject Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist
Date
Msg-id CAFj8pRC+eaifgXvm9RmLZjuxxT72KZUAFm0yxki+3RcOP57r4A@mail.gmail.com
Whole thread Raw
In response to Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist  (Josh Kupershmidt <schmiddy@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Millisecond-precision connect_timeout for libpq
Next
From: Josh Kupershmidt
Date:
Subject: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist