Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create new user in postgres

CREATE USER visualscrapy WITH PASSWORD '123456';
# it will create the new user in postgres
 
PREVIOUS NEXT
Tagged: #create #user #postgres
ADD COMMENT
Topic
Name
5+8 =