Results interpretation

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Results interpretation
Date: 2017-08-18 17:44:23
Message-ID: CA+FnnTy4=5pYzzBUkX7U8VBVQXa5wtL-L0Gez1mTFRQhd3m09g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I looked at the documentation, but couldn't find it.

If I do PQexec() call, the results will be interpreted as binary or text?

I'm trying to get an int field from the query and wonder if I need to do
hton() call or not?

Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Clark 2017-08-18 17:50:58 make postgresql 9.5 default on centos 7
Previous Message Justin Pryzby 2017-08-18 11:37:15 Re: Count column with name 'count' returns multiple rows. Why?