Re: GenSchemaSpy - Mailing list pgsql-admin

From Gogala, Mladen
Subject Re: GenSchemaSpy
Date
Msg-id 5b7f4e96-7fa5-b472-025d-870379d7f318@gmail.com
Whole thread Raw
In response to Re: GenSchemaSpy  (Daulat <daulat.dba@gmail.com>)
List 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

pgsql-admin by date:

Previous
From: Ron
Date:
Subject: Re: Is file system replication sufficient to recovery?
Next
From: Matt Zinicola
Date:
Subject: Compilation of postgres 13.4+ source fails to find some of its own libraries