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
I don't manage to import my schema in the demo page. I export my database schema from pgAdmin and get a xml file using : SELECT "schema_to_xmlschema"('public', true, true, '')
but nothing appear importing this data, even with the option 'postegresql' selected.
your XML is completely incompatible with WWWSQLDesigner's XML :) Both apps are using different XML dialects. It might be possible to create a XSL transformation to convert your XML into WWWSQLDesigner's XML, but I am currently out of time and knowledge to do so.
Hello,
I don't manage to import my schema in the demo page. I export my database schema from pgAdmin and get a xml file using :
SELECT "schema_to_xmlschema"('public', true, true, '')
but nothing appear importing this data, even with the option 'postegresql' selected.
What is wrong ?
https://www.postgresql.org/docs/current/static/functions-xml.html
The text was updated successfully, but these errors were encountered: