Skip to content

Commit

Permalink
Update documentation/docs/functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 authored Dec 9, 2024
1 parent d6aaee0 commit 1576cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To verify a table encryption, run the following statement:
SELECT pg_tde_is_encrypted('table_name');
```

You can also verify if the table in a custom schema is encrypted. Pass teh schema name for the function as follows:
You can also verify if the table in a custom schema is encrypted. Pass the schema name for the function as follows:

```
SELECT pg_tde_is_encrypted('schema.table_name');
Expand Down

0 comments on commit 1576cda

Please sign in to comment.