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



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to