Skip to content

Commit

Permalink
Missed pg_tde access method mentioning
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Wagner <[email protected]>
  • Loading branch information
ImTheKai committed Jul 23, 2024
1 parent 2d35cda commit b61f5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The extension provides the following helper functions:

### pg_tde_is_encrypted(tablename)

Returns `t` if the table is encrypted (uses the pg_tde access method), or `f` otherwise.
Returns `t` if the table is encrypted (uses the pg_tde_basic access method), or `f` otherwise.

## Base commit

Expand Down

0 comments on commit b61f5f7

Please sign in to comment.