summarylogtreecommitdiffstats
path: root/pgenv.sh
blob: 49fa2a0d031c99fcb07b5ccd73ef9d17b0df4afa (plain)
1
2
3
4
5
#!/bin/bash

export PGDATA=/var/lib/postgres/data11
export PATH=/opt/postgresql11/bin:$PATH
export LD_LIBRARY_PATH=/opt/postgresql11/lib