return type marked optional but isn't - Mailing list pgsql-docs

From PG Doc comments form
Subject return type marked optional but isn't
Date
Msg-id 170853448898.645.1432015430203425390@wrigleys.postgresql.org
Whole thread Raw
Responses Re: return type marked optional but isn't
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/sql-createfunction.html
Description:

the documentation for creating a function shows [ RETURNS rettype | RETURNS
TABLE ( column_name column_type [, ...] ) ] but returns is not optional. At
least when specifying LANGUAGE plpgsql. All the online advice suggests
specifying RETURNS void as the solution.

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Fix link to pg_ident_file_mappings
Next
From: "David G. Johnston"
Date:
Subject: Re: return type marked optional but isn't