I’m using pgAdmin III 1.8.4 and finding it a harsh mistress.
When writing stored procedures (functions), there’s no query compilation. So I have no idea if my function will work until I call it.
How do other people work around this deficiency? (Other than getting it right first time :p)
EnterpriceDBincludes PL/PGSQL Debugger which you can use to step through the code.