> How can you find out the version of PostgreSQL being run on UNIX?
From the command prompt:
psql -V
reports the version of PostgresSQL that is running.
brew