jkropko / surfing-the-data-pipeline

"Surfing the Data Pipeline with Python" is a textbook that guides people through the steps of getting themselves unstuck, acquiring data, wrangling data, and exploring data.
15 stars 9 forks source link

common error resolution for psql setup #20

Open alonzi opened 2 years ago

alonzi commented 2 years ago

jrkopko,

i was testing out the workflow for setting up postgres on a mac and my version threw and error on psql because it didn't create a db for the user by default via brew. i added the fix as a hint here and submitted this pr. feel free to apply however appropriate.

-alonzi