neondatabase / neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
https://neon.tech
Apache License 2.0
13.26k stars 374 forks source link

Epic: Support `dblink`, `http`, and `postgres_fdw` extensions #3720

Open vadim2404 opened 1 year ago

vadim2404 commented 1 year ago

Motivation

dblink, http, and postgres_fdw extensions are quite popular in analytical, migration, and sharding use cases. Therefore we need to install them.

DoD

As a user, I can install these two extensions and use them.

Implementation ideas

Tasks

Other related tasks and Epics

vmatt commented 7 months ago

Hey, when this can be expected?