>>> "Scott Whitney" <swhitney@journyx.com> wrote:
> I just want to stop connections to this
> one particular database.
>
> Is there a simple, preferred method for doing so?
It sounds like pg_hba.conf might be your ticket:
http://www.postgresql.org/docs/8.2/interactive/auth-pg-hba-conf.html
-Kevin