JnBrymn
JnBrymn

Reputation: 25373

How do I export a postgresql database schema to an XML format?

Uh... How do I export a postgresql database schema to an XML format?

Upvotes: 7

Views: 10153

Answers (2)

Peter Eisentraut
Peter Eisentraut

Reputation: 36749

Use one of the functions table_to_xml, schema_to_xml, etc. See the documentation.

Upvotes: 16

bw_üezi
bw_üezi

Reputation: 4564

I use dbunit for this purpose.

I think DbVisualizer can it as well.

Upvotes: 2

Related Questions