1
0
Fork 0

Changelog update.

This commit is contained in:
Amjith Ramanujam 2015-02-28 21:56:43 -08:00
parent 1e3a5a1338
commit 90cc90edfc
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ Features:
* Add a -v/--version flag to pgcli.
* Add completion for TEMPLATE keyword and smart-completion for
'CREATE DATABASE blah WITH TEMPLATE <tab>'. (Thanks: `Daniel Rocco`_)
* Add custom decoders to json/jsonb to emulate the behavior of psql. This
removes the unicode prefix (eg: u'Éowyn') in the output. (Thanks: `Daniel Rocco`_)
* Add \df special command to show functions. (Thanks: darikg_)
* Make suggestions for special commands smarter. eg: \dn - only suggests schemas. (Thanks: darikg_)
Bug Fixes:
----------