Re: Results interpretation

From: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Results interpretation
Date: 2017-08-18 18:52:20
Message-ID: CAHjZ2x5hNz9J8henhB__rPY_rgxmOLMGfgjfuWE+TDOmjmKq7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What I can tell you is not more of what is in the documentation.

https://www.postgresql.org/docs/9.6/static/libpq-exec.
html#LIBPQ-EXEC-SELECT-INFO

In particular see the function PQBinaryTuples.

--
Vincenzo Romano - NotOrAnd.IT
Information Technologies
--
NON QVIETIS MARIBVS NAVTA PERITVS

Il 18 ago 2017 20:45, "Igor Korot" <ikorot01(at)gmail(dot)com> ha scritto:

> Hi, Vincenzo,
>
> On Fri, Aug 18, 2017 at 1:51 PM, Vincenzo Romano
> <vincenzo(dot)romano(at)notorand(dot)it> wrote:
> > Afaik, pgresult structure and it's fields are not meant to be handled
> > directly apart of comparing the pointer to null.
>
> So if I want to get an integer value with PQgetValue() I don't need to
> do anything?
> I.e. no ntoh() call?
>
> Thank you.
>
> >
> >
> >
> > --
> > Vincenzo Romano - NotOrAnd.IT
> > Information Technologies
> > --
> > NON QVIETIS MARIBVS NAVTA PERITVS
> >
> > Il 18 ago 2017 19:46, "Igor Korot" <ikorot01(at)gmail(dot)com> ha scritto:
> >>
> >> 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.
> >>
> >>
> >> --
> >> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> >> To make changes to your subscription:
> >> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2017-08-18 19:08:53 Re: Results interpretation
Previous Message Igor Korot 2017-08-18 18:45:40 Re: Results interpretation