Skip to content

Conversation

@Core966
Copy link

@Core966 Core966 commented Feb 27, 2014

Finished up to advanced level.
One thing that I do not understand about postgres database is why password not needed? As I created my db with the postgres (default) user which is password protected and still the database got created. Why is that?
Thanks in advance!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're going to do something inside of a loop, I prefer to limit the results, and then act on them.

In this case, you just want the Shows, right? So, why not query for the shows, instead of the network? How might that look?

@jwo
Copy link
Member

jwo commented Mar 3, 2014

As I created my db with the postgres (default) user which is password protected and still the database got created. Why is that?

With postgres installed, it will give access to your user account, without a password. That's how you need to use your username, but not a password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants