Thread: pgsql: Add completion for storage parameters after CREATE TABLE WITHin

pgsql: Add completion for storage parameters after CREATE TABLE WITHin

From
Michael Paquier
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/11a60d496147a1e1bbf6932bda53941c5a62ee1a

Modified Files
--------------
src/bin/psql/tab-complete.c | 78 +++++++++++++++++++++++----------------------
1 file changed, 40 insertions(+), 38 deletions(-)