insert into forieng_table
select * from src_table ;
这样的语句在 sdb1.10 + postgresql9.3.5 是支持;
但是在 sdb1.13 + postgresql9.3.5 报错,说连接失败,难道是我这边网络不稳定导致的?
报错信息如下:
postgres=# insert into test_map_config(c1) values('123type');
INSERT 0 1
postgres=# insert into forieng_table
select * from src_table ; postgres-#
The connection to the server was lost. Attempting reset: Failed.
希望能看看。