Connecting without specifying a database

Поиск
Список
Период
Сортировка
От Murray Cumming
Тема Connecting without specifying a database
Дата
Msg-id 1108036223.3706.12.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Connecting without specifying a database  (Robert Treat <xzilla@users.sourceforge.net>)
Re: Connecting without specifying a database  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-interfaces
Can PQconnectdb(), or something else, be used without specifying the
dbname in the connection string? I want to connect just so that I can
create a database that does not exist yet.

When I don't specify the dbname, PQconnectdb() tries to connect to a
database with the same name as the user, and then complains that it does
not exist. Is it really necessary for each user to have an empty
database like this?

-- 
Murray Cumming
murrayc@murrayc.com
www.murrayc.com
www.openismus.com



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

Предыдущее
От: "Francisco Figueiredo Jr."
Дата:
Сообщение: Function return number of affected rows
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Connecting without specifying a database