mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
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:
parent
408bebd990
commit
3cde785e38
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user