Decicision needed for connect statement - Mailing list pgsql-hackers

From Michael Meskes
Subject Decicision needed for connect statement
Date
Msg-id 199805071104.NAA27983@gauss.topsystem.de
Whole thread Raw
List 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 by date:

Previous
From: Andreas Zeugswetter
Date:
Subject: AW: AW: [HACKERS] Re: [QUESTIONS] groups of users
Next
From: "Oliver Elphick"
Date:
Subject: Re: [QUESTIONS] inheritance questions