How does PG know when a database is being accessed - Mailing list pgsql-admin

From Nick Fankhauser - Doxpop
Subject How does PG know when a database is being accessed
Date
Msg-id NEBBLAAHGLEEPCGOBHDGMEAGHCAA.nickf@doxpop.com
Whole thread Raw
List pgsql-admin
Hi-

This is a problem I've observed on version 7.2.1.

I've been doing some setup work that involves dropping & recreating
databases a couple of times and I've noticed that once in a while, I'll get
the "database is being accessed by other users" message, even after
restarting the postmaster. This of course prevents me from dropping the DB.

I'd expect to get this if I've killed a client connection and the postmaster
hasn't had time to notice that the connection is defunct, but I was
surprised that restarting the postmaster didn't clear out the connections.

A couple of hours later, I can drop the database with no problem, and I
haven't done anything in the meantime, so I presume that a cleanup process
has run & tidied things up.

How are connections tracked & why does a record of a defunct client process
seem to persist through a restart?

Thanks
   -Nick

---------------------------------------------------------------------
Nick Fankhauser

    nickf@doxpop.com  Phone 1.765.965.7363  Fax 1.765.962.9788
doxpop - Court records at your fingertips - http://www.doxpop.com/


pgsql-admin by date:

Previous
From: yusuf0478@netscape.net (David Wendy)
Date:
Subject: Speed up a query - using a temp table
Next
From: P G
Date:
Subject: Re: How does PostgreSQL treat null values in unique composite