Pig Monkey
|
dee7839efd
|
remove deprecated postgresql config
https://pgpedia.info/s/stats_temp_directory.html
> From PostgreSQL 15, temporary statistics are stored in memory by default so stats_temp_directory will no longer be available.
|
2023-02-06 09:16:43 -08:00 |
|
Pig Monkey
|
b6d67bb754
|
use python3 psycopg2
|
2019-08-25 11:06:56 -07:00 |
|
Pig Monkey
|
10c759e66b
|
Move postgresql data into /home
My / partition was full.
Existing users who want to keep the previous behavior should set
the `postgresql.root` variable to `/var/lib/postgres`
|
2017-10-16 20:00:29 -07:00 |
|
Pig Monkey
|
9cf3c330c0
|
prevent disk writes when idle
https://wiki.archlinux.org/index.php/PostgreSQL#Prevent_disk_writes_when_idle
|
2016-02-18 12:19:53 -08:00 |
|
Pig Monkey
|
b8e3c407ae
|
disable synchronous commits
http://www.postgresql.org/docs/current/static/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT
|
2016-02-18 12:15:37 -08:00 |
|
Pig Monkey
|
ea522fcb77
|
install postgresql
|
2016-02-17 17:43:47 -08:00 |
|