Skip to content

Commit

Permalink
add json, jsonb, bigserial to completion
Browse files Browse the repository at this point in the history
  • Loading branch information
doublefint committed Jun 11, 2018
1 parent 1c9198a commit ecbc7fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extension/completion-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports.default = [
'BERNOULLI',
'BETWEEN',
'BIGINT',
'BIGSERIAL',
'BINARY',
'BIT',
'BIT_LENGTH',
Expand Down Expand Up @@ -326,6 +327,8 @@ exports.default = [
'ISNULL',
'ISOLATION',
'JOIN',
'JSON',
'JSONB',
'K',
'KEY',
'KEY_MEMBER',
Expand Down

0 comments on commit ecbc7fa

Please sign in to comment.