views:

58

answers:

2

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
Silly me. I never stopped to hit ctrl+space.
phillipwei
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