[PATCH] psql: Add tab-complete for optional view parameters
Christoph Heiss <christoph@c8h4.io>
From: Christoph Heiss <christoph@c8h4.io>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-12-07T19:44:27Z
Lists: pgsql-hackers
Attachments
- 0001-psql-Add-tab-complete-for-optional-view-parameters.patch (text/x-patch) patch 0001
Hi all! This adds tab-complete for optional parameters (as can be specified using WITH) for views, similarly to how it works for storage parameters of tables. Thanks, Christoph Heiss
Commits
-
psql: Add tab completion for view options.
- cd342474890f 17.0 landed
-
Fix typos in code and comments
- 5f6401f81cb2 16.0 cited