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
With just installed pg_shere from current master, and we observe difference in reported version numbers between pg_sphere_version() and extension version:
=> select pg_sphere_version();
pg_sphere_version
-------------------
1.1.5
=> SELECT extversion from pg_catalog.pg_extension where extname = 'pg_sphere';
extversion
------------
1.2.0