BUG #12024: autocomplete doesn't work for ALTER CONSTRAINT

From: lizenko79(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12024: autocomplete doesn't work for ALTER CONSTRAINT
Date: 2014-11-21 15:19:57
Message-ID: 20141121151957.15514.43804@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: 12024
Logged by: Andrey Lizenko
Email address: lizenko79(at)gmail(dot)com
PostgreSQL version: 9.4beta2
Operating system: Ubuntu LTS 12.04
Description:

Its a very minor bug in psql client.
Server and client version is 9.4 RC (cann't see rc, only beta in version
ашудв)

If I try to press "tab" to complete
ALTER TABLE <some_table> ALTER CO...

only COLUMN hint is shown, CONSTRAINT is missing

Full command works fine.
postgres=# ALTER TABLE b ALTER CONSTRAINT "b_cons" DEFERRABLE INITIALLY
DEFERRED;
ALTER TABLE

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ricardo Sardinha 2014-11-22 12:26:48 function length(numeric) does not exist
Previous Message LesLee Cox 2014-11-20 14:19:59