Closed tstern-masten closed 3 years ago
Was able to roll back my postgresql version from 12 to 10 and was able to open the project as expected without errors.
So it seems the solution in the short term is to not use postgresql version 12
Given that "with oids" has been deprecated, seems to me this ticket should remain open until CCDD has a fix to support the latest Postgres?
Agreed. This requires rolling postgres back to a much less secure version.
Hello,
I am new to CCDD and PostgreSQL in general. Working through the provided tutorial I get the following error attempting to open the project in my terminal.
Digging into logs I see the following complaints as well
I am running on a linux VM and have the following versions:
After doing some digging it appears that the use of OIDS was removed in version 12 of PostGreSQL. I will roll back and try again. Apologies if this is already documented somewhere.