The following bug has been logged online: Bug reference: 2758 Logged by: scoanda Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Windows XP sp2 Description: missing quotes in SQL sentence Details:
I set the transaction isolation level for an user with ALTER ROLE <user> SET default_transaction_isolation='read committed'; In pgAdmin I get the sentence without quotes: ALTER ROLE <user> SET default_transaction_isolation=read committed; This doesn't work if I copy/paste to SQL Query window. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly