We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f10b0c commit 985c4aaCopy full SHA for 985c4aa
src/lib/interfaces.ts
@@ -65,6 +65,8 @@ export namespace Tables {
65
is_typed: boolean
66
bytes: number
67
size: string
68
+ rls_enabled: boolean // determines where RLS has been turned on
69
+ rls_forced: boolean // determines whether RLS should be forced on the table owner
70
71
// pg_stat_all_tables columns
72
sequential_scans: number
0 commit comments