On 27.05.21 09:45, Laurenz Albe wrote:
I like the new link from "src/sgml/charset.sgml", but I think that
there are a few other places in the documentation that are likely to be
read by people who don't know about SQL domains and could benefit from such
a link:
- src/sgml/earthdistance.sgml
- s
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/13/backup-file.html
Description:
I'm running an up-to-date version of Manjaro Linux (510 kernel), and
following this guide I wasn't able to find my database files in
/usr/local/pgsql/data, bu
Hi
When reading PG DOC, found some example code not correct as it said.
https://www.postgresql.org/docs/devel/regress-run.html
Here's a tiny fix in regress.sgml.
-make check PGOPTIONS="-c log_checkpoints=on -c work_mem=50MB"
+make check PGOPTIONS="-c geqo=off -c work_mem=50MB"
log_che