Decicision needed for connect statement

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Decicision needed for connect statement
Дата
Msg-id 199805071104.NAA27983@gauss.topsystem.de
обсуждение исходный текст
Список pgsql-hackers
The say the connect statement has to have the following form:

CONNECT TO <SQL-server> [AS <connection name>] [USER <user name>]

It is implementation dependant how to get database name, server name resp.
number and port number from SQL-server. How will we do this?

How about this?

<dbname>@<server>:<port>

Each missing entry will be set to the default value:
template1@localhost:5432.

Michael

--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

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

Предыдущее
От: Andreas Zeugswetter
Дата:
Сообщение: AW: AW: [HACKERS] Re: [QUESTIONS] groups of users
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [QUESTIONS] inheritance questions