Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm getting the following ERROR: column p.proisagg does not exist #1334

Open
zhanyl91 opened this issue Dec 12, 2023 · 1 comment
Open

I'm getting the following ERROR: column p.proisagg does not exist #1334

zhanyl91 opened this issue Dec 12, 2023 · 1 comment

Comments

@zhanyl91
Copy link

I'm trying to generate a documentation for PostgreSQL database version both 11, 12
I'm using this command java -jar ~/schemaspy.jar -t pgsql -dp ~/jdbc-driver.jar -db DATABASE -host SERVER -port 1433 -s dbo -u USER -p PASSWORD -o DIRECTORY running on Mac

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Context

  • Database type (e.g. MySQL):
  • Database driver version (is you use a special one):
  • Your DDL (sample how to reproduce the issue):
  • Full command including arguments how you run SchemaSpy:

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39):
  • Operating System and version (e.g. Windows 10):
  • Java version:
@npetzall
Copy link
Member

There are a couple of open issues regarding this. It was solved by introducing a new databaseType for pgsql 11 and newer.

Switch -t pgsql to -t pgsql11

Should work as long as you have a fairly recent version of SchemaSpy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants