-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
a/data/postgresc/consoleRelated to consoleRelated to consolek/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/longtermLow priority issues that will be picked up based on user feedback or bandwidthLow priority issues that will be picked up based on user feedback or bandwidth
Description
Schema is a powerful feature of PostgreSQL , which supports many use cases where we need better isolation stories.
For example, in a multi-tenant application, we might need isolated schema for each tenant. It will allow us to easily import, export, clone, destroy, edit a specific schema whenever we want.
Feature i'd love to have:
- Allow cloning schema, which included everything the cloned schema currently has.
- Allow export, import and destroy specific schema right from UI.
jvice152, mnlbox, jaycverg, spiffytech and jmsegrev
Metadata
Metadata
Assignees
Labels
a/data/postgresc/consoleRelated to consoleRelated to consolek/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/longtermLow priority issues that will be picked up based on user feedback or bandwidthLow priority issues that will be picked up based on user feedback or bandwidth