| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | xinyyc+postgres(at)gmail(dot)com |
| Subject: | Getting started |
| Date: | 2022-12-10 18:46:47 |
| Message-ID: | 167069800755.1903.2797040477164919245@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/15/user-manag.html
Description:
https://www.postgresql.org/docs/current/tutorial-createdb.html
The "getting started" page skips right from the installing to already having
started the program, but on linux machines, you cannot start psql without
inputting a special command, "sudo -u postgres psql". Typing psql will make
the program tell you that your username doesn't exist, and you can't create
a username for psql without starting psql first. I had to search somewhere
else to learn that I had to start psql with that special command.
https://www.cherryservers.com/blog/how-to-install-and-setup-postgresql-server-on-ubuntu-20-04
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-12-11 14:21:39 | Re: Minor typo in sentence saving visits to heap |
| Previous Message | PG Doc comments form | 2022-12-10 00:24:55 | Minor typo in sentence saving visits to heap |