Skip to content

Improves schema extraction for PostgreSQL #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 18, 2024

Conversation

alex-kulakov
Copy link
Contributor

  • Handles inability to resolve schema owner with understandable exception message
  • Extraction algorithm supports not only users but roles as owners of schema (in PostgreSQL user is just a role which allows to log in); this also allows to extract public schema of PostgreSQL v14+ where system role pg_database_owner was introduced and later became default owner for public schema

@alex-kulakov alex-kulakov merged commit 11ff59c into 7.1 Nov 18, 2024
@alex-kulakov alex-kulakov deleted the 7.1-pgsql-schema-extraction-imp branch November 18, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant