Re: Connection string

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Connection string
Дата
Msg-id 20060811224036.GA62640@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Connection string  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: Connection string  ("Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>)
Re: Connection string  (Michael Meskes <meskes@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Connection string
Следующее
От: Jorge Godoy
Дата:
Сообщение: Best approach for a "gap-less" sequence