Skip to content
Snippets Groups Projects
Commit 5787d50a authored by Tom Lane's avatar Tom Lane
Browse files

Improve psql's tab completion to handle completing attribute names in cases

where the relation name was schema-qualified, for example
	UPDATE foo.bar SET <tab>
Also support cases where the relation name was quoted unnecessarily,
for example
	UPDATE "foo" SET <tab>

Greg Sabino Mullane, slightly simplified by myself.
parent 6fc9d427
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment