Re: libpq CREATE DATABASE operation from multiple treads

Поиск
Список
Период
Сортировка
От p.sun.fun@gmail.com
Тема Re: libpq CREATE DATABASE operation from multiple treads
Дата
Msg-id e11780112264fddbae35f53a3b26095f1789e413.camel@gmail.com
обсуждение исходный текст
Ответ на Re: libpq CREATE DATABASE operation from multiple treads  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: libpq CREATE DATABASE operation from multiple treads  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-sql
On Thu, 2020-10-08 at 14:35 -0600, Rob Sargent wrote:
> > On Oct 8, 2020, at 2:30 PM, p.sun.fun@gmail.com wrote:
> > 
> > Indeed, this is a FATAL_ERROR. From two threads I got:
> > 
> > // Thread #1
> > FATAL_ERROR: ERROR:  source database "template1" is being accessed
> > by
> > other users
> > DETAIL:  There is 1 other session using the database.
> > 
> > // Thread #2
> > FATAL_ERROR: ERROR:  source database "template1" is being accessed
> > by
> > other users
> > DETAIL:  There is 1 other session using the database.
> > 
> I would try using dbname=postgres.  
aaaaand.... it works. Two databases have been created with return
status "COMMAND_OK".

> If you get the same error, I would say your server is in single user
> mode?
> 




В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq CREATE DATABASE operation from multiple treads
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: libpq CREATE DATABASE operation from multiple treads