Search
 
SCRIPT & CODE EXAMPLE
 

C

create role in psql with password

postgres=#CREATE ROLE demorole1 WITH LOGIN ENCRYPTED PASSWORD 'password1';
Comment

postgresql Create a new role with a username and password

CREATE ROLE username NOINHERIT LOGIN PASSWORD password;
Comment

create role in psql with password

# sudo su - postgres
Comment

create role postgres

CREATE ROLE <name> WITH <list of permissions>;
Comment

PREVIOUS NEXT
Code Example
C :: how to reset all values of 2d vector to 0 
C :: c functions example 
C :: identifier bool is undefined in c 
C :: c round float 
C :: volatile keyword in c 
C :: malloc contiguous 2d array 
C :: fgets c 
C :: c typedef 
C :: DrawText() raylib 
C :: highest common factor algorithm in c 
C :: number pattern in c 
C :: print float number completely in C language 
C :: c program for swapping of two numbers 
C :: FCFS algorithm in c to find average turnaround time and waiting time 
C :: c language 
C :: why do you jerk while falling aslee 
C :: text to hex in C 
C :: rust set toolchain 
C :: c comment 
C :: C float and double Output 
C :: how to read and write to fiel n c 
C :: C #ifdef Directive 
C :: promt user input C 
C :: how to belu-roll peoples in c 
C :: google business customer care number india 24/7 
C :: hgggggggggggggggg 
C :: table de hachage en c 
C :: Integer Xor swap 
C :: convert c code to c online 
C :: how we can strore a nested structure values in arrays 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =