[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

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

  1. psql: Add tab completion for view options.

  2. Fix typos in code and comments