Direktori : /etc/profile.d/ |
Current File : //etc/profile.d/postgres.sh |
###################################################################### # ATTENTION! Managed by SaltStack. # # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN! # ###################################################################### if ! echo $PATH | grep -q /usr/pgsql-9.6/bin/ ; then export PATH=$PATH:/usr/pgsql-9.6/bin/ fi