What schema documentation tools exist for PostgreSQL

Posted by Brad Koch on Programmers See other posts from Programmers or by Brad Koch
Published on 2012-10-19T16:20:31Z Indexed on 2012/10/19 17:16 UTC
Read the original article Hit count: 261

MySQL has MySQL Workbench for designing and documenting your schema, and generates CREATE and ALTER scripts based on your design. We're looking at migrating to PostgreSQL in the near future, and we do need a practical way of documenting and modifying the schema structure.

What similar tools exist for Postgres (that are OS X/Linux compatible)? Alternatively, what equivalent conventions would be followed for designing and documenting the structure of your Postgres database?

© Programmers or respective owner

Related posts about database

Related posts about documentation