martes, 4 de octubre de 2011

postgre data dictionary

If you want to generate data dictionary for Postgre you can write comments on the database tables and atributes using pgAdmin tool and then use: ddbWrech : http://www.dbwrench.com/download/download_base.shtml

install it:

After downloading the dbwrench2.zip file:

  1. Extract (unzip) this file to any folder.

    The extracted folder structure will look like this:

  2. Go to the bin sub folder.
  3. Run the dbwrench2 script file to launch DbWrench.

    (i.e. Use a terminal window to navigate to the bin sub folder and type:./dbwrench2)


and get the connection




and make the reverse engineer to get the data dictionary,only clic on tool option in dbwrech and reverse engineer, its all.

thanks for watching :P

No hay comentarios: