cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Esben_D
Lansweeper Employee
Lansweeper Employee

PostgreSQL 10 is going EOL on Thursday, November 10, 2022. You can audit your IT environment and read more about the PostgreSQL lifecycle in the EOL blog post.

5 Comments
BenH_UK
Engaged Sweeper II
Esben.D wrote:
PostgreSQL 9.6 is going EOL on Thursday, November 11, 2021. You can audit your IT environment and read more about the PostgreSQL lifecycle in the EOL blog post.


Thanks for sharing this, however I'm getting an error when trying to run:

Column names in each view or function must be unique. Column name 'Version' in view or function 'web50repb5b1f7e7686f4dc99144df7d3a592081' is specified more than once.
KevinA-REJIS
Champion Sweeper II
I ran into this as well, I changed this line near the top:
  subquery1.Version, 


to this:
  subquery1.Version As [PostgreSQL Version], 
BenH_UK
Engaged Sweeper II
KevinA-REJIS wrote:
I ran into this as well, I changed this line near the top:
  subquery1.Version, 


to this:
  subquery1.Version As [PostgreSQL Version], 


Thank you!
Esben_D
Lansweeper Employee
Lansweeper Employee
Yeah noticed that too and fixed it somewhere last week. Thats the problem when I only test in in SSMS

Its fixed now though.
Esben_D
Lansweeper Employee
Lansweeper Employee

Updated the OP for the upcomming EOL of version 10.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now