pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
I would like to get connection details into the password exec command as variables so that I can connect to an AWS RDS database using IAM Authentication directly without having to copy the same information.
It would be very useful if I could use variables in the passexec, for example like the following:
Describe alternatives you've considered
I currently have the following command as my passexec command, but I have to copy the hostname, port and username from the connection detail in pgAdmin into the command.
Describe the solution you'd like
I would like to get connection details into the password exec command as variables so that I can connect to an AWS RDS database using IAM Authentication directly without having to copy the same information.
It would be very useful if I could use variables in the passexec, for example like the following:
Describe alternatives you've considered I currently have the following command as my passexec command, but I have to copy the hostname, port and username from the connection detail in pgAdmin into the command.
Additional context AWS RDS IAM database authentication for MariaDB, MySQL and PostgreSQL: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html