Skip to content

Commit

Permalink
docs: Link to current PostgreSQL data types page (#3097)
Browse files Browse the repository at this point in the history
The data types link pointed at PostgreSQL 9.5. Update the link to always point to the latest version of PostgreSQL.
  • Loading branch information
kyleconroy authored Nov 19, 2023
1 parent e8259e0 commit a733b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/features/types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Data Types

import { Alert } from '/components/alert.tsx'

PostgreSQL has a rich system of supported [data types](https://www.postgresql.org/docs/9.5/static/datatype.html). node-postgres does its best to support the most common data types out of the box and supplies an extensible type parser to allow for custom type serialization and parsing.
PostgreSQL has a rich system of supported [data types](https://www.postgresql.org/docs/current/datatype.html). node-postgres does its best to support the most common data types out of the box and supplies an extensible type parser to allow for custom type serialization and parsing.

## strings by default

Expand Down

0 comments on commit a733b40

Please sign in to comment.