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
Do not panic when version looks like 10.3 (Debian 10.3-1.pgdg90+1)
Ignore anything past a space when parsing Postgres version string.
This should make sure that a version string like
`10.3 (Debian 10.3-1.pgdg90+1)`, which I encountered when using
the postgres:10.3 docker image, is parsed properly.
0 commit comments