Make the browser more robust in the face of multibyte characters in SQL_ASCII databases. Fixes #3877

This commit is contained in:
Aditya Toshniwal
2019-01-11 21:55:49 +05:30
committed by Dave Page
parent 252e05ef29
commit d641b47adb
5 changed files with 45 additions and 34 deletions

View File

@@ -19,3 +19,4 @@ Bug fixes
| `Bug #3836 <https://redmine.postgresql.org/issues/3836>`_ - Fix ordering of VACUUM options which changed in PG11.
| `Bug #3842 <https://redmine.postgresql.org/issues/3842>`_ - Don't show system catalogs in the schemas property list unless show system objects is enabled.
| `Bug #3861 <https://redmine.postgresql.org/issues/3861>`_ - Fix help for the backup/restore dialogues.
| `Bug #3877 <https://redmine.postgresql.org/issues/3877>`_ - Make the browser more robust in the face of multibyte characters in SQL_ASCII databases.