From: | "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Tab-completion feature ? |
Date: | 2005-04-08 23:43:46 |
Message-ID: | Pine.LNX.4.44.0504090316520.14177-100000@lnfm1.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 understand that this is a bit stupid and not very useful example, but
still this is probably not an expected behaviour.
With Best Regards,
Sergey
PS In Postgres 7.4.6 there is no such problem.
------------------------------------------------------------
Sergey E. Koposov
Sternberg Astronomical Institute, Moscow University (Russia)
Max-Planck Institute for Astronomy (Germany)
Internet: math(at)sai(dot)msu(dot)ru, http://lnfm1.sai.msu.su/~math/
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2005-04-08 23:57:31 | Re: Functionscan estimates |
Previous Message | Josh Berkus | 2005-04-08 23:04:27 | Re: Functionscan estimates |