Re: parse error in set statement - Mailing list pgsql-novice

From
Subject Re: parse error in set statement
Date
Msg-id 3528.134.129.92.208.1069447588.squirrel@webmail.ndsu.nodak.edu
Whole thread Raw
List pgsql-novice
I have a test1.pgc program in which I have the statements
exec sql begin declare section;
char z[]="serializable";
exec sql end declare section;

exec sql set transaction isolation level :z;

The above returned a parse error at or near z, which is a host variable.

What is the mistake here?

Your response would be very much appreciated.

Thanks and Regards,

Radha





pgsql-novice by date:

Previous
From: Bo Lorentsen
Date:
Subject: pg_hda.conf
Next
From: Oliver Elphick
Date:
Subject: Re: pg_hda.conf