Skip to content

Commit c9cfe64

Browse files
authored
Update src/content/docs/workers/tutorials/postgres/index.mdx
1 parent 931443d commit c9cfe64

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ Next, install the TypeScript types for the `pg` library to enable type checking
7171

7272
<PackageManagers pkg="@types/pg" dev />
7373

74+
:::note
7475
Make sure you are using `pg` (`node-postgres`) version `8.16.3` or higher.
76+
:::
7577

7678
## 3. Configure the connection to the PostgreSQL database
7779

0 commit comments

Comments
 (0)