Tab completion for DROP CONSTRAINT

Lists: pgsql-hackers
From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Tab completion for DROP CONSTRAINT
Date: 2012-08-19 20:43:40
Message-ID: CAMkU=1w4SOGH4pbs5xr4v3xLmE7TgbW0+0DxSWRH1QzYqHagng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Interactively dropping primary key constraints has been annoying me.

I believe this patch fixes that, hopefully for other kinds of
cataloged constraints as well.

I believe this finishes, at least for a while, my tab-completion related gripes.

Cheers,

Jeff

Attachment Content-Type Size
drop_constraint_complete_v1.patch application/octet-stream 1.6 KB

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Tab completion for DROP CONSTRAINT
Date: 2012-08-20 20:32:26
Message-ID: CA+TgmoaD1YJ=ySnQdWiUfY_ibezJ+0gK94z3TErmaY9Nz74Afw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Sun, Aug 19, 2012 at 4:43 PM, Jeff Janes <jeff(dot)janes(at)gmail(dot)com> wrote:
> Interactively dropping primary key constraints has been annoying me.
>
> I believe this patch fixes that, hopefully for other kinds of
> cataloged constraints as well.

Committed, thanks.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company