aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb.c
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2024-03-16 23:49:10 +0200
committerAlexander Korotkov <akorotkov@postgresql.org>2024-03-16 23:49:10 +0200
commit927332b95e778c0d15a9fbf96e3efeab0d3d937c (patch)
tree58152a0cd8f796a76752a10dfcba5f66829dc73f /src/backend/utils/adt/jsonb.c
parent605062227fdc8331f2ffa0f60e7a8724b6e56480 (diff)
downloadpostgresql-927332b95e778c0d15a9fbf96e3efeab0d3d937c.tar.gz
postgresql-927332b95e778c0d15a9fbf96e3efeab0d3d937c.zip
psql: fix variable existence tab completion
psql has the :{?name} syntax for testing for a psql variable existence. This commit implements a tab completion for this syntax. Notably, in order to implement this we have to remove '{' from WORD_BREAKS. It appears that '{' here from the very beginning and it comes from the default value of rl_basic_word_break_characters. And :{?name} is the only psql syntax using the '{' sign. So, removing it from WORD_BREAKS shouldn't break anything. Discussion: https://postgr.es/m/CAGRrpzZU48F2oV3d8eDLr%3D4TU9xFH5Jt9ED%2BqU1%2BX91gMH68Sw%40mail.gmail.com Author: Steve Chavez Reviewed-by: Erik Wienhold
Diffstat (limited to 'src/backend/utils/adt/jsonb.c')
0 files changed, 0 insertions, 0 deletions