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

Re: ANALYZE being a read v write operation clarification

2025-09-13 Thread David G. Johnston
On Friday, September 12, 2025, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/sql-analyze.html > Description: > > In the ANALYZE docs it states, > - "ANALYZE collects statistics about the contents of t

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

ANALYZE being a read v write operation clarification

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-analyze.html Description: In the ANALYZE docs it states, - "ANALYZE collects statistics about the contents of tables in the database, and stores the results in the pg_statistic system

Autocompletion for \sf does not work if there is more than one function

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/app-psql.html Description: test=> \sf+ app_con test=> \sf+ app_config ERROR: more than one function named "app_config" I expect to see arguments types: void or jsonb like: test=> \sf ap

Re: Autocompletion for \sf does not work if there is more than one function

2025-09-13 Thread Eugen Konkov
Hello PG, Friday, September 12, 2025, 8:55:14 PM, you wrote: > The following documentation comment has been logged on the website: > Page: https://www.postgresql.org/docs/17/app-psql.html > Description: test=>> \sf+ app_con test=>> \sf+ app_config > ERROR: more than one function named "app_co