Re: General Inquiry - Mailing list pgsql-novice

From Tom Lane
Subject Re: General Inquiry
Date
Msg-id 12077.982789239@sss.pgh.pa.us
Whole thread Raw
In response to Re: General Inquiry  (ERIC Lawson - x52010 <eric@bioeng.washington.edu>)
List pgsql-novice
ERIC Lawson - x52010 <eric@bioeng.washington.edu> writes:
> On Wed, 21 Feb 2001, Mike Friesen wrote:
>> 1) Does postgresql support unsigned datatypes?

> Yes.

We *could* support unsigned-integer datatypes, if anyone actually
bothered to write one; which TTBOMK no one has done.  Do you really
need an unsigned-int type, as opposed to a plain vanilla integer
with a constraint "foo >= 0" ?

>> 2) Is there a maximum number of simultaneous connection to postgresql via
>> JDBC?

Should be whatever you've set as the max number of backends in the
postmaster parameters.

            regards, tom lane

pgsql-novice by date:

Previous
From: Mike Friesen
Date:
Subject: Re: General Inquiry
Next
From: ERIC Lawson - x52010
Date:
Subject: Re: General Inquiry