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
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 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
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
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
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