BUG #12024: autocomplete doesn't work for ALTER CONSTRAINT - Mailing list pgsql-bugs

From lizenko79@gmail.com
Subject BUG #12024: autocomplete doesn't work for ALTER CONSTRAINT
Date
Msg-id 20141121151957.15514.43804@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #12024: autocomplete doesn't work for ALTER CONSTRAINT  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12024
Logged by:          Andrey Lizenko
Email address:      lizenko79@gmail.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

pgsql-bugs by date:

Previous
From: LesLee Cox
Date:
Subject:
Next
From: ludwig.adam@petafuel.de
Date:
Subject: BUG #12035: Prepared Transactions cannot be ROLLBACKed