I've altered my database connection limit as follows on PostgreSQL 9.2:
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?
Code:
ALTER DATABASE zoo
CONNECTION LIMIT = -1
;
ALTER DATABASE