Most viewed recipes tagged "informix"http://code.activestate.com/recipes/tags/informix/views/2014-02-21T09:16:15-08:00ActiveState Code RecipesDump Informix schema to text (Python)
2014-02-21T09:16:15-08:00Michal Niklashttp://code.activestate.com/recipes/users/186902/http://code.activestate.com/recipes/576621-dump-informix-schema-to-text/
<p style="color: grey">
Python
recipe 576621
by <a href="/recipes/users/186902/">Michal Niklas</a>
(<a href="/recipes/tags/database/">database</a>, <a href="/recipes/tags/informix/">informix</a>, <a href="/recipes/tags/schema/">schema</a>).
Revision 6.
</p>
<p>I needed "normalized" dump of Informix database so I can easily compare two databases.
I have similar tools for other databases:</p>
<p>PostgreSQL: <a href="http://code.activestate.com/recipes/576557/" rel="nofollow">http://code.activestate.com/recipes/576557/</a></p>
<p>Oracle: <a href="http://code.activestate.com/recipes/576534/" rel="nofollow">http://code.activestate.com/recipes/576534/</a></p>