Fix DROP ACCESS METHOD IF EXISTS.

The IF EXISTS option was documented, and implemented in the grammar, but
it didn't actually work for lack of support in does_not_exist_skipping().
Per bug #14160.

Report and patch by Kouhei Sutou

Report: <[email protected]>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/83dbde94f726f2517a79b1cea59e57452c36e734

Modified Files
--------------
src/backend/commands/dropcmds.c              | 6 +++++-
src/test/regress/expected/drop_if_exists.out | 5 +++++
src/test/regress/sql/drop_if_exists.sql      | 4 ++++
3 files changed, 14 insertions(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to