Psql names completion.

Lists: pgsql-hackers
From: Dominik Bylica <dominik2cucu(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Psql names completion.
Date: 2012-01-23 22:28:39
Message-ID: 4F1DDF17.6070203@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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.

Regards.


From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: Dominik Bylica <dominik2cucu(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Psql names completion.
Date: 2012-01-26 14:52:49
Message-ID: CAK3UJRFLN_5AyGUJ6na0Cmwr7_EJ=S08d3ThcFxpkQs8jnK1aQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Mon, Jan 23, 2012 at 5:28 PM, Dominik Bylica <dominik2cucu(at)gmail(dot)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