Is there a way to install the optional adminpack (contrib) tools for utilizing pgAdmin on an Amazon RDS PostgreSQL instance? My gut says no because of this question. When you don't have the tools installed you get the following message every time you connect via pgAdmin.
I understand the tools aren't required but if available I'd like to install them (if for no other reason than to remove the warning). When I connect to a DB instance on a Ubuntu server I can just apt-get
them or click the Fix It
button when connecting via pgAdmin, but I'm not sure how to (or if I can even) accomplish this on an RDS instance.