Re: BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: kou(at)clear-code(dot)com
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented
Date: 2016-05-27 07:48:31
Message-ID: CAB7nPqQY0VHVpTW_RVprDaT166rabmWJWLo1wJrdxBVeSiK81g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, May 27, 2016 at 4:04 PM, <kou(at)clear-code(dot)com> wrote:
> "DROP ACCESS METHOD IF EXISTS" against nonexistent access method returns an
> error:
>
> ----
> postgres=# DROP ACCESS METHOD IF EXISTS nonexistent;
> ERROR: unexpected object type (0)
> ----

Good catch. The documents are stating that it is implemented though
that's not the case.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-05-27 15:04:15 Re: BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented
Previous Message kou 2016-05-27 07:04:33 BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented