Try again on the README...

Can't work out how to stop it mangling org-mode so let's simple text
instead.
This commit is contained in:
barnold 2022-09-04 19:58:56 +01:00
parent c9ebbe6380
commit 48ff3c97e0
1 changed files with 1 additions and 4 deletions

View File

@ -32,10 +32,9 @@ the network.
** Create the postgres user "mr_owner"
Create a db user to own the tables.
#+BEGIN_QUOTE
# su - postgres
$ createuser --connection-limit=2 --createdb --echo mr_owner
#+END_QUOTE
** Give "barnold" connect access as the "mr_owner" user.
@ -45,11 +44,9 @@ config in /etc/postgresql/12/main/.
pg_ident.conf: add two 'barnoldmap' lines (both are required) so that the
end of the file reads as follows.
#+BEGIN_QUOTE
# MAPNAME SYSTEM-USERNAME PG-USERNAME
barnoldmap barnold barnold
barnoldmap barnold mr_owner
#+END_QUOTE
pg_hba.conf: modify the second "local" line, the one following the
"postgres" line, so that it has a map option on the end. After