Re: [GENERAL] Manually clearing "database "foo" is being accessed by other users"

2007-09-20 Thread Sysadmin
Tom Lane wrote: > Sysadmin <[EMAIL PROTECTED]> writes: >> I'm finding that routinely when I try to reload a database on a server >> where I know there are no connections to a given DB I get the error: > >> $ dropdb foo && createdb foo -O bar &&a

[GENERAL] Manually clearing "database "foo" is being accessed by other users"

2007-09-20 Thread Sysadmin
Hi all, I'm finding that routinely when I try to reload a database on a server where I know there are no connections to a given DB I get the error: $ dropdb foo && createdb foo -O bar && psql foo -f /path/to/db.out dropdb: database removal failed: ERROR: database "foo" is being accessed by oth