| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | matthew(dot)boman(at)gmail(dot)com |
| Subject: | Getting started guide does not start from first step |
| Date: | 2018-03-25 15:29:23 |
| Message-ID: | 152199176304.4544.10483267369608570877@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.0/static/tutorial-createdb.html
Description:
I'm new to PostgreSQL and following the getting started guide. I expected it
to start from zero, but it assumes the reader already has a database up and
running and is already connected to it.
1.3 Creating a database
I got here and tried the command `createdb mydb`, but it didn't work. I had
connected to the database (sudo su - postgres) and thought that was the only
step because the command prompt was now `postgre(at)username`(dot) After quite a
bit of beginner searching on the internet, I found I then had to type `psql`
to actually connect.
It'd be really great for new users if the Getting Started guide was more of
a walkthrough that contained all the steps--even those little ones of
getting connected that experienced users overlook.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2018-03-25 15:49:53 | Re: Getting started guide does not start from first step |
| Previous Message | PG Doc comments form | 2018-03-25 12:35:46 | need for SHA3 |