[BUGS] bug
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 _
Re: [BUGS] BUG #4536: raise doesn't add end of line
> 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 seems to be a pgAdmin error, not postgres, because in command line it runs right. Sorry, and thanks Sabin -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
[BUGS] Per database connection limit buglet
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 from pg_database; datname | datconnlimit ---+-- template1 | -1 template0 | -1 postgres | 50 foo | 45 test | -999 (5 rows) 8.3 seems similarly afflicted - I haven't tested any further back. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs