Re: The document contains false statements

2025-09-20 Thread David G. Johnston
On Saturday, September 13, 2025, PG Doc comments form < nore...@postgresql.org> wrote: > 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 name

Re: The document contains false statements

2025-09-17 Thread Eugen Konkov
Hello David, Saturday, September 13, 2025, 7:26:21 PM, you wrote: > On Saturday, September 13, 2025, PG Doc comments form > wrote: > The following documentation comment has been logged on the website: > Page: https://www.postgresql.org/docs/17/sql-createfunction.html > Description: >> This is

Re: The document contains false statements

2025-09-16 Thread Eugen Konkov
Hello Tom, Saturday, September 13, 2025, 7:25:08 PM, you wrote: > PG Doc comments form writes: >> 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 declar

Re: The document contains false statements

2025-09-13 Thread Tom Lane
PG Doc comments form writes: > 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

The document contains false statements

2025-09-13 Thread PG Doc comments form
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