(16 . 7)(16 . 7)
13
14 create user nsabot createdb;
15 alter role nsabot superuser;
16 createdb nsalog;
17 create database nsalog;
18 grant all privileges on database nsalog to nsabot ;
19
20 ... you can take 'super' away from this user after 1st run,