Re: Can't Use DB As Template - accessed by other users error

From: tgoodaire(at)linux(dot)ca (Tim Goodaire)
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Can't Use DB As Template - accessed by other users error
Date: 2005-05-03 18:47:42
Message-ID: 20050503184742.GA13862@dahmer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Take a look at pg_stat_activity for connections to your db database. If
there are connections to "db", then you can't use it as a template for
your new database. If you get rid of these connections, you'll be able
to use db as a template for your new database.

Tim

On Tue, May 03, 2005 at 10:17:49AM -0700, operationsengineer1(at)yahoo(dot)com wrote:
> since i'm having very strange problems with my
> database, i want to create a new db and use the
> problem db as a template. this allows me to keep th
> eproblem db in an unaltered state in case someone
> needs to review it.
>
> problem is, i get an error message:
>
> "ERROR: source database "db" is being accessed by
> other users".
>
> i'm stuck. can anyone help?
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-05-03 19:35:14 Re: Can't Use DB As Template - accessed by other users error
Previous Message operationsengineer1 2005-05-03 17:17:49 Can't Use DB As Template - accessed by other users error