\dx Postgres 查看EXTENSION

#创建

postgres=> \c testdb1

You are now connected to database "testdb1" as user "user1".

testdb1=> create extension postgres_fdw;

CREATE EXTENSION

#查看

testdb1=> \dx

List of installed extensions

Name | Version | Schema | Description

--------------+---------+------------+----------------------------------------------------

plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language

postgres_fdw | 1.1 | public | foreign-data wrapper for remote PostgreSQL servers

(2 rows)

相关推荐
geovindu3 天前
sql: Transaction & Concurrency Patterns using postgresql 18
postgresql·数据库开发·数据库架构
thinking_talk3 天前
WorkBuddy应用生成背后的数据层:腾讯云PG
postgresql·腾讯云·云数据库
知识的搬运工旺仔4 天前
唯一索引与 NULL 值:PostgreSQL 主键约束与 NULLS NOT DISTINCT
数据库·后端·sql·postgresql
jnrjian4 天前
EDB postgresql TDE 加密的文件
postgresql
IvorySQL4 天前
PostgreSQL 日报|逻辑解码竞态条件修复(9 月 20 日)
数据库·人工智能·postgresql
XMYX-04 天前
Rocky_Linux_9.8_安装_PostgreSQL_16
postgresql
foolishlee4 天前
SCRAM-SHA-256
数据库·算法·postgresql
IvorySQL5 天前
IvorySQL 5.6 发布:PG 18.6 内核升级,沙盒即开即用
数据库·人工智能·postgresql
腾科IT教育5 天前
PGCM考试详解:认证价值、含金量及与PGCA、PGCE区别
postgresql·pg·pgcm考试·pgca考试·pgce考试
Zhu7585 天前
docker环境快速部署postgresql数据库18及以上版本
postgresql·容器