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

DDL only option not working properly #29

Closed
MichaelDBA opened this issue Apr 20, 2020 · 3 comments
Closed

DDL only option not working properly #29

MichaelDBA opened this issue Apr 20, 2020 · 3 comments

Comments

@MichaelDBA
Copy link
Collaborator

Currently, when the DDL only option is selected, last parm=true), some of the output DDL is missing, like for indexes.

@MichaelDBA
Copy link
Collaborator Author

When pg_clone_schema was first published here, it was lacking the DDL only functionality. Hence the queries were based on previous objects already created in the new schema. With DDL only, since they are not created, those queries return empty result sets.

Mission should I choose to accept it: rewrite dependent queries to generate info always based on source schema which is existent.

@MichaelDBA
Copy link
Collaborator Author

Plan on fixing this in the next few weeks. Ping me if I begin to procrastinate again. I do keep up with bugs or issues submitted by others pretty darn fast.

@MichaelDBA
Copy link
Collaborator Author

This is finally fixed.

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

No branches or pull requests

1 participant