Re: [SQL] Type Ahead Issue

2012-03-07 Thread Tom Lane
Carlos Mennens writes: > Am I missing something here? When the command is on one line, auto > complete works fine but when I break it up as show above in the 2nd > example, it acts like 'COLUMN' isn't even a valid option but if I > manually type the word 'COLUMN' and finish the command, it works.

[SQL] Type Ahead Issue

2012-03-07 Thread Carlos Mennens
I don't know if this is an issue with my client (Psql) or if it's something I'm doing wrong but I've noticed this issue before and can't figure it out. When I'm using the psql client, I really rely on the tab / type ahead auto completion. When I run my command on one single line, it works fine but