[DOCS] Missing RETURNS clause in function declaration

2017-06-19 Thread ivan . ciobotar
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/plpgsql-porting.html Description: I'm (very) new to PostgreSQL, so please forgive me if my findings are incorrect... On page https://www.postgresql.org/docs/9.6/static/plpgsql-por

Re: [DOCS] Missing RETURNS clause in function declaration

2017-06-19 Thread Tom Lane
ivan.ciobo...@gmail.com writes: > On page https://www.postgresql.org/docs/9.6/static/plpgsql-porting.html, the > statement starting with CREATE OR REPLACE FUNCTION cs_parse_url (towards the > middle of the page) is missing the RETURNS clause. That's fine --- the OUT parameters implicitly define th