Connection options

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Connection options
Date: 2017-06-15 18:59:49
Message-ID: CA+FnnTyAc8Y2s606-RoswcCA4NS++-sDuUO643XdMgieuR0tgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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()?

Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2017-06-15 19:02:07 Re: Connection options
Previous Message Jim Fulton 2017-06-15 18:39:38 Re: Trigger problems/questions