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
$ make && sudo make install
$ psql -c 'create extension zson'
ERROR: could not stat file "/usr/share/postgresql/extension/zson--1.1.sql": No such file or directory
The text was updated successfully, but these errors were encountered:
Interesting. I've tested zson 1.1 on PostgreSQL 10 where create extension just worked. I'll fix this but I have to know what version of PostgreSQL you are using to reproduce it.
Seems you've forgotten to add an updated extension file.
To reproduce on b3a7091
The text was updated successfully, but these errors were encountered: