We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe125c commit acd922dCopy full SHA for acd922d
src/content/docs/workers/tutorials/postgres/index.mdx
@@ -203,7 +203,7 @@ export default {
203
max: 5,
204
205
// If you are using array types in your Postgres schema, it is necessary to fetch
206
- // type information to correctly de/serialize them. However if you are not using
+ // type information to correctly de/serialize them. However, if you are not using
207
// those, disabling this will save you an extra round-trip every time you connect.
208
fetch_types: false,
209
},
0 commit comments