Need information on bind type for certain data types in PostgreSQL

From: Abhishek Kumar <abhishek(dot)aak0(at)gmail(dot)com>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Need information on bind type for certain data types in PostgreSQL
Date: 2024-08-22 13:21:55
Message-ID: CAAyULEDF_OVn3C2Ka45hWq2q7ue1d3GEKYaf86tYjGkrKz057A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I am using the psqlodbc driver with a C++ application. I need to know the
bind type to use for columns having following data type.
1. json
2. jsonb
3. xml
4. macaddr.

Also, do we have a comprehensive list of all the data types and the
suggested bind types by PostgreSQL? Please help me answer the above
questions.

Regards,
Abhishek Kumar

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Cramer 2024-08-23 10:56:12 Re: Need information on bind type for certain data types in PostgreSQL
Previous Message Jon Raiford 2024-08-13 19:01:11 Re: Need a way to configure encoding