Re: ECPG segmentation fault - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: ECPG segmentation fault
Date
Msg-id 10662.1003535712@sss.pgh.pa.us
Whole thread Raw
In response to ECPG segmentation fault  (Antonio Sergio de Mello e Souza <asergioz@bol.com.br>)
List pgsql-interfaces
Antonio Sergio de Mello e Souza <asergioz@bol.com.br> writes:
> ECPG is causing a segmentation fault when compiling source code with
> this statement:
> EXEC SQL AT db
>       GRANT INSERT, UPDATE, SELECT ON table TO "user";

This was just discovered and fixed a few days ago --- the handling of
the "with grant option" clause was wrong.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ECPG segmentation fault
Next
From: Edward Pilipczuk
Date:
Subject: ECPG - connection name in "EXEC SQL AT ... " statement