https://github.com/adjust/pg-device_type
a device_type extension for postgres
https://github.com/adjust/pg-device_type
adjust-kpis-team adjust-pg-extension
Last synced: 9 months ago
JSON representation
a device_type extension for postgres
- Host: GitHub
- URL: https://github.com/adjust/pg-device_type
- Owner: adjust
- License: postgresql
- Created: 2015-08-14T12:26:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T16:42:53.000Z (over 1 year ago)
- Last Synced: 2025-05-12T14:09:26.459Z (about 1 year ago)
- Topics: adjust-kpis-team, adjust-pg-extension
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 59
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/adjust/pg-device_type/actions/workflows/test.yml)
# device_type
A device_type extension for postgres
The `pg-device_typey` extension create new data types `device_type`, which is a enum types.
Here are the different possible types/
- Bot
- Console
- Ipod
- Mac
- Pc
- Phone
- Server
- Simulator
- Tablet
- Tv
- Unknow
The extension also creates comparison operators and operator classes for btree and hash indexes.