bigint(int8) 64bit
interger(int, int4) 32bit
double precision(float8 = 64bit)
real(float4 = 32bit)
[링크 : https://www.postgresql.org/docs/9.2/datatype.html]
JSON 변수 타입 접근 연산자
-> (JSON object or array)
->> (stringigy?)
tablename->'json_key'->'json_key'
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
pgadmin 초기 시작시 브라우저 선택 (0) | 2019.08.15 |
---|---|
postgres sequence - auto increment (0) | 2019.08.13 |
postgres 문자열 타입 (0) | 2019.08.09 |
postgresql - 테이블 형상 보기 (0) | 2019.08.08 |
psql 테이블 목록보기 (0) | 2019.08.08 |