Re: Query jsonb, integer array, uuid using libpq

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Miroslav Beranič <miroslav(dot)beranic(at)mibesis(dot)si>, pgeu-general(at)lists(dot)postgresql(dot)org
Subject: Re: Query jsonb, integer array, uuid using libpq
Date: 2019-07-13 11:34:02
Message-ID: 5a11dc8250ab204504adde705aae3a0d67c4f2d9.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgeu-general

On Fri, 2019-07-12 at 19:35 +0200, Miroslav Beranič wrote:
> I am trying to fetch uuid and integer array using libpq. PG versions 10, 11, 12 ( eather).
>
> Is there there any documentation, blog, book that I can take a look at?

Sure, https://www.postgresql.org/docs/current/libpq.html

They work just like all other data types.

Get them in text mode, and they will show up in their string representation.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgeu-general by date

  From Date Subject
Next Message Miroslav Beranič 2019-07-13 11:45:25 Re: Query jsonb, integer array, uuid using libpq
Previous Message Miroslav Beranič 2019-07-12 17:35:44 Query jsonb, integer array, uuid using libpq