diff --git a/lib/postgrex/types.ex b/lib/postgrex/types.ex index 71ac0176..240513c7 100644 --- a/lib/postgrex/types.ex +++ b/lib/postgrex/types.ex @@ -254,7 +254,7 @@ defmodule Postgrex.Types do Type modules are given to Postgrex on `start_link` via the `:types` option and are used to control how Postgrex encodes and decodes data - coming from Postgrex. + coming from PostgreSQL. For example, to define a new type module with a custom extension called `MyExtension` while also changing `Postgrex`'s default