Create Role or Create userPostgreSQL - automatically create a database for users on first loginPostgreSQL:...
How can guns be countered by melee combat without raw-ability or exceptional explanations?
Can someone explain European graduate programs in STEM fields?
Existence of a strange function
Is it possible to narrate a novel in a faux-historical style without alienating the reader?
Boss asked me to sign a resignation paper without a date on it along with my new contract
In a post apocalypse world, with no power and few survivors, would Satnav still work?
Missing a connection and don't have money to book next flight
Could a civilization in medieval fantasy world sustain itself by occupying important trade hubs and taxing trade?
Why write a book when there's a movie in my head?
Buying a "Used" Router
Why do single electrical receptacles exist?
Will the duration of traveling to Ceres using the same tech developed for going to Mars be proportional to the distance to go to Mars or not?
Taking an academic pseudonym?
What is an efficient way to digitize a family photo collection?
Calculating list of areas between the curves in an intersection region
Expression for "unconsciously using words (or accents) used by a person you often talk with or listen to"?
How do I add a strong "onion flavor" to the biryani (in restaurant style)?
Coworker is trying to get me to sign his petition to run for office. How to decline politely?
Manager has noticed coworker's excessive breaks. Should I warn him?
What really causes series inductance of capacitors?
Is the tritone (A4 / d5) still banned in Roman Catholic music?
Is there any way to play D&D without a DM?
When does a person lose diplomatic status?
Can you say "leftside right"?
Create Role or Create user
PostgreSQL - automatically create a database for users on first loginPostgreSQL: Why is the schema owner not the database ownerPostgreSQL: a Login Role to only access ViewsFind objects linked to a PostgreSQL rolePostgreSQL Role Inheritance behavior in AWS RDSReplace oldSchema with newSchema in functionsPostgreSQL - Grant privileges as superuserIn pgPool-II 3.7.5 configuration pgpool.conf, is recovery_user a role or a system user?'Privileges dependent' error when try to drop a role/user even if there are no database attached and no role attributesIdeal way to start 'Database Server' in PostgreSQL 11
PostgreSQL version : 11.2
OS platform : RHEL 7.6
I am new to PostgreSQL. I have a CRM application whose data I want to store in my 11.2 PostgreSQL Database.
The Database name will be : crm_db
The schema name will be : crm_app
I want all the schema objects in crm_app schema to be owned by a database user called crm_usr
.
Can I just create a DB user using CREATE USER
command like below or should I create a ROLE called crm_usr
? What is the recommended way to do this in 11.2 (the latest version at the time of posting this ie.23-Feb-2019)
CREATE user crm_usr identified by tiger235;
CREATE DATABASE crm_db OWNER crm_usr;
postgresql
New contributor
add a comment |
PostgreSQL version : 11.2
OS platform : RHEL 7.6
I am new to PostgreSQL. I have a CRM application whose data I want to store in my 11.2 PostgreSQL Database.
The Database name will be : crm_db
The schema name will be : crm_app
I want all the schema objects in crm_app schema to be owned by a database user called crm_usr
.
Can I just create a DB user using CREATE USER
command like below or should I create a ROLE called crm_usr
? What is the recommended way to do this in 11.2 (the latest version at the time of posting this ie.23-Feb-2019)
CREATE user crm_usr identified by tiger235;
CREATE DATABASE crm_db OWNER crm_usr;
postgresql
New contributor
add a comment |
PostgreSQL version : 11.2
OS platform : RHEL 7.6
I am new to PostgreSQL. I have a CRM application whose data I want to store in my 11.2 PostgreSQL Database.
The Database name will be : crm_db
The schema name will be : crm_app
I want all the schema objects in crm_app schema to be owned by a database user called crm_usr
.
Can I just create a DB user using CREATE USER
command like below or should I create a ROLE called crm_usr
? What is the recommended way to do this in 11.2 (the latest version at the time of posting this ie.23-Feb-2019)
CREATE user crm_usr identified by tiger235;
CREATE DATABASE crm_db OWNER crm_usr;
postgresql
New contributor
PostgreSQL version : 11.2
OS platform : RHEL 7.6
I am new to PostgreSQL. I have a CRM application whose data I want to store in my 11.2 PostgreSQL Database.
The Database name will be : crm_db
The schema name will be : crm_app
I want all the schema objects in crm_app schema to be owned by a database user called crm_usr
.
Can I just create a DB user using CREATE USER
command like below or should I create a ROLE called crm_usr
? What is the recommended way to do this in 11.2 (the latest version at the time of posting this ie.23-Feb-2019)
CREATE user crm_usr identified by tiger235;
CREATE DATABASE crm_db OWNER crm_usr;
postgresql
postgresql
New contributor
New contributor
New contributor
asked 9 mins ago
JoeHumbleJoeHumble
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
JoeHumble is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230555%2fcreate-role-or-create-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
JoeHumble is a new contributor. Be nice, and check out our Code of Conduct.
JoeHumble is a new contributor. Be nice, and check out our Code of Conduct.
JoeHumble is a new contributor. Be nice, and check out our Code of Conduct.
JoeHumble is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230555%2fcreate-role-or-create-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown