Documentation errors in Programmers guide, chapter 4. - Mailing list pgsql-docs

From Dan Merillat
Subject Documentation errors in Programmers guide, chapter 4.
Date
Msg-id 200102202229.f1KMTH126085@vulpine.ao.net
Whole thread Raw
Responses Re: Documentation errors in Programmers guide, chapter 4.
List pgsql-docs
The following more interesting example takes a single argument of type EMP, and retrieves multiple results:

select function hobbies (EMP) returns set of HOBBIES
    as 'select (HOBBIES.all) from HOBBIES
        where $1.name = HOBBIES.person'
    language 'sql';

Should be:

create function hobbies (EMP) returns setof HOBBIES ...

It took me quite a while to figure out the second error, since "set of"
seemed perfectly natural there, when in fact it is "setof".

Thanks,

--Dan


pgsql-docs by date:

Previous
From: Bobby Mehta
Date:
Subject: Could not access the following URL
Next
From: anton@hesiod.org
Date:
Subject: web page search