We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6a76f commit c0eb94eCopy full SHA for c0eb94e
lib/postgrex/types.ex
@@ -254,7 +254,7 @@ defmodule Postgrex.Types do
254
255
Type modules are given to Postgrex on `start_link` via the `:types`
256
option and are used to control how Postgrex encodes and decodes data
257
- coming from Postgrex.
+ coming from PostgreSQL.
258
259
For example, to define a new type module with a custom extension
260
called `MyExtension` while also changing `Postgrex`'s default
0 commit comments