PostgreSQL roles, schema and security

Sdílet
Vložit
  • čas přidán 2. 08. 2021
  • In this video, I explain the concept of postgres roles, schema and manage security using them with demos.
  • Věda a technologie

Komentáře • 12

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

    Good explanation! Helped a lot to figure out. Keep going on and posting more useful videos, good luck!

  • @youforfun100
    @youforfun100 Před 2 lety

    Very clear on the user and role concept. Great job.

  • @SachithSoorage
    @SachithSoorage Před 2 lety

    Simply and clearly explained. Thanks.

  • @rdeckard66
    @rdeckard66 Před 2 lety +2

    Thanks for this video! It helped me a lot and was explained with easy examples. As a PostgreSQL beginner, it's not always easy to understand the basics of the underlying security. (Even if I know some other relational database server.)

  • @maxnoish
    @maxnoish Před 2 lety

    Very usefull video. Thank you !

  • @have2eat
    @have2eat Před 2 lety

    crystal clear -- thanks

  • @VK-fr5mc
    @VK-fr5mc Před 2 lety

    Superb, Thank You !! 🙏😊👍

  • @alessandromortola8727

    Very useful sir, thanks you

  • @phyothiritun2109
    @phyothiritun2109 Před rokem

    if we grant the create schema , that user can truncate and drop access ? even we didn't grant for drop.

  • @mauricioiturbe4620
    @mauricioiturbe4620 Před 6 měsíci

    Someone know if i could restring the exportation of a shapefile in qgis from pgadmin?

  • @Cult-Fan
    @Cult-Fan Před rokem

    How about this error while testing same as you said psql: error: FATAL: Peer authentication failed for user "user1"

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

    Nice.
    I have one query, I have created a new database (DB1) and new user(User1), Now i want to provide the DB OWNER access to DB1 for this new user (User1),
    Please guide on this.