Re: Connection options

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Connection options
Date: 2017-06-15 19:02:07
Message-ID: CA+FnnTyN9GE803n+8n2c-b2X-NZAho8ysa0TxeU-tPV53EBzbg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, again,

On Thu, Jun 15, 2017 at 2:59 PM, Igor Korot <ikorot01(at)gmail(dot)com> wrote:
> Hi, ALL,
> I'm looking at the documentation at
> www.postgresql.org/docs/current/static/libpq-connect.html
> section 32.1.2.
>
> The part for "option" reads:
>
> [quote]
> Specifies command-line options to send to the server...
> [/quote]
>
> Does this mean that if I'm writing a C/C++ program, I shouldn't care about that?
> Or there are legitimate set of options I can set to pass to PQconnectDB()?

In addition:

Where can I get a list of client encoding I can pass on the connection
to the server?

Thank you.

>
> Thank you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gabriel Furstenheim Milerud 2017-06-15 20:00:11 Freeing memory in native extension in case of error
Previous Message Igor Korot 2017-06-15 18:59:49 Connection options