5 results found
-
Support pg_qualstats as a PostgreSQL Extension
As a database administrator or developer,
I desire the ability to receive automated suggestions for creating, deleting, and optimizing indexes.
This capability would enable me to actively design and fine-tune indexes, enhancing query performance and facilitating efficient database performance tuning.16 votes -
Default privileged user for PG 15 connection pool
Because of a change in Postgresql v15, user's no longer have access to the public schema by default. This means they can no longer create/modify objects by default. This is a breaking change because before you could create database pool for a specific user/db combo and expect that they would be able to access the objects in that database. I believe that Aiven should automatically grant permissions for a particular user on a particular database when there is a pool made for that user/db combo
2 votesPostgreSQL 15 removes the global write privilege from the public schema. However, it is possible to provide the same level of collaboration to users, by making use of user schemas, and role-based access. Continuing the pre-PostgreSQL 15 practices on PostgreSQL 15 is discouraged.
-
Support oracle_fdw as a PostgreSQL Extension
As a database administrator or developer, I would like to integrate PostgreSQL with Oracle databases using the oracle_fdw extension so that I can seamlessly access data in Oracle databases from within PostgreSQL using standard SQL queries. This feature simplifies data integration and allows for efficient cross-database operations without the need for complex data migration processes.
1 voteThis is a duplicate idea.
-
Allow managing Postgres serviceuser privileges through API
As a applicationplatform developer
I want to create and manage postgres service users through the API
so that I can provision a database and associated service user via the APIThis would allow us to create a database and a service user for an application, and grant privileges for only that database to that service user and forward the credentials to the application, which would then be able to connect and start using the database directly.
We would avoid having to either share credentials for the avnadmin user, or having to write a separate tool to connect using avnadmin to…
1 voteIn the Aiven Console, Aiven API and Aiven CLI, you can create service users with credentials on your databases programmatically for your applications' needs.
https://aiven.io/docs/platform/howto/create_new_service_user
-
Support Logical replication from an existing RDS-PostgreSQL to Aiven PostgreSQL
Source: RDS-PostgreSQL
Target: Aiven for PostgreSQLCurrent status: Logical replication not supported, only dump & restore is supported for RDS
Need: Support logical replication to help smooth migration form RDS to Aiven PostgreSQL1 vote
- Don't see your idea?