Part 13- PostgreSQL user and role Management

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 53

  • @anandakumarsanthinathan4740
    @anandakumarsanthinathan4740 3 роки тому

    Very, very insightful. Manuals and docs only talk about how to create schemas, databases, roles, etc. How to effectively use them is something that is usually never taught. Your tutorial does it for us. Thank you very much.

  • @andelakshmipathi2389
    @andelakshmipathi2389 3 роки тому +4

    Great video this what I am looking from 1 year onwards good content in your explanation

  • @ajaypandit9288
    @ajaypandit9288 3 роки тому +1

    Thanks a ton Sir for wonderful video. It's very helpful for me. Thanks once again.

  • @krishnachaitanya1000
    @krishnachaitanya1000 Рік тому

    very useful and practical oriented, thanks for the video.

  • @gregoryplaza
    @gregoryplaza 2 роки тому

    thanks, Sr this is a very helpful video, with good explanations and examples. good job

  • @cimplyllc
    @cimplyllc Рік тому

    This is a good video and well explained. Appreciate the content.

  • @sushmash7552
    @sushmash7552 2 роки тому

    How can we create a user in postgres db with read-only access where he should only able to select the data in tables present in a DB but not create, alter,delete,update,drop the tables ( IN PUBLIC SCHEMA ). Can you please tell on how we can do it.

  • @CodeNorthEast
    @CodeNorthEast 3 роки тому +2

    Very well explained.

  • @raypanjaitan
    @raypanjaitan 10 місяців тому

    17:39 Why do you have to alter the default privileges?
    even thou on the second last query, you already granted select on all tables access.
    Edit:
    It's actually on every created role. Why do you have alter the privileges when you previously already granted them the privileges?

  • @MuhammadIlham-vn5nq
    @MuhammadIlham-vn5nq 3 роки тому +3

    thank you, I learned a lot

  • @ashoksk7922
    @ashoksk7922 2 роки тому

    How to assign multiple users to a group, which is having set of roles. I have created a table with user column and password column and imported from excel file to the table. And Created a group and assigned multiple roles. Now how can I assign all users from user table to this group. Could you please provide any suggestion?

  • @prathameshyadav8456
    @prathameshyadav8456 2 роки тому

    How can we get privileges of roles only not the user

  • @adityajajpure35
    @adityajajpure35 11 місяців тому

    There is no details about groups?

  • @ricardohincapie1537
    @ricardohincapie1537 3 роки тому +1

    Very good. I would suggest a better naming of roles to facilitate following the great lecture you gave us. app_readonly1 and app_readwrite1 may be called role_read and role_write_read or something like that...

  • @dhartipatel814
    @dhartipatel814 Рік тому

    hello sir, how can we automate this process for same roles with different users?

  • @tendupadala5090
    @tendupadala5090 11 днів тому

    Super

  • @galaxiegalaxie5003
    @galaxiegalaxie5003 3 роки тому +1

    Thank you for the video,its very helpful,could you also do the video about indepth database design😁

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  3 роки тому +1

      Hello , I will surely be making a video tutorial on that . Thanks for your interest on that . I will make a note and respond hopefully

  • @pankajholariya8331
    @pankajholariya8331 3 роки тому

    how to make Create , Read , Update role but restrict to drop anything .
    pls help sir

  • @inclinedscorpio
    @inclinedscorpio 2 роки тому

    Hi! Thanks! I have a doubt. I created role with CRUD privileges and a new user and assigned role to the user. How can I revoke the modify table privileges? I don't want the user to run Alter or Drop commands. Only CRUD operations must be used. Any idea? :)

    • @sarathkumarps6473
      @sarathkumarps6473 2 роки тому

      Hi,did you got any reference regarding this

    • @inclinedscorpio
      @inclinedscorpio 2 роки тому

      @@sarathkumarps6473 Hi, just create a new user, the new user won't be able to do modification unless you give the privilege.

    • @sarathkumarps6473
      @sarathkumarps6473 2 роки тому

      @@inclinedscorpio Thanks for your reply

  • @karikalacholan1406
    @karikalacholan1406 Рік тому

    Hi sir, 1 doubt.. my requirement is below
    1. Create a read-only user "abc" in a Database
    2. Create another user "efg" on same DB and "efg" should have privilege to change the password of user "abc"
    Is this possible? Please advise a solution for this

  • @juvettemunji7984
    @juvettemunji7984 3 роки тому

    thanks for the great knowledge

  • @azn_ryux
    @azn_ryux 2 роки тому +1

    Thenks for vidio I have need tis

  • @johnlug9655
    @johnlug9655 3 роки тому

    AWESOME series (bad ordering, but fixed here and on last one #27)
    Part1: ua-cam.com/video/lkN_cFx5O1s/v-deo.html
    Part2: ua-cam.com/video/lkN_cFx5O1s/v-deo.html

  • @amanjain6680
    @amanjain6680 3 роки тому

    How to setup linux environment? Sorry, not comp sci person, but need to know

  • @rajkishoreshaw596
    @rajkishoreshaw596 4 місяці тому

    great

  • @munnashiva1509
    @munnashiva1509 3 роки тому

    Thank you so much for sharing the wonderful content. Just a request from my side... Can we also get the docs please.

  • @ernie_hudds
    @ernie_hudds 3 роки тому

    You need to edit the video so you don't have you navigating through different software, closing down windows etc - helps keep focus on your content and keeps attention from viewer. Good video though.

  • @naheliegend5222
    @naheliegend5222 3 роки тому

    I don't still got how to create a new user a give him a maybe read_only permission.