8.4 pdf manual

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: f205bb120907311108l50e168cavda4eabacc480f6ca@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2009-07-31 20:50:38 Re: 8.4 pdf manual
Previous Message Andreas Wenk 2009-07-31 17:40:42 Re: finding WITH in documentation