mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-31 05:07:41 +01:00
fix: grammar typo Priviliges -> Privileges (#8016)
Commits done in PostgreSQL Roadmap
This commit is contained in:
parent
5a813eea04
commit
4058dff406
@ -1075,7 +1075,7 @@
|
||||
]
|
||||
},
|
||||
"S20aJB-VuSpXYyd0-0S8c": {
|
||||
"title": "Object Priviliges",
|
||||
"title": "Object Privileges",
|
||||
"description": "Object privileges in PostgreSQL are the permissions given to different user roles to access or modify database objects like tables, views, sequences, and functions. Ensuring proper object privileges is crucial for maintaining a secure and well-functioning database.\n\nLearn more from the following resources:",
|
||||
"links": [
|
||||
{
|
||||
@ -1117,7 +1117,7 @@
|
||||
]
|
||||
},
|
||||
"t18XjeHP4uRyERdqhHpl5": {
|
||||
"title": "Default Priviliges",
|
||||
"title": "Default Privileges",
|
||||
"description": "PostgreSQL allows you to define object privileges for various types of database objects. These privileges determine if a user can access and manipulate objects like tables, views, sequences, or functions. In this section, we will focus on understanding default privileges in PostgreSQL.\n\nLearn more from the following resources:",
|
||||
"links": [
|
||||
{
|
||||
|
@ -2765,7 +2765,7 @@
|
||||
},
|
||||
"selected": false,
|
||||
"data": {
|
||||
"label": "Object Priviliges",
|
||||
"label": "Object Privileges",
|
||||
"style": {
|
||||
"fontSize": 17,
|
||||
"justifyContent": "flex-start",
|
||||
@ -2830,7 +2830,7 @@
|
||||
},
|
||||
"selected": false,
|
||||
"data": {
|
||||
"label": "Default Priviliges",
|
||||
"label": "Default Privileges",
|
||||
"style": {
|
||||
"fontSize": 17,
|
||||
"justifyContent": "flex-start",
|
||||
|
Loading…
x
Reference in New Issue
Block a user