Skip to content

Commit acd922d

Browse files
authored
Update src/content/docs/workers/tutorials/postgres/index.mdx
1 parent fbe125c commit acd922d

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/postgres

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/postgres/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default {
203203
max: 5,
204204

205205
// 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
206+
// type information to correctly de/serialize them. However, if you are not using
207207
// those, disabling this will save you an extra round-trip every time you connect.
208208
fetch_types: false,
209209
},

0 commit comments

Comments
 (0)