autodoc icon indicating copy to clipboard operation
autodoc copied to clipboard

PostgreSQL Autodoc - dumps a Postgres schema in several useful documentary forms

Results 3 autodoc issues
Sort by recently updated
recently updated
newest added

After doing an `apt` install and running on my new system, I unexpectedly hit this error. ```text $ postgresql_autodoc -h localhost -u shane --password=password -d nt -f nt -t dot...

``` postgresql_autodoc Can't locate HTML/Template.pm in @INC (you may need to install the HTML::Template module) (@INC contains: /Library/Perl/5.30/darwin-thread-multi-2level /Library/Perl/5.30 /Network/Library/Perl/5.30/darwin-thread-multi-2level /Network/Library/Perl/5.30 /Library/Perl/Updates/5.30.2 /System/Library/Perl/5.30/darwin-thread-multi-2level /System/Library/Perl/5.30 /System/Library/Perl/Extras/5.30/darwin-thread-multi-2level /System/Library/Perl/Extras/5.30) at /usr/local/bin/postgresql_autodoc line 56....

Hello, are there any sample outputs?