| From: | Michael Fuhr <mike(at)fuhr(dot)org> |
|---|---|
| To: | Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Connection string |
| Date: | 2006-08-11 22:40:36 |
| Message-ID: | 20060811224036.GA62640@winnie.fuhr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jorge Godoy | 2006-08-11 23:33:17 | Best approach for a "gap-less" sequence |
| Previous Message | Alvaro Herrera | 2006-08-11 21:47:14 | Re: Connection string |