Hey! I'm sorry if this is a dumb question, but I j...
# help
a
Hey! I'm sorry if this is a dumb question, but I just installed the
MODDATETIME
and
INSERT_USERNAME
extensions, but I have NO idea how to use them. Am I missing something? Is there documentation anywhere?
g
You pretty much just google postgres name extension and find how to use or examples. Supabase docs have a couple of examples for extensions scattered about, but mainly for doing some specific thing (like the http extension). Extensions are all installed in the extensions schema and sometimes you need to use extensions.function to reference them depending where you use them.
a
Oh I see! So these aren't SUPABASE extensions, they're just POSTGRES extensions?
y
Exactly 😊
s
Maybe we could improve this by stating in the dashboard that these are just Postgres extensions, a link to their corresponding documentation in the description of them could possibly help too.