From cb48716c67cd6d1341ef565fff12467993ae9b40 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 23 Jul 2022 07:31:14 -0500 Subject: [PATCH] Update to new package path --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 12d89dca..98eea261 100644 --- a/doc.go +++ b/doc.go @@ -150,7 +150,7 @@ pgx converts netip.Prefix and netip.Addr to and from inet and cidr PostgreSQL ty Custom Type Support pgx includes support for the common data types like integers, floats, strings, dates, and times that have direct -mappings between Go and SQL. In addition, pgx uses the github.com/jackc/pgtype library to support more types. See +mappings between Go and SQL. In addition, pgx uses the github.com/jackc/pgx/v5/pgtype library to support more types. See documention for that library for instructions on how to implement custom types. See example_custom_type_test.go for an example of a custom type for the PostgreSQL point type.