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
psql: Add some completion support for CREATE TABLE .. AS
"AS" is added as a suggested keyword for CREATE TABLE for a few querypatterns, including the case where a list of columns is given inparenthesis.More queries can be now completed with the keywords supported forqueries in a CTAS, after:CREATE TABLE [TEMP|TEMPORARY|UNLOGGED] <name> [ (...) ] ASAuthor: Gilles DaroldReviewed-by: Jim JonesDiscussion:https://postgr.es/m/e462b251-99a7-4abc-aedc-214688742c80@darold.net