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

A tiny int implementation as a data type of PostgreSQL

Results 5 tinyint-postgresql issues
Sort by recently updated
recently updated
newest added

Fixes: 1- ERROR: could not find function information for function "bt_tinyint_i8_cmp" [#2] 2- No longer able to build on Postgresql 11, Ubuntu 18.04 [#4]

-- had to modify the Makefile to ensure the version checked out but this was sufficient to install on Postgresql 10 however this will not work on Postgresql 11, anyway...

There is only one repository tinyint compiled against PostgreSQL 13+ with no changes with some good commits after the last point of this repository. Please add in README.md link to...

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...

From the pgxn version, getting this error when trying to 'create extension'. See below ``` CurrentUser@MACHINE MINGW64 /c/PG-10._/pgxnclient/pgxnclient/Scripts $ python pgxnclient-script.py install tinyint INFO: best version: tinyint 0.1.1 INFO: saving...