

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Amazon RDS for PostgreSQL의 확장 버전
<a name="postgresql-extensions"></a>

Amazon RDS for PostgreSQL은 데이터베이스 기능을 개선하는 여러 확장을 지원합니다. 각 메이저 엔진 버전에는 지원되는 최소 확장 버전이 있습니다. 새 메이저 엔진의 첫 번째 마이너 버전을 릴리스하면 해당 메이저 엔진 버전에 지원되는 최소 확장 버전이 게시됩니다. DB 클러스터를 업그레이드할 때 각 확장의 최신 버전으로 업그레이드하는 것이 좋습니다. 확장 버전은 엔진 버전 업그레이드 워크플로 중에 자동으로 업그레이드되지 않습니다.

AWS 는 최신 버전의 확장을 사용할 수 있게 된 후 다음 분기별 릴리스에서 제공할 계획입니다. 각 익스텐션의 버전 관리 체계, 기능 및 호환성은 익스텐션 개발자가 결정하지 않습니다 AWS.

AWS 에서 확장 지원을 종료해야 할 수 있습니다. 가능한 경우, AWS에서는 연장 지원을 종료하기 12개월 전에 공지합니다. 그러나 보안 또는 기타 중요한 문제와 관련된 경우 지원되는 모든 엔진 버전에서 12개월 이내에 알리거나 알리지 않고 확장 또는 특정 버전의 확장에 대한 지원을 종료해야 할 수 있습니다. 언제든 최신 버전의 확장으로 업그레이드해야 할 수 있으며 이러한 경우 지침이 제공됩니다.

PostgreSQL 커뮤니티에서는 이러한 확장을 모듈이라고 부르기도 합니다. 여기에서 확장이란 PostgreSQL 엔진에서 제공하는 기능이 더욱 확장된 것을 말합니다. 해당 PostgreSQL 버전의 기본 DB 파라미터 그룹에서 Amazon RDS가 지원하는 확장 기능 목록을 확인할 수 있습니다. 또한 다음 예제에서처럼 `psql` 파라미터를 표시하면 `rds.extensions`을 사용하여 현재 확장 기능 목록을 확인할 수 있습니다.

```
SHOW rds.extensions; 
```

**참고**  
`psql`에서 `rds.extensions` 파라미터를 사용하면 마이너 버전 릴리스에서 추가된 확장이가 잘못 표시될 수 있습니다.

다음 섹션에서는 Amazon RDS가 메이저 PostgreSQL 버전에 대해 지원하는 확장 기능을 설명합니다.

**Contents**
+ [RDS for PostgreSQL 18에 지원되는 확장](#postgresql-extensions-18x)
+ [RDS for PostgreSQL 17에 지원되는 확장](#postgresql-extensions-17x)
+ [RDS for PostgreSQL 16에 대해 지원되는 확장](#postgresql-extensions-16x)
+ [RDS for PostgreSQL 15에 대해 지원되는 확장](#postgresql-extensions-15x)
+ [RDS for PostgreSQL 14에 대해 지원되는 확장](#postgresql-extensions-14x)
+ [RDS for PostgreSQL 13에 대해 지원되는 확장](#postgresql-extensions-13x)
+ [RDS for PostgreSQL 12에 대해 지원되는 확장](#postgresql-extensions-12x)
+ [RDS for PostgreSQL 11에 대해 지원되는 확장](#postgresql-extensions-11x)
+ [RDS for PostgreSQL 10에 대해 지원되는 확장](#postgresql-extensions-101x)
+ [RDS for PostgreSQL 9.6에 대해 지원되는 확장](#postgresql-extensions-96x)

## RDS for PostgreSQL 18에 지원되는 확장
<a name="postgresql-extensions-18x"></a>

다음 표에는 현재 Amazon RDS에서 지원되는 PostgreSQL 버전 18의 PostgreSQL 확장이 나와 있습니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/18/extend-extensions.html) 단원을 참조하십시오.

**참고**  
Amazon RDS for PostgreSQL 버전 18 베타 1, 18 베타 2, 18 베타 3 및 18 RC1에 대한 미리 보기 문서는 변경될 수 있습니다.


| 확장 | 18.3 | 18.2 | 18.1 | 18.0 미리 보기 | 18RC1 | 18 베타 3 | 18 베타 2 | 18 베타 1 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.6.0 | 3.6.0 | 3.6.0 | 3.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.6.0 | 3.6.0 | 3.6.0 | 3.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [amcheck](https://www.postgresql.org/docs/17/amcheck.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [auto\$1explain](https://www.postgresql.org/docs/17/auto-explain.html) | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/17/contrib-spi.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [aws\$1commons](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.Reference) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ 블룸](https://www.postgresql.org/docs/17/bloom.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| bool\$1plperl | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [btree\$1gin](http://www.postgresql.org/docs/17/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/17/btree-gist.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [citext ](http://www.postgresql.org/docs/17/citext.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [컬렉션](https://github.com/aws/pgcollection) | 1.1.0 | 1.1.0 | 1.1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [cube ](http://www.postgresql.org/docs/17/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ dblink](http://www.postgresql.org/docs/17/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| decoder\$1raw | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [ dict\$1int ](http://www.postgresql.org/docs/17/dict-int.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/17/dict-xsyn.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [earthdistance](http://www.postgresql.org/docs/17/earthdistance.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| flow\$1control | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/17/fuzzystrmatch.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| h3-pg | 4.2.3 | 4.2.3 | 4.2.3 | 4.2.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 
| [hstore](http://www.postgresql.org/docs/17/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/17/hstore.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/17/contrib-spi.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [ intagg](http://www.postgresql.org/docs/17/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/17/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 
| [isn ](http://www.postgresql.org/docs/17/isn.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| jsonb\$1plperl | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ltree ](http://www.postgresql.org/docs/17/ltree.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/15/contrib-spi.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.3 | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 
| [oracle\$1fdw](https://github.com/laurenz/oracle_fdw) | 2.8.0 | 2.8.0 | 2.8.0 | 2.8.0 | 2.8.0 | 2.8.0 | 2.8.0 | 해당 사항 없음 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 1.13 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md) | 1.2\$120250903 | 1.2\$120250903 | 1.2\$120250903 | 1.2\$120250903 | 1.2\$120240606 | 1.2\$120240606 | 1.2\$120240606 | 해당 사항 없음 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/current/pgbuffercache.html) | 1.6 | 1.6 | 1.6 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.7 | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/17/pgfreespacemap.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.8.0 | 1.8.0 | 1.8.0 | 1.8.0 | 1.8.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1logicalinspect](https://www.postgresql.org/docs/18/pglogicalinspect.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 해당 사항 없음 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/17/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 해당 사항 없음 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.3 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.1 | 해당 사항 없음 | 
| [pg\$1similarity](https://github.com/eulerto/pg_similarity) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/17/pgstatstatements.html) | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 
| [pg\$1stat\$1monitor](https://github.com/percona/pg_stat_monitor) | 2.3.1 | 2.3.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 해당 사항 없음 | 
| [pg\$1transport](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.TransportableDB.html) | 1 | 1 | 1 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1trgm](http://www.postgresql.org/docs/17/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/17/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1walinspect](https://www.postgresql.org/docs/current/pgwalinspect.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| pgactive | 2.1.7 | 2.1.7 | 2.1.6 | 2.1.6 | 2.1.6 | 2.1.5 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 18 | 18 | 18 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgcrypto](http://www.postgresql.org/docs/17/pgcrypto.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.6 | 2.4.6 | 2.4.6 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgrouting](http://docs.pgrouting.org/latest/en/index.html) | 3.8.0 | 3.8.0 | 3.8.0 | 3.8.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgrowlocks](http://www.postgresql.org/docs/17/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/17/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 해당 사항 없음 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.1 | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 
| [ plperl](https://www.postgresql.org/docs/17/plperl.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [ plpgsql](https://www.postgresql.org/docs/17/plpgsql.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 
| [plrust](https://github.com/tcdi/plrust) | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pltcl](https://www.postgresql.org/docs/17/pltcl-overview.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.2.4 | 3.2.4 | 3.2.4 | 3.2.4 | 3.2.4 | 3.2.4 | 해당 사항 없음 | 해당 사항 없음 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.6.1 | 3.6.1 | 3.6.0 | 3.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.6.0 | 3.6.0 | 3.6.0 | 3.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.6.0 | 3.6.0 | 3.6.0 | 3.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 3.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/17/postgres-fdw.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 
| [rdkit](https://github.com/rdkit/rdkit) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 해당 사항 없음 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/17/contrib-spi.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [roaringbitmap](https://github.com/ChenHuajun/pg_roaringbitmap) | 1.1.0 | 1.1.0 | 0.5 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [sslinfo](http://www.postgresql.org/docs/17/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/17/tablefunc.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [tds\$1fdw](https://github.com/tds-fdw/tds_fdw) | 2.0.5 | 2.0.5 | 2.0.5 | 2.0.4 | 2.0.4 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/17/tsm-system-rows.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/17/tsm-system-time.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 
| [unaccent ](http://www.postgresql.org/docs/17/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/17/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 

## RDS for PostgreSQL 17에 지원되는 확장
<a name="postgresql-extensions-17x"></a>

다음 표에는 현재 Amazon RDS에서 지원되는 PostgreSQL 버전 17의 PostgreSQL 확장이 나와 있습니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/17/extend-extensions.html) 단원을 참조하십시오.

**참고**  
Amazon RDS for PostgreSQL 버전 17 베타 2 및 17 베타 1에 대한 미리 보기 문서는 변경될 수 있습니다.


| 확장 | 17.9 | 17.8 | 17.7 | 17.6R2 | 17.6 | 17.5R2 | 17.5 | 17.4R2 | 17.4 | 17.3 | 17.2 | 17.1 | 17.0 미리 보기 | 17 RC1 | 17 베타 3 | 17 베타 2 | 17 베타 1 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0alpha2 | 3.5.0alpha2 | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0alpha2 | 3.5.0alpha2 | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 
| [amcheck](https://www.postgresql.org/docs/17/amcheck.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [auto\$1explain](https://www.postgresql.org/docs/17/auto-explain.html) | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/17/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1commons](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.Reference.html#USER_PostgreSQL.S3Import.create_s3_uri) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ 블룸](https://www.postgresql.org/docs/17/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| bool\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/17/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/17/btree-gist.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [citext ](http://www.postgresql.org/docs/17/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube ](http://www.postgresql.org/docs/17/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ dblink](http://www.postgresql.org/docs/17/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| decoder\$1raw | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [ dict\$1int ](http://www.postgresql.org/docs/17/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/17/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/17/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| flow\$1control | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/17/fuzzystrmatch.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| h3-pg | 4.2.3 | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 해당 사항 없음 | 해당 사항 없음 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 
| [hstore](http://www.postgresql.org/docs/17/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/17/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/17/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ intagg](http://www.postgresql.org/docs/17/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/17/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 
| [isn ](http://www.postgresql.org/docs/17/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ltree ](http://www.postgresql.org/docs/17/ltree.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/15/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.3 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [old\$1snapshot](https://www.postgresql.org/docs/15/oldsnapshot.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [oracle\$1fdw](https://github.com/laurenz/oracle_fdw) | 2.8.0 | 2.8.0 | 2.8.0 | 2.7.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.13.4 | 4.13.4 | 4.12.0 | 4.10.3 | 4.10.3 | 4.9.4 | 4.9.4 | 4.9.4 | 4.9.4 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md) | 1.2\$120250903 | 1.2\$120250903 | 1.2\$120240606 | 1.2\$120240606 | 1.2\$120240606 | 1.2\$120240606 | 1.2\$120240606 | 1.2\$120240606 | 1.2\$120240606 | 1.2\$120240606 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/current/pgbuffercache.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.4 | 1.6.4 | 1.6.3 | 1.6.3 | 1.6.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/17/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.7.1 | 1.7.1 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/17/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.3 | 1.5.2 | 1.5.1 | 1.5.2 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1similarity](https://github.com/eulerto/pg_similarity) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/17/pgstatstatements.html) | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 
| [pg\$1transport](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.TransportableDB.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/17/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/17/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1walinspect](https://www.postgresql.org/docs/current/pgwalinspect.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| pgactive | 2.1.7 | 2.1.7 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.4 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 17.1 | 17.1 | 17.1 | 17.1 | 17.1 | 17.1 | 17.0 | 17.0 | 17.0 | 17.0 | 17.0 | 17beta1 | 17beta1 | 17beta1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgcrypto](http://www.postgresql.org/docs/17/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.6 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgrouting](http://docs.pgrouting.org/latest/en/index.html) | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.2 | 3.6.2 | 3.6.2 | 3.6.2 | 3.6.2 | 3.6.2 | 3.6.2 | 
| [pgrowlocks](http://www.postgresql.org/docs/17/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/17/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.3.2 | 1.3.2 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.4 | 0.7.3 | 0.7.3 | 0.7.0 | 0.7.0 | 0.7.0 | 0.7.0 | 
| [ plperl](https://www.postgresql.org/docs/17/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/17/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 
| [plrust](https://github.com/tcdi/plrust) | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pltcl](https://www.postgresql.org/docs/17/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.0 | 3.5.0 | 3.5.0alpha2 | 3.5.0alpha2 | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0alpha2 | 3.5.0alpha2 | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0alpha2 | 3.5.0alpha2 | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0alpha2 | 3.5.0alpha2 | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 3.5.0dev | 
| [postgres\$1fdw](http://www.postgresql.org/docs/17/postgres-fdw.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 
| [rdkit](https://github.com/rdkit/rdkit) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$16(4.6.1) | 2024\$109\$13(4.6.1) | 2024\$109\$13(4.6.1) | 2024\$109\$12(4.6.1) | 2024\$109\$12(4.6.1) | 4.6.0 | 4.6.0 | 4.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.8 | 1.8 | 1.6 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/17/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [sslinfo](http://www.postgresql.org/docs/17/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/17/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tds\$1fdw](https://github.com/tds-fdw/tds_fdw) | 2.0.5 | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.3 | 2.0.3 | 2.0.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/17/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/17/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent ](http://www.postgresql.org/docs/17/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/17/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 

## RDS for PostgreSQL 16에 대해 지원되는 확장
<a name="postgresql-extensions-16x"></a>

다음 표에는 현재 Amazon RDS에서 지원되는 PostgreSQL 버전 16의 PostgreSQL 확장이 나와 있습니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/16/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 16.13 | 16.12 | 16.11 | 16.10R2 | 16.10 | 16.9R2 | 16.9 | 16.8R2 | 16.8 | 16.7 | 16.6 | 16.5 | 16.4 | 16.3-R2 | 16.3 | 16.2-R3 | 16.2-R2 | 16.2 | 16.1-R2 | 16.1 | 16.0 미리 보기 | 16 RC1 | 16 베타 3 | 16 베타 2 | 16 베타 1 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 
| [amcheck](https://www.postgresql.org/docs/16/amcheck.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [auto\$1explain](https://www.postgresql.org/docs/16/auto-explain.html) | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/16/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1commons](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.Reference.html#USER_PostgreSQL.S3Import.create_s3_uri) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ 블룸](https://www.postgresql.org/docs/16/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| bool\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/16/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/16/btree-gist.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [citext ](http://www.postgresql.org/docs/16/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube ](http://www.postgresql.org/docs/16/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ dblink](http://www.postgresql.org/docs/16/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| decoder\$1raw | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [ dict\$1int ](http://www.postgresql.org/docs/16/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/16/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/16/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| flow\$1control | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/16/fuzzystrmatch.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| h3-pg | 4.2.3 | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.17 | 2.17 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hstore](http://www.postgresql.org/docs/16/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/16/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/16/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ intagg](http://www.postgresql.org/docs/16/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/16/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 
| [isn ](http://www.postgresql.org/docs/16/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ltree ](http://www.postgresql.org/docs/16/ltree.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/15/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.0 | 2.9.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [old\$1snapshot](https://www.postgresql.org/docs/15/oldsnapshot.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [oracle\$1fdw](https://github.com/laurenz/oracle_fdw) | 2.8.0 | 2.8.0 | 2.8.0 | 2.7.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.5.0 | 2.5.0 | 2.5.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.13.4 | 4.13.4 | 4.10.3 | 4.9.4 | 4.9.4 | 4.9.0 | 4.9.0 | 4.9.0 | 4.6.1 | 4.6.1 | 4.3.0 | 4.3.0 | 4.3.0 | 4.3.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md) | 1.2-20250903 | 1.2-20250903 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/current/pgbuffercache.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.1 | 1.6.1 | 1.5.2 | 1.5.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/16/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.6.2 | 1.6.2 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.0.1 | 5.0.1 | 5.0.0 | 5.0.0 | 5.0.0 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/16/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.3 | 1.5.2 | 1.5.1 | 1.5.2 | 1.5.1 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 
| [pg\$1similarity](https://github.com/eulerto/pg_similarity) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/16/pgstatstatements.html) | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.0 | 1.1.0 | 1.1.0 | 1.0.4 | 1.0.4 | 1.0.4 | 
| [pg\$1transport](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.TransportableDB.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/16/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/16/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1walinspect](https://www.postgresql.org/docs/current/pgwalinspect.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| pgactive | 2.1.7 | 2.1.7 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.2 | 2.1.1 | 2.1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 16.1 | 16.1 | 16.1 | 16.1 | 16.1 | 16.1 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgcrypto](http://www.postgresql.org/docs/16/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.6 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgrouting](http://docs.pgrouting.org/latest/en/index.html) | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.5.0 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 
| [pgrowlocks](http://www.postgresql.org/docs/16/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/16/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.1 | 1.3.1 | 1.3.1 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.3 | 0.7.0 | 0.7.0 | 0.6.2 | 0.6.2 | 0.6.0 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.4 | 0.4.4 | 0.4.4 | 0.4.1 | 0.4.1 | 0.4.1 | 
| plcoffee | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.9 | 3.1.8 | 3.1.7 | 3.1.7 | 3.1.7 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| plls | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.9 | 3.1.8 | 3.1.7 | 3.1.7 | 3.1.7 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ plperl](https://www.postgresql.org/docs/16/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/16/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.2 | 4.2.2 | 4.2.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [plrust](https://github.com/tcdi/plrust) | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.6 | 1.2.4 | 1.2.4 | 1.2.4 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pltcl](https://www.postgresql.org/docs/16/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.9 | 3.1.8 | 3.1.7 | 3.1.7 | 3.1.7 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 3.4.0dev | 
| [postgres\$1fdw](http://www.postgresql.org/docs/16/postgres-fdw.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 
| [rdkit](https://github.com/rdkit/rdkit) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1 | 4.6.1 | 4.5.0(릴리스 2024\$103\$15) | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.3.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.7 | 1.7 | 1.5 | 1.5 | 1.5 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/16/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [sslinfo](http://www.postgresql.org/docs/16/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/16/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [tds\$1fdw](https://github.com/tds-fdw/tds_fdw) | 2.0.5 | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/16/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/16/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent ](http://www.postgresql.org/docs/16/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/16/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 

## RDS for PostgreSQL 15에 대해 지원되는 확장
<a name="postgresql-extensions-15x"></a>

다음 표에는 현재 Amazon RDS에서 지원되는 PostgreSQL 버전 15의 PostgreSQL 확장이 나와 있습니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/15/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 15.17 | 15.16 | 15.15 | 15.14R2 | 15.14 | 15.13R2 | 15.13 | 15.12R2 | 15.12 | 15.11 | 15.10 | 15.9 | 15.8 | 15.7-R2 | 15.7 | 15.6-R3 | 15.6-R2 | 15.6 | 15.5-R2 | 15.5 | 15.4-R3 | 15.4-R2 | 15.4 | 15.3-R2 | 15.3 | 15.2-R2 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 
| [amcheck](https://www.postgresql.org/docs/15/amcheck.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [auto\$1explain](https://www.postgresql.org/docs/15/auto-explain.html) | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/15/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1commons](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.Reference.html#USER_PostgreSQL.S3Import.create_s3_uri) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ 블룸](https://www.postgresql.org/docs/15/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| bool\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/15/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/15/btree-gist.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [citext ](http://www.postgresql.org/docs/15/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube ](http://www.postgresql.org/docs/15/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ dblink](http://www.postgresql.org/docs/15/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| decoder\$1raw | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [ dict\$1int ](http://www.postgresql.org/docs/15/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/15/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/15/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| flow\$1control | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/15/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [h3-pg](https://github.com/zachasme/h3-pg/tree/main#readme) | 4.2.3 | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.2 | 4.1.2 | 4.1.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 
| [hstore](http://www.postgresql.org/docs/15/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/15/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.3.1 | 1.3.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/15/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ intagg](http://www.postgresql.org/docs/15/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/15/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn ](http://www.postgresql.org/docs/15/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ltree ](http://www.postgresql.org/docs/15/ltree.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/15/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.0 | 2.9.0 | 2.9.0 | 2.9.0 | 2.9.0 | 2.9.0 | 
| [old\$1snapshot](https://www.postgresql.org/docs/15/oldsnapshot.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [oracle\$1fdw](https://github.com/laurenz/oracle_fdw) | 2.8.0 | 2.8.0 | 2.8.0 | 2.7.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.13.4 | 4.13.4 | 4.10.3 | 4.9.4 | 4.9.4 | 4.9.0 | 4.9.0 | 4.9.0 | 4.6.1 | 4.6.1 | 4.3.0 | 4.3.0 | 4.3.0 | 3.24 | 3.24 | 3.24 | 3.24 | 3.24 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md) | 1.2\$120250903 | 1.2\$120250903 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/current/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.1 | 1.6.1 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.1 | 1.4.1 | 1.4.1 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/15/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.5.3 | 1.5.3 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.0.1 | 5.0.1 | 5.0.0 | 5.0.0 | 5.0.0 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.6.2 | 4.6.2 | 4.6.2 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/15/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.3 | 1.5.2 | 1.5.1 | 1.5.2 | 1.5.1 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 
| [pg\$1similarity](https://github.com/eulerto/pg_similarity) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/15/pgstatstatements.html) | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 1.10 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.0.4 | 1.0.4 | 1.0.1 | 1.0.1 | 
| [pg\$1transport](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.TransportableDB.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/15/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/15/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1walinspect](https://www.postgresql.org/docs/current/pgwalinspect.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| pgactive | 2.1.7 | 2.1.7 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.2 | 2.1.1 | 2.1.1 | 2.1.0 | 2.1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.7.1 | 1.7.1 | 1.7.1 | 1.7.1 | 1.7.1 | 1.7.1 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 
| [pgcrypto](http://www.postgresql.org/docs/15/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.6 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 
| [pgrouting](http://docs.pgrouting.org/latest/en/index.html) | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 
| [pgrowlocks](http://www.postgresql.org/docs/15/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/15/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.1 | 1.3.1 | 1.3.1 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.3 | 0.7.0 | 0.7.0 | 0.6.2 | 0.6.2 | 0.6.0 | 0.5.1 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.4 | 0.4.4 | 0.4.1 | 0.4.1 | 해당 사항 없음 | 해당 사항 없음 | 
| plcoffee | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.9 | 3.1.8 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 
| plls | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.9 | 3.1.8 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 
| [ plperl](https://www.postgresql.org/docs/15/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/15/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 
| [plrust](https://github.com/tcdi/plrust) | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.6 | 1.2.5 | 1.2.5 | 1.2.3 | 1.1.1 | 1.1.1 | 1.0.0 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pltcl](https://www.postgresql.org/docs/15/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.9 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.4 | 3.1.4 | 3.1.4 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.3. | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 3.3.2 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/15/postgres-fdw.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 
| [rdkit](https://github.com/rdkit/rdkit) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$16) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1 | 4.6.1 | 4.5.0(릴리스 2024\$103\$15) | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.3.0 | 4.3.0 | 4.2.0 | 4.2.0 | 4.2.0 | 4.2.0 | 4.2.0 | 4.2.0 | 
| [rds\$1tools](https://aws.amazon.com/blogs/database/scram-authentication-in-rds-for-postgresql-13) | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.7 | 1.7 | 1.5 | 1.5 | 1.5 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/15/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [sslinfo](http://www.postgresql.org/docs/15/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/15/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tds\$1fdw](https://github.com/tds-fdw/tds_fdw) | 2.0.5 | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/15/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/15/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent ](http://www.postgresql.org/docs/15/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/15/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 

## RDS for PostgreSQL 14에 대해 지원되는 확장
<a name="postgresql-extensions-14x"></a>

다음 표에는 현재 Amazon RDS에서 지원되는 PostgreSQL 버전 14의 PostgreSQL 확장이 나와 있습니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/14/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 14.22 | 14.21 | 14.20 | 14.19R2 | 14.19 | 14.18R2 | 14.18 | 14.17R2 | 14.17 | 14.16 | 14.15 | 14.14 | 14.13 | 14.12-R2 | 14.12 | 14.11-R3 | 14.11-R2 | 14.11 | 14.10-R2 | 14.10 | 14.9-R2 | 14.9 | 14.8-R2 | 14.8 | 14.7 | 14.6 | 14.5 | 14.4 | 14.3 | 14.2 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.5 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.5 | 
| [amcheck](https://www.postgresql.org/docs/14/amcheck.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/14/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [auto\$1explain](https://www.postgresql.org/docs/14/auto-explain.html) | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [aws\$1commons](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.Reference.html#USER_PostgreSQL.S3Import.create_s3_uri) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats)  | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ 블룸](https://www.postgresql.org/docs/14/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| bool\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/14/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/14/btree-gist.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [citext ](http://www.postgresql.org/docs/14/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube ](http://www.postgresql.org/docs/14/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ dblink](http://www.postgresql.org/docs/14/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ dict\$1int ](http://www.postgresql.org/docs/14/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/14/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/14/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| flow\$1control | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/14/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [h3-pg](https://github.com/zachasme/h3-pg/tree/main#readme) | 4.2.3 | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.2 | 4.1.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.15 | 2.15 | 2.15 | 
| [hstore](http://www.postgresql.org/docs/14/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/14/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.3.1 | 1.3.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/14/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ intagg](http://www.postgresql.org/docs/14/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/14/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn ](http://www.postgresql.org/docs/14/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ltree ](http://www.postgresql.org/docs/14/ltree.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 해당 사항 없음 | 해당 사항 없음 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/14/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [old\$1snapshot](https://www.postgresql.org/docs/14/oldsnapshot.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [oracle\$1fdw](https://github.com/laurenz/oracle_fdw) | 2.8.1 | 2.8.1 | 2.8.0 | 2.7.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.16.3 | 4.14. | 4.14. | 4.14. | 4.14. | 4.14. | 4.14. | 4.13.4 | 4.13.4 | 4.10.3 | 4.9.4 | 4.9.4 | 4.9.0 | 4.9.0 | 4.9.0 | 4.6.1 | 4.6.1 | 4.3.0 | 4.3.0 | 3.24 | 3.24 | 3.24 | 3.24 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md) | 1.2\$120250903 | 1.2\$120250903 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/current/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.1 | 1.6.1 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/14/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.4.4 | 1.4.4 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.3.7 | 1.3.7 | 1.3.7 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | 5.0.1 | 5.0.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.6.2 | 4.6.2 | 4.6.2 | 4.6.0 | 4.6.0 | 4.6.0 | 4.6.0 | 4.6.0 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/14/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.3 | 1.5.2 | 1.4.7 | 1.5.2 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 
| [pg\$1similarity](https://github.com/eulerto/pg_similarity) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/14/pgstatstatements.html) | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.0.4 | 1.0.4 | 1.0.1 | 1.0.1 | 1.0.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1transport](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.TransportableDB.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/14/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/14/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| pgactive | 2.1.7 | 2.1.7 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.2 | 2.1.1 | 2.1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6 | 1.6 | 
| [pgcrypto](http://www.postgresql.org/docs/14/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.6 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 
| [pgrouting](http://docs.pgrouting.org/latest/en/index.html) | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.2 | 3.2.0 | 3.2.0 | 3.2.0 | 3.2.0 | 3.2.0 | 
| [pgrowlocks](http://www.postgresql.org/docs/14/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/14/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.1 | 1.3.1 | 1.3.1 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.3 | 0.7.0 | 0.7.0 | 0.6.2 | 0.6.2 | 0.6.0 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.4 | 0.4.4 | 0.4.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| plcoffee | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.15 | 3.1.10 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| plls | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.15 | 3.1.10 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| [ plperl](https://www.postgresql.org/docs/14/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/14/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 
| [plrust](https://github.com/tcdi/plrust) | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.6 | 1.2.5 | 1.2.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pltcl](https://www.postgresql.org/docs/14/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.15 | 3.1.10 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/14/postgres-fdw.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 
| [rdkit](https://github.com/rdkit/rdkit) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1(릴리스 2024\$109\$13) | 4.6.1 | 4.6.1 | 4.5.0(릴리스 2024\$103\$15) | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.4.0 | 4.3.0 | 4.2.0 | 4.2.0 | 4.2.0 | 4.2.0 | 4.2.0 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 
| [rds\$1tools](https://aws.amazon.com/blogs/database/scram-authentication-in-rds-for-postgresql-13) | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.7 | 1.7 | 1.5 | 1.5 | 1.5 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/14/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [sslinfo](http://www.postgresql.org/docs/14/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/14/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [tds\$1fdw](https://github.com/tds-fdw/tds_fdw) | 2.0.5 | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 해당 사항 없음 | 해당 사항 없음 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/14/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/14/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent ](http://www.postgresql.org/docs/14/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/14/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 

## RDS for PostgreSQL 13에 대해 지원되는 확장
<a name="postgresql-extensions-13x"></a>

다음 표에는 현재 Amazon RDS에서 지원되는 PostgreSQL 버전 13의 PostgreSQL 확장이 나와 있습니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/13/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 13.23 | 13.22R2 | 13.22 | 13.21R2 | 13.21 | 13.20R2 | 13.20 | 13.19 | 13.18 | 13.17 | 13.16 | 13.15-R2 | 13.15 | 13.14-R3 | 13.14-R2 | 13.14 | 13.13-R2 | 13.13 | 13.12-R2 | 13.12 | 13.11-R2 | 13.11 | 13.10 | 13.9 | 13.8 | 13.7 | 13.6 | 13.5 | 13.4 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 3.0.3 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 3.0.3 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| auto\$1explain | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 
| [aws\$1commons](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.Reference.html#USER_PostgreSQL.S3Import.create_s3_uri) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ 블룸](https://www.postgresql.org/docs/current/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| bool\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/current/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/current/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [citext ](http://www.postgresql.org/docs/current/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube ](http://www.postgresql.org/docs/current/cube.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [ dblink](http://www.postgresql.org/docs/current/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ dict\$1int ](http://www.postgresql.org/docs/current/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/current/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/current/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| flow\$1control | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/current/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [h3-pg](https://github.com/zachasme/h3-pg/tree/main#readme) | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.2 | 4.1.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 
| [hstore](http://www.postgresql.org/docs/current/hstore.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/current/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.3.1 | 1.3.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 
| [ intagg](http://www.postgresql.org/docs/current/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/current/intarray.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn ](http://www.postgresql.org/docs/current/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ltree ](http://www.postgresql.org/docs/current/ltree.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [oracle\$1fdw](https://github.com/laurenz/oracle_fdw) | 2.8.0 | 2.7.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.13.4 | 4.13.4 | 4.10.3 | 4.9.4 | 4.9.4 | 4.9.0 | 4.9.0 | 4.9.0 | 4.6.1 | 4.6.1 | 4.3.0 | 4.3.0 | 3.24 | 3.24 | 3.24 | 3.24 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md)  | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/current/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html) | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.1 | 1.6.1 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.3.1 | 1.3.1 | 1.3.1 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.9 | 1.3.9 | 1.3.9 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html) | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/current/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.5.2 | 1.5.1 | 1.5.2 | 1.5.1 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 
| [pg\$1similarity](https://github.com/eulerto/pg_similarity) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/current/pgstatstatements.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1transport](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.TransportableDB.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/current/pgtrgm.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pg\$1visibility](https://www.postgresql.org/docs/current/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| pgactive | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.6 | 2.1.4 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.2 | 2.1.1 | 2.1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgcrypto](http://www.postgresql.org/docs/current/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 2.3.3 | 2.3.3 | 
| [pgrouting](http://docs.pgrouting.org/latest/en/index.html) | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.4 | 3.1.3 | 3.1.3 | 3.1.3 | 3.1.3 | 3.1.0 | 3.1.0 | 
| [pgrowlocks](http://www.postgresql.org/docs/current/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/current/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.1 | 1.3.1 | 1.3.1 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.3 | 0.7.0 | 0.7.0 | 0.6.2 | 0.6.2 | 0.6.0 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.4 | 0.4.4 | 0.4.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| plcoffee | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.15 | 3.1.10 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| plls | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.15 | 3.1.10 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| [ plperl](https://www.postgresql.org/docs/current/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/current/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.5 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 
| [plrust](https://github.com/tcdi/plrust) | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.7 | 1.2.6 | 1.2.5 | 1.2.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pltcl](https://www.postgresql.org/docs/current/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.15 | 3.1.10 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 3.0.3 | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 3.0.3 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 3.0.3 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 3.0.3 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/current/postgres-fdw.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 
| [rdkit](https://github.com/rdkit/rdkit) | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 
| [rds\$1tools](https://aws.amazon.com/blogs/database/scram-authentication-in-rds-for-postgresql-13) | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.7 | 1.7 | 1.5 | 1.5 | 1.5 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [sslinfo](http://www.postgresql.org/docs/current/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/current/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [tds\$1fdw](https://github.com/tds-fdw/tds_fdw) | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/current/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/current/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent ](http://www.postgresql.org/docs/current/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/current/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 

## RDS for PostgreSQL 12에 대해 지원되는 확장
<a name="postgresql-extensions-12x"></a>

다음 표에는 현재 Amazon RDS에서 지원되는 PostgreSQL 버전 12의 PostgreSQL 확장이 나와 있습니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/12/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 12.22 | 12.21 | 12.20 | 12.19-R2 | 12.19 | 12.18-R3 | 12.18-R2 | 12.18 | 12.17-R2 | 12.17 | 12.16-R2 | 12.16 | 12.15 | 12.14 | 12.13 | 12.12 | 12.11 | 12.10 | 12.9 | 12.8 | 12.7 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| auto\$1explain | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [aws\$1commons](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.Reference.html#USER_PostgreSQL.S3Import.create_s3_uri) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.0 | 1.0 | 1.0 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ 블룸](https://www.postgresql.org/docs/12/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/12/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/12/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [citext ](http://www.postgresql.org/docs/12/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube ](http://www.postgresql.org/docs/12/cube.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [ dblink](http://www.postgresql.org/docs/12/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ dict\$1int ](http://www.postgresql.org/docs/12/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/12/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/12/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/12/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.18 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 
| [hstore](http://www.postgresql.org/docs/12/hstore.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/12/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [ intagg](http://www.postgresql.org/docs/12/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/12/intarray.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn ](http://www.postgresql.org/docs/12/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.0 | 1.0 | 1.0 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ltree ](http://www.postgresql.org/docs/12/ltree.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [oracle\$1fdw](https://github.com/laurenz/oracle_fdw) | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.13.4 | 4.13.4 | 4.10.3 | 4.9.4 | 4.9.4 | 4.9.0 | 4.9.0 | 4.9.0 | 4.6.1 | 4.6.1 | 4.3.0 | 4.3.0 | 3.24 | 3.24 | 3.24 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html) | 1.6.4 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.2 | 1.6.1 | 1.6.1 | 1.5.2 | 1.5.2 | 1.5.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.3.1 | 1.3.1 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.3.10 | 1.3.10 | 1.3.9 | 1.3.9 | 1.3.9 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.5 | 1.3.5 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html) | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/12/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 
| [pg\$1similarity](https://github.com/eulerto/pg_similarity) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/12/pgstatstatements.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [pg\$1transport](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.TransportableDB.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/12/pgtrgm.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1visibility](https://www.postgresql.org/docs/12/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| pgactive | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.3 | 2.1.2 | 2.1.1 | 2.1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4 | 1.4 | 1.4 | 
| [pgcrypto](http://www.postgresql.org/docs/12/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 2.3.2 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.5 | 3.0.5 | 3.0.5 | 3.0.5 | 3.0.0 | 
| [pgrowlocks](http://www.postgresql.org/docs/12/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/12/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.1 | 1.3.1 | 1.3.1 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.7.3 | 0.7.3 | 0.7.3 | 0.7.0 | 0.7.0 | 0.6.2 | 0.6.2 | 0.6.0 | 0.5.1 | 0.5.1 | 0.5.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| plcoffee | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.14 | 3.1.10 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 
| plls | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.14 | 3.1.10 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 
| [ plperl](https://www.postgresql.org/docs/12/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/12/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 
| [ pltcl](https://www.postgresql.org/docs/12/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 2.3.14 | 3.1.10 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.4.3 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.3 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/12/postgres-fdw.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 
| [rdkit](https://github.com/rdkit/rdkit) | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 
| [rds\$1tools](https://aws.amazon.com/blogs/database/scram-authentication-in-rds-for-postgresql-13) | 1.7 | 1.7 | 1.5 | 1.5 | 1.5 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [sslinfo](http://www.postgresql.org/docs/12/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/12/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent ](http://www.postgresql.org/docs/12/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/12/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 

## RDS for PostgreSQL 11에 대해 지원되는 확장
<a name="postgresql-extensions-11x"></a>

다음 표에는 현재 RDS for PostgreSQL에서 지원되는 PostgreSQL 버전 11.x의 PostgreSQL 확장이 나와 있습니다. "해당 사항 없음"은 PostgreSQL 버전이 확장 가능하지 않다는 의미입니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/11/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 11.22-RDS.20240509 | 11.22-R2 | 11.22 | 11.21 | 11.20 | 11.19 | 11.18 | 11.17 | 11.16 | 11.15 | 11.14 | 11.13 | 11.12 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 | 
| aws\$1commons | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [aws\$1lambda](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL-Lambda.html) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| auto\$1explain | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [ 블룸](https://www.postgresql.org/docs/11/static/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/11/static/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/11/static/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [citext ](http://www.postgresql.org/docs/11/static/citext.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [cube ](http://www.postgresql.org/docs/11/static/cube.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [ dblink](http://www.postgresql.org/docs/11/static/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ dict\$1int ](http://www.postgresql.org/docs/11/static/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/11/static/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/11/static/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/11/static/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [hll](https://github.com/citusdata/postgresql-hll) | 2.18 | 2.18 | 2.18 | 2.11 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hstore](http://www.postgresql.org/docs/11/static/hstore.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/11/static/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [ intagg](http://www.postgresql.org/docs/11/static/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/11/static/intarray.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 
| [isn ](http://www.postgresql.org/docs/11/static/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| libprotobuf | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 
| [ltree ](http://www.postgresql.org/docs/11/static/ltree.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [orafce](https://github.com/orafce/orafce) | 4.6.1 | 4.6.1 | 4.6.1 | 3.24 | 3.24 | 3.24 | 3.24 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [pg\$1bigm](https://github.com/pgbigm/pg_bigm/blob/master/docs/pg_bigm_en.md) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/11/static/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/11/static/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.5 | 1.3.5 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/11/static/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1proctab](https://github.com/markwkm/pg_proctab) | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 
| pg\$1similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/11/static/pgstatstatements.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| pg\$1transport | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/11/static/pgtrgm.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1visibility](https://www.postgresql.org/docs/11/static/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| pgactive | 2.1.1 | 2.1.1 | 2.1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.3.4 | 1.3.4 | 1.3.4 | 1.3.4 | 1.3.4 | 1.3.4 | 1.3.4 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.1 | 1.3.1 | 1.3.1 | 
| [pgcrypto](http://www.postgresql.org/docs/11/static/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 2.2.2 | 
| [pgrowlocks](http://www.postgresql.org/docs/11/static/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.1 | 
| [pgstattuple](http://www.postgresql.org/docs/11/static/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.1 | 1.3.1 | 1.3.1 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 
| plcoffee | 3.1.6 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 
| plls | 3.1.6 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 
| [ plperl](https://www.postgresql.org/docs/11/static/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/11/static/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.4 | 4.2.4 | 4.2.4 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 
| [ pltcl](https://www.postgresql.org/docs/11/static/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 3.1.6 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html)  | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.2 | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 해당 사항 없음 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.3.3 | 3.3.3 | 3.3.3 | 3.3.2 | 3.3.2 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/11/static/postgres-fdw.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 1.2.9 | 
| [rdkit](https://github.com/rdkit/rdkit) | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 
| rds\$1tools | 1.3 | 1.3 | 1.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [sslinfo](http://www.postgresql.org/docs/11/static/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/11/static/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| test\$1decoding | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/11/static/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/11/static/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent ](http://www.postgresql.org/docs/11/static/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/11/static/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 

## RDS for PostgreSQL 10에 대해 지원되는 확장
<a name="postgresql-extensions-101x"></a>

다음 표에는 현재 RDS for PostgreSQL에서 지원되는 PostgreSQL 버전 10의 PostgreSQL 확장이 나와 있습니다. "해당 사항 없음"은 PostgreSQL 버전이 확장 가능하지 않다는 의미입니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/10/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 10.23 | 10.22 | 10.21 | 10.20 | 10.19 | 10.18 | 10.17 | 
| --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 | 
| amcheck | 1 | 1 | 1 | 1 | 예 | 예 | 예 | 
| auto\$1explain | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| aws\$1commons | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ 블룸](https://www.postgresql.org/docs/10/static/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/10/static/btree-gin.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [btree\$1gist](http://www.postgresql.org/docs/10/static/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [chkpass](http://www.postgresql.org/docs/10/static/chkpass.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [citext ](http://www.postgresql.org/docs/10/static/citext.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [cube ](http://www.postgresql.org/docs/10/static/cube.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ dblink](http://www.postgresql.org/docs/10/static/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| decoder\$1raw | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [ dict\$1int ](http://www.postgresql.org/docs/10/static/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/10/static/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/10/static/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/10/static/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [hll](https://github.com/citusdata/postgresql-hll/releases/tag/v2.10.2) | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 
| [hstore](http://www.postgresql.org/docs/10/static/hstore.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/10/static/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ICU 모듈](http://site.icu-project.org/) | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [ intagg](http://www.postgresql.org/docs/10/static/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/10/static/intarray.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 
| [isn ](http://www.postgresql.org/docs/10/static/isn.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [lo](https://www.postgresql.org/docs/10/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.foreign-data-wrappers.html#CHAP_PostgreSQL.Extensions.log_fdw)  | 1.1 | 1.1 | 1.1 | 1.1 | 1.0 | 1.0 | 1.0 | 
| libprotobuf | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 | 
| [ltree ](http://www.postgresql.org/docs/10/static/ltree.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [orafce](https://github.com/orafce/orafce) | 3.24 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 3.15 | 
| pageinspect | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/10/static/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/10/static/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.3.6 | 1.3.6 | 1.3.6 | 1.3.6 | 1.3.6 | 1.3.5 | 1.3.5 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/10/static/pgprewarm.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 
| pg\$1similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/10/static/pgstatstatements.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| pg\$1transport | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/10/static/pgtrgm.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1visibility](https://www.postgresql.org/docs/10/static/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.2.4 | 1.2.3 | 1.2.3 | 1.2.3 | 1.2.1 | 1.2.1 | 1.2.1 | 
| [pgcrypto](http://www.postgresql.org/docs/10/static/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 2.2.2 | 
| [pgrowlocks](http://www.postgresql.org/docs/10/static/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 2.5.5 | 2.5.5 | 2.5.5 | 2.5.5 | 2.5.5 | 2.5.5 | 2.5.2 | 
| [pgstattuple](http://www.postgresql.org/docs/10/static/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| plcoffee | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 
| plls | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 
| [ plperl](https://www.postgresql.org/docs/10/static/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/10/static/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 
| [ pltcl](https://www.postgresql.org/docs/10/static/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Extensions.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.2 | 
| [postgis\$1raster](https://postgis.net/docs/raster.html) | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 해당 사항 없음 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.1.7 | 3.1.7 | 3.1.5 | 3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/10/static/postgres-fdw.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 
| [seg](https://www.postgresql.org/docs/current/seg.html) | 1.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [sslinfo](http://www.postgresql.org/docs/10/static/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/10/static/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tcn](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| test\$1decoding | 1 | 1 | 1 | 1 | 예 | 예 | 예 | 
| [tsearch2](http://www.postgresql.org/docs/9.6/static/tsearch2.html)(더 이상 사용되지 않음) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/10/static/tsm-system-rows.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/10/static/tsm-system-time.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.0 | 1.0 | 1.0 | 
|  [unaccent ](http://www.postgresql.org/docs/10/static/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/10/static/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.5 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 

`tsearch2` 확장자는 버전 10에서는 사용되지 않습니다. `tsearch2` 확장은 [Amazon RDS의 PostgreSQL 버전 11.1(사용되지 않음)](postgresql-versions.md#postgresql-versions-version111)에서 제거되었습니다.

## RDS for PostgreSQL 9.6에 대해 지원되는 확장
<a name="postgresql-extensions-96x"></a>

다음 표에는 현재 RDS for PostgreSQL에서 지원되는 PostgreSQL 버전 9.6.x의 PostgreSQL 확장이 나와 있습니다. "해당 사항 없음"은 PostgreSQL 버전이 확장 가능하지 않다는 의미입니다. PostgreSQL 확장 기능에 대한 자세한 내용은 [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/9.6/static/extend-extensions.html) 단원을 참조하십시오.


| 확장 | 9.6.24 | 9.6.23 | 9.6.22 | 9.6.20 | 9.6.19 | 9.6.18 | 9.6.17 | 9.6.16 | 9.6.15 | 9.6.14 | 9.6.12 | 9.6.11 | 9.6.10 | 9.6.9 | 9.6.8 | 9.6.6 | 9.6.5 | 9.6.3 | 9.6.2 | 9.6.1 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [ address\$1standardizer](https://postgis.net/docs/standardize_address.html) | 2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 | 
| [ address\$1standardizer\$1data\$1us](https://postgis.net/docs/standardize_address.html) | 2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 | 
| auto\$1explain | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 해당 사항 없음 | 해당 사항 없음 | 
| [ 블룸](https://www.postgresql.org/docs/9.6/static/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/9.6/static/btree-gin.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gist](http://www.postgresql.org/docs/9.6/static/btree-gist.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [chkpass](http://www.postgresql.org/docs/9.6/static/chkpass.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [citext ](http://www.postgresql.org/docs/9.6/static/citext.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [cube ](http://www.postgresql.org/docs/9.6/static/cube.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ dblink](http://www.postgresql.org/docs/9.6/static/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| decoder\$1raw | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [ dict\$1int ](http://www.postgresql.org/docs/9.6/static/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ dict\$1xsyn](https://www.postgresql.org/docs/9.6/static/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/9.6/static/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/9.6/static/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [hll](https://github.com/citusdata/postgresql-hll/releases/tag/v2.10.2) | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [hstore](http://www.postgresql.org/docs/9.6/static/hstore.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [ hstore\$1plperl](https://www.postgresql.org/docs/9.6/static/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ intagg](http://www.postgresql.org/docs/9.6/static/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ intarray](http://www.postgresql.org/docs/9.6/static/intarray.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 
| [isn ](http://www.postgresql.org/docs/9.6/static/isn.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [log\$1fdw](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#CHAP_PostgreSQL.Extensions.log_fdw) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 
| [ltree ](http://www.postgresql.org/docs/9.6/static/ltree.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [orafce](https://github.com/orafce/orafce) | 3.15 | 3.15 | 3.15 | 3.8 | 3.8 | 3.8 | 3.8 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 해당 사항 없음 | 해당 사항 없음 | 
| [ pg\$1buffercache](http://www.postgresql.org/docs/9.6/static/pgbuffercache.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/current/static/pgfreespacemap.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 해당 사항 없음 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan) | 1.2.7 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.5 | 1.2.5 | 1.2.5 | 1.2.5 | 1.2.3 | 1.2.3 | 1.2.3 | 1.2.2 | 1.2.2 | 1.1.3 | 1.1.3 | 1.1.3 | 1.1.3 | 해당 사항 없음 | 
| [ pg\$1prewarm](https://www.postgresql.org/docs/9.6/static/pgprewarm.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ pg\$1repack ](http://reorg.github.io/pg_repack/) | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.2 | 1.4.2 | 1.4.1 | 1.4.0 | 해당 사항 없음 | 해당 사항 없음 | 
| pg\$1similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/9.6/static/pgstatstatements.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1trgm](http://www.postgresql.org/docs/9.6/static/pgtrgm.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ pg\$1visibility](https://www.postgresql.org/docs/9.6/static/pgvisibility.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [pgcrypto](http://www.postgresql.org/docs/9.6/static/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.0 | 2.4.0 | 2.2.2 | 2.2.2 | 2.2.2 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgrowlocks](http://www.postgresql.org/docs/9.6/static/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.3.2 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [pgstattuple](http://www.postgresql.org/docs/9.6/static/pgstattuple.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| plcoffee | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 
| plls | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 
| [ plperl](https://www.postgresql.org/docs/current/static/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ plpgsql](https://www.postgresql.org/docs/current/static/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ pltcl](https://www.postgresql.org/docs/current/static/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.UpgradingPLv8) | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.0 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 | 
| [ postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 | 
| [ postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/9.6/static/postgres-fdw.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
|  [ prefix](https://github.com/dimitri/prefix) | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 해당 사항 없음 | 
| [sslinfo](http://www.postgresql.org/docs/9.6/static/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/9.6/static/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| test\$1decoding | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 예 | 
| [tsearch2](http://www.postgresql.org/docs/9.6/static/tsearch2.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1rows](https://www.postgresql.org/docs/current/static/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [ tsm\$1system\$1time](https://www.postgresql.org/docs/current/static/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
|  [unaccent ](http://www.postgresql.org/docs/9.6/static/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/9.6/static/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 버전 2.3 | 버전 2.3 | 버전 2.3 | 버전 2.3 | 버전 2.3 | 버전 2.1 | 버전 2.1 | 커밋 해시 9e962ba | 커밋 해시 9e962ba | 커밋 해시 9e962ba | 커밋 해시 9e962ba | 커밋 해시 9e962ba | 커밋 해시 01c5c1e | 커밋 해시 5352cc4 | 커밋 해시 5352cc4 | 커밋 해시 645ab69 | 커밋 해시 645ab69 | 커밋 해시 2828409 | 해당 사항 없음 | N/A | 