Re: [HACKERS] Decicision needed for connect statement - Mailing list pgsql-hackers

From Phil Thompson
Subject Re: [HACKERS] Decicision needed for connect statement
Date
Msg-id 3551EA0B.D7199F0C@river-bank.demon.co.uk
Whole thread Raw
In response to Decicision needed for connect statement  (Michael Meskes <meskes@topsystem.de>)
Responses Re: [HACKERS] Decicision needed for connect statement  (Michael Meskes <meskes@topsystem.de>)
List 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 by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: RE: [HACKERS] Decicision needed for connect statement
Next
From: "Maurice Gittens"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] inheritance questions