Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

change role postgres

# make 'dave' superuser and allow him to create databases
ALTER ROLE dave WITH SUPERUSER;
ALTER ROLE dave WITH CREATEDB;
Source by www.postgresql.org #
 
PREVIOUS NEXT
Tagged: #change #role #postgres
ADD COMMENT
Topic
Name
9+1 =