Divakar Singh wrote:
> While making connection to PGSQL using libpq, is there any option to
mention the schema name?
> Something similar exists in java, however not sure about libpq.
Use the "options" connection parameter, like this:
psql "dbname=test user=laurenz port=5432 options='-c
search_path=schema1,schema2'"
Yours,
Laurenz Albe