The document contains false statements

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: kes-kes(at)yandex(dot)ru
Subject: The document contains false statements
Date: 2025-09-13 20:32:58
Message-ID: 175779557876.861.12514976006917547591@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

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

> This is effectively another way of declaring a named OUT parameter

Actually OUT works twice slower in compare to RETURNS TABLE
https://stackoverflow.com/q/79763947/4632019

DB<>fiddle for [`OUT`](https://dbfiddle.uk/fz9L_wm0) and [`RETURNS
TABLE`](https://dbfiddle.uk/uTkU1MT8) cases.

*I hope after the fix, data centers will consume 2 times less electricity
:D.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2025-09-13 22:59:32 Re: ANALYZE being a read v write operation clarification
Previous Message Eugen Konkov 2025-09-13 19:09:51 Re: Autocompletion for \sf does not work if there is more than one function