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 6540c9d commit 6e68f03Copy full SHA for 6e68f03
lib/ecto/adapters/postgres.ex
@@ -142,6 +142,13 @@ defmodule Ecto.Adapters.Postgres do
142
143
@doc """
144
All Ecto extensions for Postgrex.
145
+
146
+ Currently Ecto does not define any of its own extensions for Postgrex.
147
+ If this changes in a future release, you will need to call this function
148
+ when defining your own custom extensions:
149
150
+ Postgrex.Types.define(MyApp.PostgresTypes,
151
+ [MyExtension.Foo, MyExtensionBar] ++ Ecto.Adapters.Postgres.extensions())
152
"""
153
def extensions do
154
[]
0 commit comments