At 4:15p -0400 on Tue, 03 Jun 2008, Aravind Chandu wrote: > Is postgresql similar to sql server or does it supports > network sharing i,e one one can access postgresql from any system > irrespective on which system it is installed. Postgres is an open source project and similarly is not bound by the same rules of business that Microsoft products are. Postgres has *no limitation* on number of connections, short of what your system can handle (network, memory, queries, disk, etc.). > If there is any weblink for this kindly provide that also. > Thank You, http://www.postgresql.org/docs/current/static/runtime-config-connection.html Should get you started. Kevin