> Yves de Champlain <[email protected]> kirjoitti 18.9.2019 kello 19.27: > > Thanks for any hint.
Hi, you might need to create a user using ”createuser” command, maybe also create a database. E.g. $ sudo su postgres ’/opt/local/bin/createuser ”options from help” yves” #you have to specify e.g. if you want to be a superuser $ createdb yves HTH, ! ! Jyrki
