8.4 pdf manual - Mailing list pgsql-docs

From Emanuel Calvo Franco
Subject 8.4 pdf manual
Date
Msg-id f205bb120907311108l50e168cavda4eabacc480f6ca@mail.gmail.com
Whole thread Raw
Responses Re: 8.4 pdf manual  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-docs by date:

Previous
From: Andreas Wenk
Date:
Subject: Re: finding WITH in documentation
Next
From: Tom Lane
Date:
Subject: Re: 8.4 pdf manual