\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)

相关推荐
Lihua奏8 小时前
高可用与扩展:一台 PostgreSQL 不够用之后怎么办?
postgresql
鸽芷咕13 小时前
MySQL/PostgreSQL 迁移金仓 KES:LEFT JOIN 丢数据排查与避坑指南
数据库·mysql·postgresql
Java面试题总结1 天前
PostgreSQL 数据库技术详解
数据库·postgresql
Lihua奏2 天前
PostgreSQL:数据还在内存里,为什么断电也不怕?
postgresql
周杰伦的稻香2 天前
PostgreSQL中的METHOD(认证方法)
数据库·postgresql
Zhu7582 天前
对docker环境的postgresql数据库做快速初始化
数据库·docker·postgresql
l1t3 天前
测试用rust重写的postgresql: pgrust
开发语言·postgresql·rust
IvorySQL4 天前
云环境下PostgreSQL的Cgroup内存管理实践
java·数据库·postgresql