Re: GenSchemaSpy

From: "Gogala, Mladen" <gogala(dot)mladen(at)gmail(dot)com>
To: Daulat <daulat(dot)dba(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: GenSchemaSpy
Date: 2021-12-31 13:41:50
Message-ID: 5b7f4e96-7fa5-b472-025d-870379d7f318@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 12/30/2021 4:15 AM, Daulat wrote:

> No.
> I am using an option -vizjs to avoid the requirement of GraphViz.
>
> See Example here:
>
> java -jar D:\schemaspy-6.1.0.jar  -t pgsql -s rpt -db testdb -u
> postgres -p 2WS -host 10.25.0.222 -o D:\rpt -dp
> D:\postgresql-42.3.1.jar -vizjs
>
>
I see everything that I need to see here:

On 12/28/2021 12:58 PM, Daulat wrote:
> _*Cannot run program "dot": CreateProcess error=2*_, The system cannot
> find the file specified
> INFO  - Graphviz rendered set to ''

Your jar file is looking for the program called "dot" which is a part of
the GraphViz package.  That's all I need to know. You will have to
install GraphViz, a standard tool for directed graphs.

Regards

--
Mladen Gogala
Oracle DBA
Tel: (347) 321-1217
Blog: https://dbwhisperer.wordpress.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Matt Zinicola 2022-01-01 06:58:33 Compilation of postgres 13.4+ source fails to find some of its own libraries
Previous Message Ron 2021-12-30 23:36:47 Re: Is file system replication sufficient to recovery?