tinyint-postgresql icon indicating copy to clipboard operation
tinyint-postgresql copied to clipboard

No such directory

Open danielleevandenboschtand opened this issue 5 years ago • 1 comments

I tried to run the following: CREATE EXTENSION tinyint; And it returned me the following error:

[2020-09-01 13:44:05] [58P01] ERROR: could not open extension control file "/usr/share/postgresql/12/extension/tinyint.control": No such file or directory What is the method to resolve this?

@danielleevandenboschtand You should download and compile it first, then you can run CREATE EXTENSION proc. See the README on https://github.com/k-gun/tinyint-postgresql.

krmgns avatar Nov 22 '20 16:11 krmgns