Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 532 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 532 Bytes

TEST

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.