Fix an error generating SQL for trigger functions. Fixes #3179

This commit is contained in:
Aditya Toshniwal
2018-04-12 14:10:35 +01:00
committed by Dave Page
parent c08adb5567
commit d5fdd32971
5 changed files with 22 additions and 9 deletions

View File

@@ -14,4 +14,5 @@ Features
Bug fixes
*********
| `Bug #3257 <https://redmine.postgresql.org/issues/3257>`_ - Catch errors when trying to EXPLAIN an invalid query
| `Bug #3179 <https://redmine.postgresql.org/issues/3179>`_ - Fix an error generating SQL for trigger functions
| `Bug #3257 <https://redmine.postgresql.org/issues/3257>`_ - Catch errors when trying to EXPLAIN an invalid query