Skip to content

Commit 3cde785

Browse files
authored
Update queries.mdx link to markdown (brianc#3192)
If we use `<a>` here, the template does not visually identify it as a link, so I have switched to the markdown link format.
1 parent 408bebd commit 3cde785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/features/queries.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ console.log(res.rows[0])
2727
```
2828

2929
<div class="alert alert-warning">
30-
PostgreSQL does not support parameters for identifiers. If you need to have dynamic database, schema, table, or column names (e.g. in DDL statements) use <a href="https://www.npmjs.com/package/pg-format">pg-format</a> package for handling escaping these values to ensure you do not have SQL injection!
30+
PostgreSQL does not support parameters for identifiers. If you need to have dynamic database, schema, table, or column names (e.g. in DDL statements) use [pg-format](https://www.npmjs.com/package/pg-format) package for handling escaping these values to ensure you do not have SQL injection!
3131
</div>
3232

3333
Parameters passed as the second argument to `query()` will be converted to raw data types using the following rules:

0 commit comments

Comments
 (0)