plberg / cs373-idb

Project 3 (IDB) for CS 373: Software Engineering
0 stars 1 forks source link

Give everyone postgres access #16

Closed jabrouwer82 closed 9 years ago

jabrouwer82 commented 9 years ago

Our solution to this is simply going to be: If postgres gives you error , just run 'su postgres' with the password 'cs373' nd run the server as the posgres user.

jabrouwer82 commented 9 years ago

This has been properly fixed! Everyone has access now!