Help for this page

Select Code to Download


  1. or download this
    DEV.DBUSER(DBUSER)=>INSERT INTO prod..emp SELECT * FROM newusers;
    Cross Database Access not supported for this type of command."
    
  2. or download this
    (Pg 9.5devel, HEAD dcbf5948e12a)
    
    $ psql -d testdb
    ...
    ERROR:  cross-database references are not implemented: "test.public.t"
    LINE 1: insert into test.public.t values ('value 2');