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
Make saner the tab completion of INSERT and DELETE in psql
When specified directly as DML queries, INSERT was not getting alwayscompleted to "INSERT INTO", same for DELETE with "DELETE FROM". Thismakes the completion behavior more consistent for both commands, savinga few keystrokes.Commands on policies, triggers, grant/revoke, etc. require only DELETEas completion keyword.Author: Haiying TangReviewed-by: Dilip Kumar, Julien RouhaudDiscussion:https://postgr.es/m/OS0PR01MB61135AE2B07CCD1AB8C6A0F6FB549@OS0PR01MB6113.jpnprd01.prod.outlook.com