Re: [HACKERS] Tab-completion feature ?

2005-04-10 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > After the "TO" there is one space and the cursor is after that space > I press tab and I get > > leda=# ALTER TABLE any_table RENAME TO TO What is happening is that psql is simply assuming that the first "TO" may be the name of a column you are ab

[HACKERS] Tab-completion feature ?

2005-04-08 Thread Sergey E. Koposov
Hi All, I observed an a bit strange behaviour of the Tab-completion in postgres 8.0.1 I have the following command leda=# ALTER TABLE any_table RENAME TO After the "TO" there is one space and the cursor is after that space I press tab and I get leda=# ALTER TABLE any_table RENAME TO TO I