Skip to content

Commit 985c4aa

Browse files
committed
chore: Adds missing type definitions for Tables.Table
1 parent 0f10b0c commit 985c4aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/interfaces.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export namespace Tables {
6565
is_typed: boolean
6666
bytes: number
6767
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
6870

6971
// pg_stat_all_tables columns
7072
sequential_scans: number

0 commit comments

Comments
 (0)