Re: PGconn

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: mohsen(at)pahlevanzadeh(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PGconn
Date: 2005-02-28 22:54:55
Message-ID: 1109631295.30529.308.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2005-02-28 at 16:43, Mohsen Pahlevanzadeh wrote:
> Dears,I need to connect to the PostgreSQL without choosing database in C.
> Please guide me......

You have to choose a database. You can choose template1 which should
always be there. Connections in libpq are to specific databases.

In response to

  • PGconn at 2005-02-28 22:43:19 from Mohsen Pahlevanzadeh

Browse pgsql-general by date

  From Date Subject
Next Message Ron Mayer 2005-02-28 23:00:53 vacuum_cost_delay & VACUUM holding locks on GIST indexes
Previous Message Mohsen Pahlevanzadeh 2005-02-28 22:43:19 PGconn