Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes so others don't spend 4 hours trying to get this to work #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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