Skip to content

pg_sphere_version() reports version that is different from extension version. #10

Closed
@andy-slac

Description

@andy-slac

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

Aren't they supposed to be the same?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions