Add completion for storage parameters after CREATE TABLE WITH in psql
authorMichael Paquier <michael@paquier.xyz>
Sun, 23 Dec 2018 00:33:49 +0000 (09:33 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 23 Dec 2018 00:33:49 +0000 (09:33 +0900)
commit11a60d496147a1e1bbf6932bda53941c5a62ee1a
treebdfcc46bd40358cf6578b252aaffc4d645bd3048
parent66ca44084d7ae40c45802d19f19eb4597bd12f40
Add completion for storage parameters after CREATE TABLE WITH in psql

In passing, move the list of parameters where it can be used for both
CREATE TABLE and ALTER TABLE, and reorder it alphabetically.

Author: Dagfinn Ilmari MannsÃ¥ker
Discussion: https://postgr.es/m/d8j1s77kdbb.fsf@dalvik.ping.uio.no
src/bin/psql/tab-complete.c