Update queries.mdx link to markdown (#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.
This commit is contained in:
Italo A 2024-04-05 22:07:31 -03:00 committed by GitHub
parent 408bebd990
commit 3cde785e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ console.log(res.rows[0])
```
<div class="alert alert-warning">
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!
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!
</div>
Parameters passed as the second argument to `query()` will be converted to raw data types using the following rules: