Adjustment to pg_stat_statements F.32

2023-01-20 Thread PG Doc comments form
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 r

Re: Adding visual clues that accesskey exists

2023-01-20 Thread Peter Eisentraut
On 18.01.23 22:49, Corey Huinker wrote: Attached is a patch to add the nav- tags to the header (could just as easily have done the footer) for up/down/left/right and the javascript to find those ids and simulate a click. I've tested this on chrome (where accesskeys work with alt+ ) and firefox

Re: Adding visual clues that accesskey exists

2023-01-20 Thread Corey Huinker
On Fri, Jan 20, 2023 at 6:07 AM Peter Eisentraut < peter.eisentr...@enterprisedb.com> wrote: > On 18.01.23 22:49, Corey Huinker wrote: > > Attached is a patch to add the nav- tags to the header (could just as > > easily have done the footer) for up/down/left/right and the javascript > > to find th