Skip to content

Commit c496acf

Browse files
committed
Update README.md
1 parent f27bba4 commit c496acf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
postgresql-contrib-uint
22
=======================
33

4-
branch off from http://pgfoundry.org/projects/uint/
4+
This implementation is a branch from http://pgfoundry.org/projects/uint/ by [Ryan Bradetich]( http://pgfoundry.org/users/rbrad/).
5+
It provides unsigned 2 byte and unsigned 4 byte data types to postgres 8.1 and greater.
56

6-
Changes made so far:
7+
This implementation of **uint** duplicates https://github.com/maciekgajewski/postgres-uints in a way. But in addition this implementation provides **uint1** as well.
78

8-
- compatible with 9.x;
9+
Major changes made so far:
10+
11+
- made compatible with 9.x;
912
- made compatible with >= 9.3.x;
13+
- added support for **CREATE EXTENSION**;
14+

0 commit comments

Comments
 (0)