@@ -209,6 +209,69 @@ test('list', async () => {
209
209
"table_name": "users_audit",
210
210
"with_hierarchy": false,
211
211
},
212
+ Object {
213
+ "grantee": "postgres",
214
+ "grantor": "postgres",
215
+ "is_grantable": true,
216
+ "privilege_type": "INSERT",
217
+ "schema": "public",
218
+ "table_name": "todos_view",
219
+ "with_hierarchy": false,
220
+ },
221
+ Object {
222
+ "grantee": "postgres",
223
+ "grantor": "postgres",
224
+ "is_grantable": true,
225
+ "privilege_type": "SELECT",
226
+ "schema": "public",
227
+ "table_name": "todos_view",
228
+ "with_hierarchy": true,
229
+ },
230
+ Object {
231
+ "grantee": "postgres",
232
+ "grantor": "postgres",
233
+ "is_grantable": true,
234
+ "privilege_type": "UPDATE",
235
+ "schema": "public",
236
+ "table_name": "todos_view",
237
+ "with_hierarchy": false,
238
+ },
239
+ Object {
240
+ "grantee": "postgres",
241
+ "grantor": "postgres",
242
+ "is_grantable": true,
243
+ "privilege_type": "DELETE",
244
+ "schema": "public",
245
+ "table_name": "todos_view",
246
+ "with_hierarchy": false,
247
+ },
248
+ Object {
249
+ "grantee": "postgres",
250
+ "grantor": "postgres",
251
+ "is_grantable": true,
252
+ "privilege_type": "TRUNCATE",
253
+ "schema": "public",
254
+ "table_name": "todos_view",
255
+ "with_hierarchy": false,
256
+ },
257
+ Object {
258
+ "grantee": "postgres",
259
+ "grantor": "postgres",
260
+ "is_grantable": true,
261
+ "privilege_type": "REFERENCES",
262
+ "schema": "public",
263
+ "table_name": "todos_view",
264
+ "with_hierarchy": false,
265
+ },
266
+ Object {
267
+ "grantee": "postgres",
268
+ "grantor": "postgres",
269
+ "is_grantable": true,
270
+ "privilege_type": "TRIGGER",
271
+ "schema": "public",
272
+ "table_name": "todos_view",
273
+ "with_hierarchy": false,
274
+ },
212
275
Object {
213
276
"grantee": "postgres",
214
277
"grantor": "postgres",
0 commit comments