Is there a tool to dump a database schema (SQL DDL) to XML?

You can use the built-in table_to_xmlschema etc. ; see postgresql.org/docs/current/static/funct....

This would be perfect except that it requires Postgres to be configured using --with-libxml, unfortunately no the case with Ubuntu's Postgres. I don't really wan't compile my own Postgres and replace my running instance to get this functionality. – Jamie Bullock Jan 17 at 14:27 @Jamie Bullock: Ubuntu's PostgreSQL package is certainly built with --with-libxml.

– Peter Eisentraut Jan 17 at 18:35 Ah, thanks. Seems my call syntax was wrong. Turns out that table_to_xmlschema() gives me exactly what I want with minimum fuss.

– Jamie Bullock Jan 18 at 12:33.

Things that spring immediately to my mind: Liquibase Schemaspy SQL Workbench's WbSchemaReport They don't use a DDL (SQL) script as input but require a database connection.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions