Re: copy expensive local view to an RDS instance

From: bricklen <bricklen(at)gmail(dot)com>
To: Marcus Engene <mengpg2(at)engene(dot)se>
Cc: POSTGRESQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: copy expensive local view to an RDS instance
Date: 2014-05-06 14:58:17
Message-ID: CAGrpgQ9QYxOgSVN-OWagdoUNGdwDXTpTg4qd5D=dCPgqficVYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, May 6, 2014 at 5:52 AM, Marcus Engene <mengpg2(at)engene(dot)se> wrote:

> Hi,
>
> I have a local db behind a firewall etc. Basically, I'd like to do what
> I'd locally would...
>
> create table abc
> as
> select
> *
> from
> local_expensive_view;
>
> abc - on RDS
> local_expensive_view - on local machine
>
> How would you go about doing this?
>
> Thanks,
> Marcus
>

A very quick search shows that rds supports dblink, so perhaps that would
work.
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marcus Engene 2014-05-06 15:07:43 Re: copy expensive local view to an RDS instance
Previous Message Adrian Klaver 2014-05-06 14:31:51 Re: Server process crash - Segmentation fault