Is there something that provides auto-completion for PostgreSQL? I'm looking for something similar to RedGate's SQLPrompt. Currently using pgAdmin III's query tool but willing to consider other query editors.
+2
A:
psql has it. I'm using version 8.2.7 on server version 8.2.6
Dave Aaron Smith
2010-09-02 19:47:34
Silly me. I never stopped to hit ctrl+space.
phillipwei
2010-09-02 19:58:29
A:
The best command line auto-complete of course is done by psql, but if you're looking for the complete IDE, I'd propose you SQLmanager which makes the great effort to assist on object creation/modification and querying database.
Igor
2010-09-04 09:54:06