1
0
Fork 0

Fix a typo in changelog.

This commit is contained in:
Amjith Ramanujam 2015-08-03 08:49:26 -07:00
parent 064e670eaa
commit 0bd63653ec
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ BugFixes:
* Always use utf-8 for database encoding regardless of the default encoding used by the database.
* Fix for None dereference on ``\d schemaname.`` with sequence. (Thanks: `Nathan Jhaveri`_)
* Fix a crashing bug in the autocompletion enginer for some ``JOIN`` queries.
* Fix a crashing bug in the autocompletion engine for some ``JOIN`` queries.
* Handle KeyboardInterrupt in pager and not quit pgcli as a consequence.
Internal Changes: