Re: [GENERAL] Increasing connection limit in postgres

2005-05-16 Thread Thomas F. O'Connell
There should be no need to recompile anything. See the entry for max_connections: http://www.postgresql.org/docs/8.0/static/runtime-config.html#RUNTIME- CONFIG-CONNECTION -tfo -- Thomas F. O'Connell Co-Founder, Information Architect Sitening, LLC Strategic Open Source: Open Your i™ http://www.

Re: [GENERAL] Increasing connection limit in postgres

2005-05-16 Thread Tom Lane
Akash Garg <[EMAIL PROTECTED]> writes: > How do you recompile postgres to allow more than 1024 connections? If you are using any remotely modern version of Postgres, there isn't any specific compile-time limit on that. So I think the correct answer is "upgrade". regards,