Skip to content

Add additional Postgres and execution documentation#16

Open
TheFloatingString wants to merge 2 commits intomasterfrom
feature/documentation
Open

Add additional Postgres and execution documentation#16
TheFloatingString wants to merge 2 commits intomasterfrom
feature/documentation

Conversation

@TheFloatingString
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread README.md Outdated
\q
```

If Postgres already has a user not called `postgres`, you can create one by running `psql -U postgres`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is literally wrong. -U provides the user to login to. Since the postgres is generally already created by default, psql -U postgres generally works. Please read documentation and fix accordingly.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Resolved in the following commit

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