September 2018
Intermediate to advanced
386 pages
11h 17m
English
Once the master user has logged in to the database via the psql command-line utility, create a user named LetsPoll, as follows:
letsPoll=> CREATE USER letsPoll WITH PASSWORD '........';
Once the LetsPoll user has been created, grant all privileges to that user, as follows:
letsPoll=> GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO letsPoll;GRANT
Read now
Unlock full access