Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Ash M <makmarath@hotmail.com>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2019-02-10T22:05:54Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- drop_func_if_not_exists_fix_v4.patch (application/octet-stream) patch v4
On Thu, 7 Feb 2019 at 01:17, David Rowley <david.rowley@2ndquadrant.com> wrote: > Updated patch attached. Updated patch attached again. This time due to a newly added call to LookupFuncName() in 1fb57af92. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.
- bfb456c1b965 12.0 landed