You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
Aha, you're right. Tested and it appears it currently does not work. It actually only gets the comments for tables/columns which have no comments.
As a test I create a comment on 1 out of 2 columns listed in a table called a_new_perspective. I then ran the convert tool and had it export the data to a file and upon review of the file I do see a line like this:
COMMENT ON COLUMN a_new_perspective.test1 is '';
Once I removed the comment from the table I can now see this:
COMMENT ON COLUMN a_new_perspective.test1 is '';
COMMENT ON COLUMN a_new_perspective.test2 is '';
I expected to see the following:
COMMENT ON COLUMN a_new_perspective.test2 is 'SammieTest2';
So it does appear that the comments are attempting to be copied over, but only for those without comments. Quite the interesting...
I was curious if it would be possible to include support for table / column comments to be transferred?
If this is already supported, is there anything special I need to do to get those transferred?
The text was updated successfully, but these errors were encountered: