RE: [HACKERS] Connect string again

Michael Meskes <meskes@topsystem.de>

From: "Meskes, Michael" <meskes@topsystem.de>
To: "'Thomas G. Lockhart'" <lockhart@alumni.caltech.edu>, Michael Meskes <meskes@topsystem.de>
Cc: PostgreSQL Hacker <pgsql-hackers@postgresql.org>
Date: 1998-05-26T14:57:55Z
Lists: pgsql-hackers
Yes, it's  a typo. That happens if you have to use a M$ system for work.
:-(

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

> -----Original Message-----
> From:	Thomas G. Lockhart [SMTP:lockhart@alumni.caltech.edu]
> Sent:	Tuesday, May 26, 1998 4:58 PM
> To:	Michael Meskes
> Cc:	PostgreSQL Hacker
> Subject:	Re: [HACKERS] Connect string again
> 
> > A while ago we agreed to use DB names like the JDBC standard:
> > 
> > <protocol>:postgresql:\\<server>[:port]\dbname[?<option>]
> > 
> > Before I start working on libpq I would like to know which protocols
> it
> > should accept. Is there a norm for this?
> > 
> > Suggestions: sql, esql, pq, ecpg ...
> 
> Hey, what's with the backslashes?? Didn't know a non-M$ system even
> had
> 'em on the keyboard :)
> 
> Seriously, is that a typo?
> 
>                         - Tom