Travis Hume writes: > So at this point all selects are screwed unless I issue a ROLLBACK; > Why? Is there a way for SELECTs (or all SQL) statement that fail to NOT > have this behaviour?
You probably set autocommit to off. Turn it on. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend