diff --git a/freebsd/resources/postgres.sh b/freebsd/resources/postgres.sh index 14c7d79..234eac8 100755 --- a/freebsd/resources/postgres.sh +++ b/freebsd/resources/postgres.sh @@ -30,6 +30,9 @@ if [ ."$database_version" = ."9.3" ]; then pkg install --yes postgresql93-server fi +#update the list of executables in your path +rehash + #enable postgres echo 'postgresql_enable=true' >> /etc/rc.conf