All Content tagged with PostgreSQL
Amazon RDS makes it easy to set up, operate, and scale PostgreSQL deployments in the cloud.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hi Team,
I have databases running on Oracle 10.2.0.4, 11.2.0.4, 12.1.0.2, 12.2.0.1 and want to migrate them either on PostgreSQL or aurora PostgreSQL.
I just wanted to check if DMS/SCT is compatible...
I have a Postgres database hosted by Heroku that I dumped and restored via an EC2 instance to an AWS RDS database. I am able to confirm the tables were properly transferred by querying in postgres via...
Hi
After upgrading an existing Postgres 16.1 instance on RDS to 16.4 the postgres extension stopped working. Queries on tables using the extension just fails with this error.
```
ERROR: could not...
AWS OFFICIALUpdated a month ago
I've been working with AWS for the past couple of months to set up a new Landingzone where we have set up SSO, so while working with this environment I use `aws sso login` to access that.
Meanwhile,...
Hello everyone.
I have varchar type (without specified length) in Postgres DB and according to...
I have two PostgreSQL RDS databases in different regions and would like database A (us-south-1) to be able to query database B (us-west-1) using PostgreSQL's...
**Context**: I'm running into this problem on PostgreSQL running on both Aurora Serverless V2 and PostgreSQL running on RDS. The PostgreSQL database running on RDS is a `db.t4g.xlarge`. I am using IAM...
Hello,
We are using aws dms to copy the rds postgres data to our datawarehouse redshift. The issue we are facing was , in one of the tables we have jsonb as datatype in our source postgres , when...