Skip to content

Commit

Permalink
Fix typo in the readme.
Browse files Browse the repository at this point in the history
Backpatch-through: 14 (first version with a README.md)
  • Loading branch information
rjuju committed Feb 13, 2023
1 parent 775aeff commit 8416425
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 @@ -236,7 +236,7 @@ Do `CREATE EXTENSION` and `SET pg_hint_plan.enable_hint_tables TO on` if you are

`pg_hint_plan` works for queries in PL/pgSQL scripts with some restrictions.

- Hints affect only on the following kind of queires.
- Hints affect only on the following kind of queries.
- Queries that returns one row. (`SELECT`, `INSERT`, `UPDATE` and `DELETE`)
- Queries that returns multiple rows. (`RETURN QUERY`)
- Dynamic SQL statements. (`EXECUTE`)
Expand Down

0 comments on commit 8416425

Please sign in to comment.