Answers for "postgres making user"

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

Browse Popular Code Answers by Language