| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | tyler555g(at)gmail(dot)com |
| Subject: | Adjustment to pg_stat_statements F.32 |
| Date: | 2023-01-19 21:39:16 |
| Message-ID: | 167416435677.2667296.11399060904503467744@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/15/docguide.html
Description:
The default limit of 5000 statements applied by the pg_stat_statements.max
parameter is not mentioned until farther down in the article at F.32.4 . For
ease of reading and use by those of us that don't do configuration only
support, I recommend making a note either in F.32.1 or the main description
of F.32 to something of the degree:
"""
Note
This table/view is not an exhaustive list of all distinct queries. Only the
most commonly executed queries are saved up to a certain limit after which
the less executed queries are discarded. That limit is defined by
pg_stat_statements.max as described in section F.32.4 Configuration
Parameters.
"""
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2023-01-20 11:07:25 | Re: Adding visual clues that accesskey exists |
| Previous Message | Corey Huinker | 2023-01-18 21:49:02 | Re: Adding visual clues that accesskey exists |