You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first issue is that select version() currently returns a column named version() but pg_admin expects it to be called version because that's what postgresql does.
Pg admin does not currently connect ( https://www.pgadmin.org/ )
The first issue is that
select version()currently returns a column namedversion()but pg_admin expects it to be calledversionbecause that's what postgresql does.