diff --git a/docs/guides/using-go-and-pgx.rst b/docs/guides/using-go-and-pgx.rst index 6357bdb80b..f24faaf2a0 100644 --- a/docs/guides/using-go-and-pgx.rst +++ b/docs/guides/using-go-and-pgx.rst @@ -3,9 +3,7 @@ Using Go and pgx ================ .. note:: - Experimental support for :code:`pgx/v5` was added in v1.17.2. Full support will be - included in v1.18.0. Until then, you'll need to pass the :code:`--experimental` - flag to :code:`sqlc generate`. + :code:`pgx/v5` is supported starting from v1.18.0. pgx is a pure Go driver and toolkit for PostgreSQL. It's become the default