On Mon, 2009-12-14 at 23:21 -0500, Scott Mead wrote:
> On Mon, Dec 14, 2009 at 10:32 PM, Net Tree Inc.
> wrote:
>
>
>
>If you need to block access, you can use the host based access file
> (pg_hba.conf).
> http://www.postgresql.org/docs/current/interactive/client-authentication.ht
On Mon, Dec 14, 2009 at 10:32 PM, Net Tree Inc. wrote:
> Quick find out. Does anyone know how to shutdown or to stop a specified
> database on postgresql that runs few other databases???
Not quite the same no. In Postgres, if you do a:
pg_ctl -D stop
It will shut all processes down, th
Quick find out. Does anyone know how to shutdown or to stop a specified
database on postgresql that runs few other databases???
oracle has a command like shutdown specified db, don't know if postgresql
can do the same
appreciated~