Re: [HACKERS] Connect string again
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Michael Meskes <meskes@topsystem.de>
Cc: PostgreSQL Hacker <pgsql-hackers@postgresql.org>
Date: 1998-05-26T14:57:56Z
Lists: pgsql-hackers
> 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