I just compiled and ran my first ecpg program with indicator variables. It
needs lots of work before I can submit a patch, and I will have to increase
the major number of libecpg. Anyway, I used indicator variables with
the following syntax:
select ... into :variable:indicator
Now I checked Oracle and it accepts
select ... into :variable indicator :indicator
as well. I like this because I think this it is better readable. However,
I'm not sure which version the standard supports. Currently ecpg eaccepts
both.
Michael
--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10
Responses
pgsql-hackers by date
| Next: | From: Thomas G. Lockhart | Date: 1998-03-18 14:44:43 |
| Subject: Re: [HACKERS] Possible bug in parsing |
| Previous: | From: Maurice Gittens | Date: 1998-03-18 11:33:49 |
| Subject: Buffer overuns with the Electric fence debugging library |