Multiple backend connections

From: Paul M Foster <paulf(at)quillandmouse(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Multiple backend connections
Date: 2003-03-19 23:14:24
Message-ID: 20030319231423.GA5041@quillandmouse.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've written code to connect to and/or create databases in C. To check
my work, I'll open up psql in another console. But if I'm connected to
the default database (template1), and attempt to connect to that
database in my C program, it fails.

What gives? Is there a limitation of some kind I'm missing?

Paul

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2003-03-19 23:39:06 Re: Multiple backend connections
Previous Message Stephane Charette 2003-03-19 22:09:06 various questions on column sizes & cleaning up