more pg hax

This commit is contained in:
nate smith 2024-08-18 16:19:00 -05:00
parent 198b6629ba
commit 7d44dced43

1
pg.env
View File

@ -1,5 +1,6 @@
# export PGCTL="/usr/lib/postgresql/14/bin/pg_ctl" # tilde.town # export PGCTL="/usr/lib/postgresql/14/bin/pg_ctl" # tilde.town
export PGCTL="pg_ctl" export PGCTL="pg_ctl"
# export PGDATA="/mnt/volume_tor1_01/trunkless/pgdata" # tilde.town
export PGDATA="$PWD/pgdata" export PGDATA="$PWD/pgdata"
export PGHOST="$PGDATA/sockets" export PGHOST="$PGDATA/sockets"
export PGDATABASE="postgres" export PGDATABASE="postgres"