Fixed an issue where the wrong SQL is showing for the child partition tables. Fixes #6329

This commit is contained in:
Rahul Shirsat
2021-04-26 14:32:34 +05:30
committed by Akshay Joshi
parent abdd3190fe
commit b853bda2a2
10 changed files with 77 additions and 19 deletions
+1
View File
@@ -17,5 +17,6 @@ Housekeeping
Bug fixes
*********
| `Issue #6329 <https://redmine.postgresql.org/issues/6329>`_ - Fixed an issue where the wrong SQL is showing for the child partition tables.
| `Issue #6341 <https://redmine.postgresql.org/issues/6341>`_ - Fixed an issue where CSV download quotes the numeric columns.
| `Issue #6385 <https://redmine.postgresql.org/issues/6385>`_ - Ensure that Backup and Restore should work on shared servers.