Re: [HACKERS] Decicision needed for connect statement

From: Phil Thompson <phil(at)river-bank(dot)demon(dot)co(dot)uk>
To: Michael Meskes <meskes(at)topsystem(dot)de>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Decicision needed for connect statement
Date: 1998-05-07 17:06:19
Message-ID: 3551EA0B.D7199F0C@river-bank.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maurice Gittens 1998-05-07 17:20:36 Re: [HACKERS] Re: [QUESTIONS] inheritance questions
Previous Message Jackson, DeJuan 1998-05-07 16:22:08 RE: [HACKERS] Decicision needed for connect statement