diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 69d94fc6b98..28a0bb291ce 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -3084,7 +3084,7 @@ psql_completion(const char *text, int start, int end) pg_strcasecmp(prev_wd, "LABEL") == 0) { static const char *const list_SECURITY_LABEL_preposition[] = - {"ON", "FOR"}; + {"ON", "FOR", NULL}; COMPLETE_WITH_LIST(list_SECURITY_LABEL_preposition); }