1
0
Fork 0

Add missing changelog entries.

This commit is contained in:
Amjith Ramanujam 2015-01-31 15:41:11 -08:00
parent b53f5a9209
commit ce888c32b0
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ Features:
* Confirm before printing large tables.
* Auto-completion for Postgres schemas. (Thanks: darikg_)
* Better unicode handling for datatypes, dbname and roles.
* Add \timing command to time the sql commands.
This can be set via config file (~/.pgclirc) using `timing = True`.
* Add different table styles for displaying output.
This can be changed via config file (~/.pgclirc) using `table_format = fancy_grid`.
* Add confirmation before printing results that have more than 1000 rows.
Bug Fixes:
----------