| From: | Michael Meskes <meskes(at)postgresql(dot)org> |
|---|---|
| To: | Pavel PaJaSoft Janousek <janousek(at)fonet(dot)cz> |
| Cc: | PgSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org> |
| Subject: | Re: [INTERFACES] Selecting more columns in ECPG in one select - error? |
| Date: | 1999-04-17 10:32:08 |
| Message-ID: | 19990417123208.A6263@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
On Fri, Apr 16, 1999 at 12:03:09PM +0200, Pavel PaJaSoft Janousek wrote:
> and now, I would like this:
> exec sql select col1 into :str1, col2 into :str2 from t where col3 = :cislo;
Please correct me if I'm wrong but IMO the correct syntax is:
exec sql select col1, col2 into :str1, :str2 from t where col3 = :cislo;
> In the older version ECPG, distributed in winter 1997 (I think PGSQL
> 6.0..?) I use this syntax without errors.
Yes, that old version did not really check the syntax.
> Is this error in yacc definition and will be fixed in version 6.5, or
> nobody know this error?
I think the 1997 version is the buggy one.
Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(dot)Meskes(at)gmx(dot)net | Use PostgreSQL!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-04-17 15:48:04 | Re: [INTERFACES] TBLOCK status from libpq / libpq++ |
| Previous Message | Yu Cao | 1999-04-17 03:03:00 | TBLOCK status from libpq / libpq++ |