Skip to content
Database

Postgres 扩展概览

扩展就像它们的名字一样——它们通过添加 Postgres 核心没有的功能来“扩展”数据库。Supabase 已经预先安装了一些最有用的开源扩展。

🌐 Extensions are exactly as they sound - they "extend" the database with functionality which isn't part of the Postgres core. Supabase has pre-installed some of the most useful open source extensions.

启用和禁用扩展 #

🌐 Enable and disable extensions

  1. 在仪表板中转到数据库页面。
  2. 在侧边栏中点击 扩展
  3. 启用或禁用扩展程序。

升级扩展 #

🌐 Upgrade extensions

如果 Supabase 上有扩展的新版本可用,你需要在 基础设施设置 中发起软件升级以访问它。你也可以通过在 常规设置 中重启服务器来发起软件升级。

🌐 If a new version of an extension becomes available on Supabase, you need to initiate a software upgrade in the Infrastructure Settings to access it. Software upgrades can also be initiated by restarting your server in the General Settings.

完整扩展列表 #

🌐 Full list of extensions

Supabase 已经预配置了 50 多个扩展,你也可以通过 database.dev 包管理器安装其他扩展。

🌐 Supabase is pre-configured with over 50 extensions and you can install additional extensions through the database.dev package manager.

你可以直接在数据库里用 SQL 编辑器或任何 Postgres 客户端安装纯 SQL 扩展。

🌐 You can install pure SQL extensions directly in the database using the SQL editor or any Postgres client.

如果你想请求延期,可以在GitHub 讨论中添加(或点赞)它。

🌐 If you would like to request an extension, add (or upvote) it in the GitHub Discussion.