summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-08-06 21:09:46 -0600
committerGitHub <noreply@github.com>2017-08-06 21:09:46 -0600
commit30573ad72a19d593c98b2c99577ed6d467c5edce (patch)
treeefd1f0112e22d561b08c47cb1c490ce403144849
parent244043b49d3dc0fcada5aa7a043716de7d19f2d8 (diff)
parent962f53fbf89b2302840c7b5728ff3def469311e5 (diff)
Merge pull request #775 from dbcli/fpietka/drop-column
Add COLUMN as possible keyword after DROP
-rw-r--r--changelog.rst1
-rw-r--r--pgcli/packages/pgliterals/pgliterals.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 65cf0557..25216f4b 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -11,6 +11,7 @@ Bug Fixes:
----------
* Fix the way we get host when using DSN (issue #765) (Thanks: `François Pietka`_)
+* Add missing keyword COLUMN after DROP (issue #769) (Thanks: `François Pietka`_)
* Don't include arguments in function suggestions for backslash commands (Thanks: `Joakim Koljonen`_)
1.7.0
diff --git a/pgcli/packages/pgliterals/pgliterals.json b/pgcli/packages/pgliterals/pgliterals.json
index 4b70f86b..7d97fc6b 100644
--- a/pgcli/packages/pgliterals/pgliterals.json
+++ b/pgcli/packages/pgliterals/pgliterals.json
@@ -110,6 +110,7 @@
"AGGREGATE",
"CAST",
"COLLATION",
+ "COLUMN",
"CONVERSION",
"DATABASE",
"DOMAIN",