Answers for "Configure your $PATH to use the included command line tools of postgres"

0

Configure your $PATH to use the included command line tools of postgres

sudo mkdir -p /etc/paths.d &&
echo /Applications/Postgres.app/Contents/Versions/latest/bin | sudo tee /etc/paths.d/postgresapp
Posted by: Guest on November-14-2021

Code answers related to "Configure your $PATH to use the included command line tools of postgres"

Browse Popular Code Answers by Language