dwyl / learn-postgresql

🐘 Learn how to use PostgreSQL and Structured Query Language (SQL) to store and query your relational data. 🔍
212 stars 23 forks source link

mention how to exit from postgres #35

Open jsms90 opened 7 years ago

jsms90 commented 7 years ago

Ctrl + d isn't something I've ever used for anything else. I reckon most newbies would try \q or Ctrl + C

nelsonic commented 7 years ago

@jsms90 great point! please PR this addition to the Readme. 👍

jsms90 commented 7 years ago

@nelsonic where do you think it fits best?

No. 1 in "Create a user for your database" says

If you closed the PostgreSQL server

But I guess the first place where I would expect someone working through this to want to know how to exit is at the end of the "Create a user for your database" section?

What do you think?

iteles commented 7 years ago

@jsms90 Let's go with at the end of the Create a User section as you suggest - people can always open an issue to amend if it trips them up.

Thanks for the addition!