libpq-fe: PQgetvalue() ?

Поиск
Список
Период
Сортировка
От sad
Тема libpq-fe: PQgetvalue() ?
Дата
Msg-id 200410141634.22769.sad@bankir.ru
обсуждение исходный текст
Список pgsql-sql
hi

does PQgetvalue() allocate memory rof its result, it returns ?
the answer will help me in problem:
should i free some cstring_variable if
{ cstring_variable=PQgetvalue(pgresult_variable,0,0); }
and could i PQclear(pgresult_varible) while cstring_varible is in use.

thnx



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

Предыдущее
От: "Philippe Lang"
Дата:
Сообщение: Re: Plperlu function & backticks return value -> truncated?
Следующее
От: "C. Bensend"
Дата:
Сообщение: Inserting into table only if the row does not already exist.