Hi i dont know if i send it to the right place but i have this error message ,
what can i do??
BCCode : 1050 BCP1 : E4F7C5BC BCP2 : BCP3 : 80586A80
BCP4 : 0001 OSVer : 5_1_2600 SP : 3_0 Product : 256_1
_
> It works for me, both on 8.3 and current 8.4devel:
> How are you running the query?
You are right. No error occurs on command line.
I have "PostgreSQL 8.3.5, compiled by Visual C++ build 1400", installed on
Windows XP, but I run it from pgAdmin query window, and I read the log
there.
It seem
It's possible to set a per-database connection limit of < -1, which seems bogus:
gator:~ dpage$ /usr/local/pgsql84/bin/psql -p 5433 postgres
psql (8.4devel)
Type "help" for help.
postgres=# create database test with connection limit = -999;
CREATE DATABASE
postgres=# select datname, datconnlimit