Re: Drop Cluster]

From: Abbas <abbas(dot)dba(at)gmail(dot)com>
To: sweta(at)opspl(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Drop Cluster]
Date: 2009-08-03 05:46:01
Message-ID: bb2cdf790908022246wacd209atf65566bf7449fd5c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 3, 2009 at 11:11 AM, <sweta(at)opspl(dot)com> wrote:

>
>
>
>
> >
> > It seems you are trying to drop a replication cluster, to drop a
> > this you have to do as follows:
> >
>
> Yes it is a replication cluster. I am using Slony to replicate
> my 8.1.11 database on CentOS 5.
>
>
> > connect to the node 1(i.e., Master DB) database, check whether the
> > _replcluster schema is already exists or not by giving the command "/dn"
> >
>
> this give -->
>
> [root(at)quirinus pg_log]# su - postgres
> -bash-3.2$ /dn
> -bash: /dn: No such file or directory
> -bash-3.2$ dn
> -bash: dn: command not found
>
> Need to fire these commands by connecting to your database.

>
>
> Regards,
> Sweta
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message tomrevam 2009-08-03 06:14:58 Re: synchronous_commit=off doesn't always return immediately
Previous Message sweta 2009-08-03 05:41:25 Re: Drop Cluster]