Re: How to stop a particular database - reg.

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: Shanmugasundaram Doraisamy <shan(at)ceedees(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: How to stop a particular database - reg.
Date: 2003-03-19 12:59:16
Message-ID: 200303191829.16724.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hi,

If you are trying to make one database inaccesable you may revoke
the permissions from it temporarily. i hope its allowed in postgresql.

If you have changed a config parameter and want it to take effect , you
may try pg_ctl reload.

Can you please tell us the original problem
you are trying to solve?

regds
mallah.

On Wednesday 19 Mar 2003 12:38 pm, Shanmugasundaram Doraisamy wrote:
> Dear Group!
> I have a DB server running Postgres 7.2.3. On this server I have
> multiple databases running. I would like to stop & start a particular
> DB. How do I do this.
>
> for example. I have databases named test, test1, test2, etc. Now I
> would like to stop only test2 without affecting the other DB's. Please
> advice.
>
> Thanking you,
>
> Yours sincerely,
>
> Shan.
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Shanmugasundaram Doraisamy 2003-03-19 13:50:28 Re: How to stop a particular database - reg.
Previous Message Rajesh Kumar Mallah 2003-03-19 12:11:48 Re: Least and most accessed tables in a database..