opengauss-server/opengauss-bashprofile

7 lines
214 B
Plaintext
Raw Permalink Normal View History

2025-05-18 20:20:42 +00:00
export GAUSSHOME=/usr/local/opengauss
export LD_LIBRARY_PATH=${GAUSSHOME}/lib:$LD_LIBRARY_PATH
export PATH=${GAUSSHOME}/bin:$PATH
export PGDATA=/var/lib/opengauss/data
export PGPORT=7654
export PGDATABASE=postgres