Answers for "postgres create db with username"

0

create new user in postgres

CREATE USER visualscrapy WITH PASSWORD '123456';
# it will create the new user in postgres
Posted by: Guest on December-13-2020

Code answers related to "postgres create db with username"

Browse Popular Code Answers by Language