Re: PSQL CLI Drivers

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: PSQL CLI Drivers
Date: 2020-11-11 19:17:24
Message-ID: e219cd5c-0537-c7b7-656b-4d3909033cdc@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You actually have hardly a choice. Depending on the programming
language, you are bound to one driver or the other.

Some features are not supported by the standard JDBC driver,
LISTEN/NOTIFY for instance.

Please exchange the "Sent from my ..." text for your mail signature. Or
do you get paid by the manufacturer?

Am 11.11.20 um 15:34 schrieb John Scalia:
> I think that would depend on both what you want to accomplish and the skill sets of your developers. C would certainly be faster, but Java capability may be acceptable to what you’re trying to do.
>
> Sent from my iPad
>
>> On Nov 11, 2020, at 9:31 AM, Koteswara Rao Daliparthi <koti813(at)gmail(dot)com> wrote:
>>
>> Thanks guys, for performance, should we choose libpq or JDBC? I know C will be faster than Java, but just wanted to confirm.
>>
>> Sent from my iPhone
>>
>>> On Nov 11, 2020, at 9:10 AM, Thomas Kellerer <shammat(at)gmx(dot)net> wrote:
>>>
>>> 
>>>
>>> Koteswara Rao Daliparthi schrieb am 11.11.2020 um 15:02:
>>>> Anyone know what driver does PSQL CLI use under the hood? Is it JDBC??
>>>
>>> It uses libpq
>>>
>>> https://www.postgresql.org/docs/current/libpq.html
>>>
>>>
>>>
>>
>
--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

Attachment Content-Type Size
OpenPGP_0x8A579C93B31961BA.asc application/pgp-keys 16.5 KB

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2020-11-11 19:21:04 Re: PSQL CLI Drivers
Previous Message John Scalia 2020-11-11 14:34:44 Re: PSQL CLI Drivers