Add completion for storage parameters after CREATE TABLE WITH in psql

Michael Paquier <michael@paquier.xyz>

Commit: 11a60d496147a1e1bbf6932bda53941c5a62ee1a
Author: Michael Paquier <michael@paquier.xyz>
Date: 2018-12-23T00:33:49Z
Releases: 12.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +40 −38

Discussion