Skip to content
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

pgsql export constraints #351

Closed
wants to merge 3 commits into from

Conversation

helix84
Copy link
Contributor

@helix84 helix84 commented Jul 19, 2019

Adds features to export in the pgsql driver.

Partially fixes bug#587.

  • export constraints (except TYPEs, to be added)
  • first create all tables, only then create all FK constraints (avoids reordering CREATE TABLE statements on order of their FK dependency)

@helix84 helix84 force-pushed the pgsql-export-constraints branch from 0584aaf to 72b1dcd Compare July 19, 2019 13:25
@helix84 helix84 force-pushed the pgsql-export-constraints branch from 72b1dcd to 884eee6 Compare July 19, 2019 14:03
@JanTvrdik
Copy link

This would be incredible useful for me as this is by far the biggest issue I encounter when working with Adminer on daily basis.

@helix84
Copy link
Contributor Author

helix84 commented Apr 29, 2020

IMO this can be merged. Even if I didn't have time to add support for types, this is an improvement that works as is.

@vrana
Copy link
Owner

vrana commented Feb 6, 2021

Good work. Merged, thanks.

@vrana vrana closed this Feb 6, 2021
@JanTvrdik
Copy link

❤️

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.

3 participants