Skip to content

Commit

Permalink
Fix DO example syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb authored and dwsteele committed Jan 23, 2019
1 parent 6868bdc commit b2b2da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Basic statement logging can be provided by the standard logging facility with `l

For example, an auditor may want to verify that a particular table was created inside a documented maintenance window. This might seem like a simple job for grep, but what if you are presented with something like this (intentionally obfuscated) example:
```
DO $$
BEGIN
EXECUTE 'CREATE TABLE import' || 'ant_table (id INT)';
END $$;
Expand Down

0 comments on commit b2b2da7

Please sign in to comment.