PQprint()

Поиск
Список
Период
Сортировка
От Yannick Cote
Тема PQprint()
Дата
Msg-id 19990421115903.A32472@KongFu.Kumite.qc.ca
обсуждение исходный текст
Список pgsql-interfaces
Hi,

    I try to use PQprint() in my interface C programs and when i use it, i
get a Segmentation fault. I know i might did an error with such pointers but
i didnt see a lot of docs about PQprint.. at least short examples ..

    i use PQprint() this way :

    ...
    PGresult *res;
    PQprintOpt opt;
    ...
    PQprint(stdout, res, &opt);

Plz tell me what's wrong there ..

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

Предыдущее
От: JT Kirkpatrick
Дата:
Сообщение: perl and postgres. . .
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: [INTERFACES] Possible error in libpg++ interface, date[time] fields.