Re: can't create db from PHP

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Enrico Ortmann <pg(dot)admin(at)radax(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: can't create db from PHP
Date: 2004-01-16 15:47:42
Message-ID: 29946.1074268062@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Enrico Ortmann <pg(dot)admin(at)radax(dot)net> writes:
> But when I connect using the IP-adress instead of the alias
> $conn = @pg_pconnect("host=192.168.0.200 port=5432 user=postgres dbname=template1");
> the handle is valid as well, but then if I want to create the database I got the error
> ERROR: CREATE DATABASE: source database "template1" is being accessed by other users

> Does anybody have an idea what goes wrong in case I use the IP?

This message has nothing to do with how you connect. I suspect you
forgot to disconnect the other connection.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-01-16 15:55:50 Re: Protect pg_xlog ?
Previous Message Jeff 2004-01-16 14:54:29 Re: Snapshot as Backup