Avoid 'bogus varno' message from Postgres when viewing the SQL for a table with triggers. Fixes #3995

This commit is contained in:
Khushboo Vashi
2019-03-12 10:13:31 +00:00
committed by Dave Page
parent 8f1f04e5f3
commit eb1db50f85
4 changed files with 6 additions and 3 deletions

View File

@@ -16,5 +16,6 @@ Features
Bug fixes
*********
| `Bug #3995 <https://redmine.postgresql.org/issues/3995>`_ - Avoid 'bogus varno' message from Postgres when viewing the SQL for a table with triggers.
| `Bug #4054 <https://redmine.postgresql.org/issues/4054>`_ - Handle resultsets with zero columns correctly in the Query Tool.
| `Bug #4060 <https://redmine.postgresql.org/issues/4060>`_ - Fix the latexpdf doc build.