ECPGstatus documentation

Поиск
Список
Период
Сортировка
От Edmund Bacon
Тема ECPGstatus documentation
Дата
Msg-id 41DD77ED.1030306@onesystem.com
обсуждение исходный текст
Ответы Re: ECPGstatus documentation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-interfaces
I've just spent a half hour or so trying to figure out why a call to 
ECPGstatus() was complaining about the wrong number of arguments.  The 
documentation states:

ECPGstatus() returns true if you are connected to a database and false 
if not.

However, digging through the archives, I found the following from Jan 7, 
2000:
> ECPGstatus() seems to have changed to ECPGstatus (int, const char);> What exactly am I supposed to pass to this
function?

The first argument is the line-number (i.e. __LINE__). The second is the
connection name. If you do not have different connections you can use 
NULL as connection name or just use "CURRENT".

Michael

So, could either the documentation be updated to reflect the correct 
parameters to ECPGstatus() or perhaps 
src/interfaces/ecpg/preproc/preproc.y can be patched to Do The Right 
Thing?  If I had any experience with bison/yacc/lex/flex/whatever, I'd 
take a look at it, but as I don't ... :-(

Thanks.

-- 
Edmund Bacon <ebacon@onesystem.com>


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Kretschmer Andreas
Дата:
Сообщение: Re: [despammed] Re: type cast/validation functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ECPGstatus documentation