pgsql: Fix tab completion for ALTER LANGUAGE in psql - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix tab completion for ALTER LANGUAGE in psql
Date
Msg-id E1huVak-0002af-2Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix tab completion for ALTER LANGUAGE in psql

OWNER_TO was used for the completion, which is not a supported grammar,
but OWNER TO is.

This error has been introduced by d37b816, so backpatch down to 9.6.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/7ab243e0-116d-3e44-d120-76b3df7abefd@gmail.com
Backpatch-through: 9.6

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6dad61dc76ea5ef35a437bf881e48cf46df67e29

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix inconsistencies and typos in the tree, take 9
Next
From: Michael Paquier
Date:
Subject: pgsql: Add safeguards in LSN,numeric and float calculation for custom