Skip to content

Commit 63328c5

Browse files
committed
Update note on Amazon RDS usage.
1 parent 10c62cc commit 63328c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ If you need the role to also be able to create schemas, you will need to grant c
6565

6666
GRANT CREATE ON DATABASE mydb TO partman;
6767

68-
I've received many requests for being able to install this extension on Amazon RDS. RDS does not support third-party extension management outside of the ones it has approved and provides itself. Therefore, I cannot provide support for running this extension in RDS if the limitations are RDS related. If you'd like to see this extension available there, please send an email to [email protected] requesting that they include it. The more people that do so, the more likely it will happen!
68+
I've received many requests for being able to install this extension on Amazon RDS. As of PostgreSQL 12.5, RDS has made the pg_partman extension available. Many thanks to the RDS team for including this extension in their environment!
69+
70+
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_Partitions.html
6971

7072
UPGRADE
7173
-------

0 commit comments

Comments
 (0)