Open m-kuhn opened 3 years ago
Oops, my bad ( #37833 ) but Postgres 9.4 is not supported anymore :p
Are you thinking of reusing the old query (with the bug on multiple relationships that we fixed with this PR and the other one from @SebastienPeillet )?
Using the "discover relations" button doesn't discover anything with postgres 9.4. The reason for this is described below, but not so relevant any more (PG 9.4 is EOL). What is still relevant is the "silently" part, as it hides any other problems as well to discover relations (e.g. permission issues etc).
Running the SQL used for discovery directly returns
regnamespace was only added in postgres 9.5. Investing into postgres 9.4.