- Boolean
- True
- False
- NULL
- Character
- Char(n)
- Varchar(n)
- Text : 문자길이 제한이 없음
- Number
- Integers
- Small integer (smallint)
- Integer (int)
- Serial
- Floating-point number
- Float(n)
- Real or Float8
- Numeric or Numeric(p,s)
- Integers
- Temporal Data Type
- Date : date value only
- Time : day value
- Timestamp : date + time
- Interval : periods of time
- Timestamptz : timestamp + time zone data
- Special Data Type
- Box : a rectangular box
- Line : a set of points
- Point : a geometric pair of numbers
- Lseg : a line segment
- Polygon : a closed geometric
- Inet : an IP4 address
- Macaddr :a MAC address
- Arrays Data Type