Re: [HACKERS] psql: tab-completion fails SET var=

2012-08-28 Thread Bruce Momjian
On Fri, Mar 30, 2012 at 08:15:22PM +0200, Erik Rijkers wrote: > (in hopes that the current changes to tab-completion will help to get this > fixed) > > tab-completion goes wrong on SET setting=... > > example: > > If you want to input "set search_path=myschema;" without spaces around '=', > and

[HACKERS] psql: tab-completion fails SET var=

2012-03-30 Thread Erik Rijkers
(in hopes that the current changes to tab-completion will help to get this fixed) tab-completion goes wrong on SET setting=... example: If you want to input "set search_path=myschema;" without spaces around '=', and you try tab-completion halfway the schemaname: set search_path=mysch