Re: [BUGS] Tab completion of function arguments not working in all cases

2012-06-13 Thread Dean Rasheed
On 12 June 2012 21:27, Josh Kupershmidt wrote: > On Sat, Jun 9, 2012 at 2:40 AM, Dean Rasheed wrote: > >> I noticed this while testing 9.2, but it seems to go back to at least >> 8.3. Tab completion of function arguments doesn't work if the function >> is schema-qualified or double-quoted. So for

Re: [BUGS] Tab completion of function arguments not working in all cases

2012-06-12 Thread Josh Kupershmidt
On Sat, Jun 9, 2012 at 2:40 AM, Dean Rasheed wrote: > I noticed this while testing 9.2, but it seems to go back to at least > 8.3. Tab completion of function arguments doesn't work if the function > is schema-qualified or double-quoted. So for example, Good idea, would you like to submit for the

[BUGS] Tab completion of function arguments not working in all cases

2012-06-09 Thread Dean Rasheed
Hi, I noticed this while testing 9.2, but it seems to go back to at least 8.3. Tab completion of function arguments doesn't work if the function is schema-qualified or double-quoted. So for example, DROP FUNCTION my_function ( completes the functions arguments, but DROP FUNCTION my_schema.