BUG #13814: missing command in psql autocompletion

From: johannes(at)selfnet(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13814: missing command in psql autocompletion
Date: 2015-12-13 19:32:46
Message-ID: 20151213193246.11344.14116@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13814
Logged by: Johannes
Email address: johannes(at)selfnet(dot)de
PostgreSQL version: 9.4.5
Operating system: Debian/Arch
Description:

Hi,

I'm pretty accustomed to the autocompletion feature of psql. Now, I found
that altering the tablespace of a materialized view is not included in the
autocompletion options:

db=> ALTER MATERIALIZED VIEW mvname <tab>

offers ALTER COLUMN, OWNER TO, RENAME TO and SET SCHEMA, but not SET as for
tables. When manually entered, the autocompletion options are the same as if
SET was entered as a command.

Best
Johannes

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-12-14 05:42:29 Re: BUG #13814: missing command in psql autocompletion
Previous Message romandashkov 2015-12-13 04:37:29 BUG #13813: pg_upgrade fails to run pg_ctl