Skip to content

Commit

Permalink
fix: remove unneeded apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 21, 2024
1 parent b25cd5a commit 5dcb9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ To quickly identify performance bottlenecks we encourage all contributors to ena
- Create Extension to enable `pg_stat_statements` view

```sql
CREATE EXTENSION IF NOT EXISTS `pg_stat_statements`;
CREATE EXTENSION IF NOT EXISTS pg_stat_statements;
```

- Identify potentially slow queries (mean_exec_time)
Expand Down

0 comments on commit 5dcb9e4

Please sign in to comment.