summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-31 15:49:45 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-31 15:49:45 -0800
commit6130b1ebf9dff0fb4c3ae4afc2964db29a7cb792 (patch)
treedd5de7cd7513dde3eef3d0acbb77dbb25a0c5e17
parentce888c32b088d4e4f26517b0f1148c69f9a927a0 (diff)
Remove duplicate entry in features.
-rw-r--r--changelog.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index b72a0b48..9ef67c10 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,7 +5,6 @@ Features:
---------
* Add alias completion support to ON keyword. (Thanks: `Iryna Cherniavska`_)
* Add LIMIT keyword to completion.
-* 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.