Selecting some schema not suported for libpq PQconnectdbParams

From: marcelo <marcelo(dot)nicolet(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Selecting some schema not suported for libpq PQconnectdbParams
Date: 2017-08-20 21:54:05
Message-ID: 118ec2e4-edfb-e04d-cd4f-66109a40bf4d@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The system I'm building needs to connect some QNX 4.x machines to the
Postgres' server (by the way, a Linux machine).

Of course, it will be done through a porting of the libpq library.

I was reading the possible parameters for the function mentioned in the
subject and none refers to the schema.
Also, the pg_service.conf file (to which may refer the "service"
parameter) don't add to the parameters enumerated in the section 31.1.

So... is there another way to tell the server which schema will be the
default schema for some database?

Of course, I'm asking this because the schema to use will not be the
"current user" nor "public".

Any help will be appreciated.

TIA

Marcelo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2017-08-20 22:15:10 Re: A question on GIN indexes and arrays
Previous Message Wells Oliver 2017-08-20 20:28:38 A question on GIN indexes and arrays