Lists: | pgsql-docs |
---|
From: | Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> |
---|---|
To: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | 8.4 pdf manual |
Date: | 2009-07-31 18:08:23 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-docs |
Hi all,
If we look at page 1994 of the PDF manual of 8.4, the select of the connectby
function is broken.
SELECT * FROM connectby(’connectby_tree’, ’keyid’, ’parent_keyid’,
’pos’, ’row2’, 0, AS t(keyid text, parent_keyid text, level int,
branch text, pos int);
could be formatted like this:
SELECT *
FROM connectby(’connectby_tree’, ’keyid’, ’parent_keyid’, ’pos’,
’row2’, 0, '~' )
AS t(keyid text, parent_keyid text, level int, branch text, pos int);
--
Emanuel Calvo Franco
www.emanuelcalvofranco.com.ar
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> |
Cc: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: 8.4 pdf manual |
Date: | 2009-07-31 20:50:38 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-docs |
Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> writes:
> If we look at page 1994 of the PDF manual of 8.4, the select of the connectby
> function is broken.
Uh, I don't understand what you think is broken? The examples all seem
to work for me.
regards, tom lane
From: | Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: 8.4 pdf manual |
Date: | 2009-07-31 21:13:04 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-docs |
> Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> writes:
>> If we look at page 1994 of the PDF manual of 8.4, the select of the connectby
>> function is broken.
>
> Uh, I don't understand what you think is broken? The examples all seem
> to work for me.
Sorry for the bad explanation. I'm talking about the 'style' .
If you see at that page, the query is cut in the margin.
--
Emanuel Calvo Franco
www.emanuelcalvofranco.com.ar
From: | Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: 8.4 pdf manual |
Date: | 2009-07-31 21:24:29 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-docs |
2009/7/31 Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com>:
>> Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> writes:
>>> If we look at page 1994 of the PDF manual of 8.4, the select of the connectby
>>> function is broken.
>>
>> Uh, I don't understand what you think is broken? The examples all seem
>> to work for me.
>
>
> Sorry for the bad explanation. I'm talking about the 'style' .
> If you see at that page, the query is cut in the margin.
>
Same on the page 1995. That kind of style bugs.
The query are functional.
--
Emanuel Calvo Franco
www.emanuelcalvofranco.com.ar