Skip to content

Commit

Permalink
docs: Use consistent schemaspy command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 29, 2024
1 parent 05489ec commit c5071eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Run SchemaSpy, using appropriate values for the ``-db`` (database name), ``-s``
.. code-block:: bash
java -jar schemaspy.jar -t pgsql -dp postgresql.jar -host localhost -db DATABASE -s SCHEMA -u USER -p PASSWORD -o schemaspy -norows
java -jar schemaspy.jar -t pgsql -dp postgresql.jar -o schemaspy -norows -host localhost -db DATABASE -s SCHEMA -u USER -p PASSWORD
Use either the ``schemaspy/diagrams/summary/relationships.real.compact.png`` or ``schemaspy/diagrams/summary/relationships.real.large.png`` file and check the ``schemaspy/diagrams/orphans/`` directory.
Expand Down

0 comments on commit c5071eb

Please sign in to comment.