반응형
- Character types / why should we use char instead of varchar?
- Numeric types
- Boolean types
- Temporal types
- UUID for storing Universally Unique Identifiers
- Array for storing array strings, numbers, etc...
- JSON stores JSON data
- hstore stores key-value pair
- User defined data
Boolean
true, false, null 세개의 value 가진다.
TRUE → true, 't', 'true' 'y', 'yes', '1'
FALSE → false, 'f', 'false', 'n', 'no', '0'
반응형
'DB' 카테고리의 다른 글
[PostgreSQL] 기본 데이터 타입 정리 - Array (0) | 2020.09.01 |
---|---|
[PostgreSQL] 기본 데이터 타입 정리 - UUID , Serial (0) | 2020.09.01 |
[PostgreSQL] 기본 데이터 타입 정리 - Temporal types (0) | 2020.09.01 |
[PostgreSQL] 기본 데이터 타입 - Numeric types (0) | 2020.08.17 |
[PostgreSQL] 기본 데이터 타입 - Character types (0) | 2020.08.17 |
댓글