You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Second thoughts about9cd43f6: given that we're staying bug-compatiblewith the old behavior of using double not single quotes for extensionversions, we can simplify this completion code by pretending thatextension versions *are* identifiers, and not using VERBATIM. Then_complete_from_query() will think that the query results are identifiersin need of quoting, and we end up with the same behavior as before.This doesn't work for Query_for_list_of_available_extension_versions_with_TO,but let's just drop that: there is no other place where we handlemulti-keyword phrases that way, and it doesn't seem very desirable hereeither. Handle completion of "UPDATE TO" in our more usual pattern.Discussion:https://postgr.es/m/CAMkU=1yV+egSYrzWvbDY8VZ6bKEMrKbzxr-HTuiHi+wDgSUMgA@mail.gmail.com