Part 13- PostgreSQL user and role Management

Sdílet
Vložit
  • čas přidán 6. 07. 2024
  • ( 24*7) on Call Support for PostgreSQL/Open Source databases.
    ***********************************************************************************************
    For Self Paced Learning: courses.emultiskills.com/cour... ( Paid one-time subscription )
    Online Training: contact@emultiskills.com or wa.me/message/VUBG74XTU3DSM1
    ***********************************************************************************************
    PostgreSQL support starting from 100 USD/Hr ( 24*7)
    WhatsApp contact: wa.me/message/VUBG74XTU3DSM1
    Email: contact@emultiskills.com
    ***********************************************************************************************
  • Věda a technologie

Komentáře • 52

  • @anandakumarsanthinathan4740

    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 Před 3 lety +4

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

  • @krishnachaitanya1000
    @krishnachaitanya1000 Před rokem

    very useful and practical oriented, thanks for the video.

  • @ajaypandit9288
    @ajaypandit9288 Před 3 lety +1

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

  • @cimplyllc
    @cimplyllc Před rokem

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

  • @gregoryplaza
    @gregoryplaza Před 2 lety

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

  • @MuhammadIlham-vn5nq
    @MuhammadIlham-vn5nq Před 3 lety +3

    thank you, I learned a lot

  • @CodeNorthEast
    @CodeNorthEast Před 3 lety +2

    Very well explained.

  • @juvettemunji7984
    @juvettemunji7984 Před 3 lety

    thanks for the great knowledge

  • @rajkishoreshaw596
    @rajkishoreshaw596 Před měsícem

    great

  • @sushmash7552
    @sushmash7552 Před rokem

    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.

  • @ashoksk7922
    @ashoksk7922 Před 2 lety

    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 Před 2 lety

    How can we get privileges of roles only not the user

  • @galaxiegalaxie5003
    @galaxiegalaxie5003 Před 3 lety +1

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

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  Před 3 lety +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

  • @johnlug9655
    @johnlug9655 Před 3 lety

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

  • @ricardohincapie1537
    @ricardohincapie1537 Před 3 lety +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...

  • @azn_ryux
    @azn_ryux Před 2 lety +1

    Thenks for vidio I have need tis

  • @raypanjaitan
    @raypanjaitan Před 8 měsíci

    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?

  • @munnashiva1509
    @munnashiva1509 Před 3 lety

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

  • @adityajajpure35
    @adityajajpure35 Před 9 měsíci

    There is no details about groups?

  • @inclinedscorpio
    @inclinedscorpio Před 2 lety

    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 Před 2 lety

      Hi,did you got any reference regarding this

    • @inclinedscorpio
      @inclinedscorpio Před 2 lety

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

    • @sarathkumarps6473
      @sarathkumarps6473 Před 2 lety

      @@inclinedscorpio Thanks for your reply

  • @pankajholariya8331
    @pankajholariya8331 Před 3 lety

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

  • @dhartipatel814
    @dhartipatel814 Před rokem

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

  • @amanjain6680
    @amanjain6680 Před 3 lety

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

  • @karikalacholan1406
    @karikalacholan1406 Před rokem

    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

  • @simonearnshawuk
    @simonearnshawuk Před 2 lety

    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 Před 2 lety

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