Re: Need doc for PostgreSQL RDS External Table

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Devendra Postgres <devendrapostgresdba(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Need doc for PostgreSQL RDS External Table
Date: 2022-05-22 19:25:26
Message-ID: FACA84A5-0046-4072-9D97-6104F2F883E9@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On May 22, 2022, at 12:57 PM, Devendra Postgres <devendrapostgresdba(at)gmail(dot)com> wrote:
>
> Requirement: My CSV and flat files were there on the S3, and wanted to read the data which Iocated in S3 from the Postgres RDS table.
>
> Note: Data shouldn’t load into the table(Postgres RDS).
>
> Pls share any customized script/ doc what ever possible.

If you are going to use RDS, you will be limited to what Amazon provides--meaning you will have to load the data into a table:

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Doug Reynolds 2022-05-22 22:17:53 Re: Need doc for PostgreSQL RDS External Table
Previous Message Devendra Postgres 2022-05-22 18:57:48 Re: Need doc for PostgreSQL RDS External Table