return type marked optional but isn't

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: scott(dot)comer(at)voya(dot)com
Subject: return type marked optional but isn't
Date: 2024-02-21 16:54:48
Message-ID: 170853448898.645.1432015430203425390@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2024-02-21 17:33:23 Re: return type marked optional but isn't
Previous Message Michael Paquier 2024-02-21 08:01:53 Re: [PATCH] Fix link to pg_ident_file_mappings