Re: BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented
Date
Msg-id CAB7nPqQY0VHVpTW_RVprDaT166rabmWJWLo1wJrdxBVeSiK81g@mail.gmail.com
Whole thread Raw
In response to BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented  (kou@clear-code.com)
List pgsql-bugs
On Fri, May 27, 2016 at 4:04 PM,  <kou@clear-code.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

pgsql-bugs by date:

Previous
From: kou@clear-code.com
Date:
Subject: BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented
Next
From: Tom Lane
Date:
Subject: Re: BUG #14160: DROP ACCESS METHOD IF EXISTS isn't implemented