Skip to content

Commit 65e320f

Browse files
authored
docs: fix README escaping marker in ENVSUB example (#1037)
Fix typo in README: the text says "exclude escaping the ** characters" but the example is about excluding escaping the 11 delimiters used in PL/pgSQL.\n\nChange is limited to that single sentence.
1 parent 18f6ef7 commit 65e320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ You can use these annotations multiple times within a file.
343343
This feature is disabled by default for backward compatibility with existing scripts.
344344

345345
For `PL/pgSQL` functions or other statements where substitution is not desired, wrap the annotations
346-
explicitly around the relevant parts. For example, to exclude escaping the `**` characters:
346+
explicitly around the relevant parts. For example, to exclude escaping the `$$` characters:
347347

348348
```sql
349349
-- +goose StatementBegin

0 commit comments

Comments
 (0)