Commit cf204b9
authored
postgresql_grant: Remove TEMP privilege for database (cyrilgdn#243)
It's an alternative spelling for TEMPORARY. In pg_database, only TEMPORARY is saved so let's remove TEMP to keep the code simple and not having to manage this specific use case1 parent e039204 commit cf204b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments