Re: Psql names completion. - Mailing list pgsql-hackers

From Josh Kupershmidt
Subject Re: Psql names completion.
Date
Msg-id CAK3UJRFLN_5AyGUJ6na0Cmwr7_EJ=S08d3ThcFxpkQs8jnK1aQ@mail.gmail.com
Whole thread Raw
In response to Psql names completion.  (Dominik Bylica <dominik2cucu@gmail.com>)
List pgsql-hackers
On Mon, Jan 23, 2012 at 5:28 PM, Dominik Bylica <dominik2cucu@gmail.com> wrote:
> Hello.
>
> It's probably not the right place to write, but I guess you are there to
> take care of it.
>
> When I was creating a trigger with command like:
> create trigger asdf before update on beginninOfTheNameOfMyTable...
> I hit tab and I got:
> create trigger asdf before update on SET
>
> That was obviously not what I expected to get.

Should be fixed in 9.2.

Josh


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: PATCH: pg_basebackup (missing exit on error)
Next
From: Noah Misch
Date:
Subject: Re: Avoid FK validations for no-rewrite ALTER TABLE ALTER TYPE