Re: Connection string - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Connection string
Date
Msg-id 20060811224036.GA62640@winnie.fuhr.org
Whole thread Raw
In response to Re: Connection string  (Michael Meskes <meskes@postgresql.org>)
Responses Re: Connection string  ("Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>)
Re: Connection string  (Michael Meskes <meskes@postgresql.org>)
List pgsql-general
On Fri, Aug 11, 2006 at 06:09:16PM +0200, Michael Meskes wrote:
> On Fri, Aug 11, 2006 at 07:01:55AM -0600, Michael Fuhr wrote:
> > The ECPG "Connecting to the Database Server" documentation does
> > have an example for Unix sockets with quotes:
> >
> >  EXEC SQL CONNECT TO 'unix:postgresql://sql.mydomain.com/mydb' AS myconnection USER john;
> >
> > Should that be changed?  It's wrong on two counts as far as
>
> I think so yes.

Will you take care of it or should I submit a patch?  I've noticed
a few other discrepancies between the documentation and actual
behavior, like examples with "VARCHAR val;" that the preprocessor
rejects with "ERROR: pointer to varchar are not implemented."

--
Michael Fuhr

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Connection string
Next
From: Jorge Godoy
Date:
Subject: Best approach for a "gap-less" sequence