Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Verify Database Connection Limit

$
0
0
I've altered my database connection limit as follows on PostgreSQL 9.2:

Code:

ALTER DATABASE zoo
CONNECTION LIMIT = -1
;
ALTER DATABASE

My question is how can I query the database server to verify that this database in fact does have a '-1' connection limit? Is there a SQL query I can execute against the database or some kind of /* psql command?

Viewing all articles
Browse latest Browse all 13329

Trending Articles