filling a table from another database

0

I'm trying to fill a table with information from another from another database, but I get this error

cross-database references are not implemented:

the code I use to do the copying is this

insert into sigestel.public.estado (select * from dblink('centauro.public.estado'))
    
asked by Angel Gutierrez 06.06.2018 в 15:32
source

0 answers