Re: Need to find the no. of connections for a database - Mailing list pgsql-general

From Ravi Krishna
Subject Re: Need to find the no. of connections for a database
Date
Msg-id D857CD94-CF6E-46F0-A4FA-F820C71AB923@gmx.com
Whole thread Raw
In response to Re: Need to find the no. of connections for a database  ("sivapostgres@yahoo.com" <sivapostgres@yahoo.com>)
List pgsql-general
"If they enter any data, those data also need to be taken into account in this report. "

Pls read on PG's MVCC architecture.  In SQLServer, unless you enabled its bad implementation of Snapshot isolation,
you can't achieve the same.  So it makes sense there.  In PG it is easy to ensure that your report gets a point in time
consistent view of the data.

Trying to mimic one database in another is not a smart way.


pgsql-general by date:

Previous
From: "sivapostgres@yahoo.com"
Date:
Subject: Re: Need to find the no. of connections for a database
Next
From: "Ireneusz Pluta/wp.pl"
Date:
Subject: Re: Need to find the no. of connections for a database