Re: [HACKERS] Decicision needed for connect statement

Поиск
Список
Период
Сортировка
От Phil Thompson
Тема Re: [HACKERS] Decicision needed for connect statement
Дата
Msg-id 3551EA0B.D7199F0C@river-bank.demon.co.uk
обсуждение исходный текст
Ответ на Decicision needed for connect statement  (Michael Meskes <meskes@topsystem.de>)
Ответы Re: [HACKERS] Decicision needed for connect statement  (Michael Meskes <meskes@topsystem.de>)
Список pgsql-hackers
Michael Meskes wrote:
>
> 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?

I use <server>:<port> as <SQL-server> and a separate SET SCHEMA <name>
to set the database name as (I think) this is more consistent with
SQL/2.

Phil

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

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [HACKERS] Decicision needed for connect statement
Следующее
От: "Maurice Gittens"
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] inheritance questions