Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ You need to run the test suite using a super user, such as the default

make installcheck PGUSER=postgres

If you are having issues with Postgres on Mac osX and you installed Postgres
using the EnterpriseDB install you may want to try using homebrew to install
your Postgres Database. The EnterpriseDB install sets up a pg_config that will
not work with osX Lion.

Once temporal is installed, you can add it to a database. If you're running
PostgreSQL 9.1.0 or greater, it's a simple as connecting to a database as a
super user and running:
Expand Down