The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/logfile-maintenance.html
Description:
https://www.postgresql.org/docs/10/logfile-maintenance.html
pgBadger link needs to be updated
https://pgbadger.darold.net/
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/functions-matching.html
Description:
SELECT ' ' SIMILAR TO '[\s]';
returns true
SELECT ' ' SIMILAR TO '[\q]';
generates an error: [2201B]: ERROR: invalid regular expression: invalid
escap