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'))