# PostgreSQL 14 릴리즈

> Clean Markdown view of GeekNews topic #5113. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5113](https://news.hada.io/topic?id=5113)
- GeekNews Markdown: [https://news.hada.io/topic/5113.md](https://news.hada.io/topic/5113.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-10-01T09:47:29+09:00
- Updated: 2021-10-01T09:47:29+09:00
- Original source: [postgresql.org](https://www.postgresql.org/about/news/postgresql-14-released-2318/)
- Points: 6
- Comments: 0

## Topic Body

- JSON 내부 데이터 접근 지원 :

ㅤ→ SELECT ('{"a": 1}'::jsonb)['a'];

ㅤ→ UPDATE tb SET jsonb_field['a']['b'] = '1';

- Multirange 타입 지원

ㅤ→ SELECT '{[1,9), [20,30)}'::int4multirange;

- 분산 워크로드 성능 향상

ㅤ→ 논리 리플리케이션에 트랜잭션 스트리밍 지원

- 어드민, 모니터링 & 옵저버블리티 관련 기능 추가

- 병렬 쿼리, SQL 성능 향상 및 편의성 증대

- CTE에 SEARCH/CYCLE 옵션 구현

## Comments



_No public comments on this page._
