Re: ECPG segmentation fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Antonio Sergio de Mello e Souza <asergioz(at)bol(dot)com(dot)br>
Cc: meskes(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ECPG segmentation fault
Date: 2001-10-19 23:55:12
Message-ID: 10662.1003535712@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Antonio Sergio de Mello e Souza <asergioz(at)bol(dot)com(dot)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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Raoul Callaghan 2001-10-21 05:58:36 Need help adding perl interface to 7.1.3 on MacOSX 10.1
Previous Message Bruce Momjian 2001-10-19 23:50:12 Re: ECPG segmentation fault