The document contains false statements - Mailing list pgsql-docs

From PG Doc comments form
Subject The document contains false statements
Date
Msg-id 175779557876.861.12514976006917547591@wrigleys.postgresql.org
Whole thread Raw
Responses Re: The document contains false statements
Re: The document contains false statements
List 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.

pgsql-docs by date:

Previous
From: Eugen Konkov
Date:
Subject: Re: Autocompletion for \sf does not work if there is more than one function
Next
From: "David G. Johnston"
Date:
Subject: Re: ANALYZE being a read v write operation clarification