Skip to content

Commit

Permalink
Merge pull request #42 from firebolt-db/velavokr-patch-7
Browse files Browse the repository at this point in the history
Removed unsupported columns
  • Loading branch information
arushi-firebolt authored Mar 22, 2024
2 parents 6641310 + c8b399c commit 6401ebd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/sql_reference/information-schema/applicable-roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ Each row has the following columns with information about the role.
| grantee | TEXT | Role or user to whom the privilege is granted (TO USER\|ROLE). |
| role_name | TEXT | Name of the role. |
| is_grantable | TEXT | YES if the grantee has the admin option on the role, NO if not. |
| description | TEXT | Description of the role. |
| created | TIMESTAMPTZ | Creation time of the role. |
| role_owner | TEXT | Name of the user that created the role. |
| last_altered | TIMESTAMPTZ | Time the role was last altered. |
| last_altered_by | TEXT | Name of the last user to edit the role. |

0 comments on commit 6401ebd

Please sign in to comment.