Re: [HACKERS] Psql names completion.

2012-01-26 Thread Josh Kupershmidt
On Mon, Jan 23, 2012 at 5:28 PM, Dominik Bylica dominik2c...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] Psql names completion.

2012-01-25 Thread Dominik Bylica

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.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers