Make DROP FUNCTION hint more informative.
Robert Haas <rhaas@postgresql.org>
Make DROP FUNCTION hint more informative. If you decide you want to take the hint, this gives you something you can paste right back to the server. Dean Rasheed
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/pg_proc.c | modified | +10 −5 |
| src/test/regress/expected/polymorphism.out | modified | +3 −3 |
| src/test/regress/expected/rangefuncs.out | modified | +2 −2 |