DEFINITIONS

Definitions More Info.
Definition ID851
TitlePOSTGRESQL
CategoryNOTES
Definitioncreate user and inerit to other user
Definition Description-- Aşağıda bir user oluşturulmakta ve postgres user yetkilerine atanmaktadır.
CREATE USER uygulamadestek WITH LOGIN NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE ;
GRANT postgres TO uygulamadestek WITH ADMIN OPTION;
ALTER USER developer WITH password 'password1'
RecordBycunay
Record Date20-06-2018 11:41:01
Düzenle
Kopyala
Sil