Skip to content

Commit

Permalink
fixed sentence on pragma page
Browse files Browse the repository at this point in the history
  • Loading branch information
ccestes committed Sep 25, 2023
1 parent 919f647 commit bb9c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advocacy_docs/pg_extensions/spl_check/using/pragma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Pragma
---

You can configure EDB SPL Check's behavior inside a checked function with a pragma function. This is an analogy of PL/SQL or ADA language of a pragma feature. PL/pgSQL doesn't support pragma, but EDB SPL Check detects functions named `spl_check_pragma` and takes options from the parameters of the function. These EDB SPL Check options are valid to add to the end of this group of statements:
You can configure EDB SPL Check's behavior inside a checked function with a pragma function. Like the pragma feature for PL/SQL or ADA languages, EDB SPL Check provides analogous pragma functionality and APIs. PL/pgSQL doesn't support pragma, but EDB SPL Check detects functions named `spl_check_pragma` and takes options from the parameters of the function. These EDB SPL Check options are valid to add to the end of this group of statements:

```sql
CREATE OR REPLACE FUNCTION test()
Expand Down

0 comments on commit bb9c3b3

Please sign in to comment.