我在192.168.4.12中连接postgres我想插入服务器IP 192.168.4.13的表中,我试过但是我收到了错误。
错误:输入结束时出现语法错误 上下文:名为"未命名":无法执行命令的dblink连接发生错误。 **********错误**********
ERROR: syntax error at end of input
SQL state: 42601
Context: Error occurred on dblink connection named "unnamed": could not execute command.
这是语法。
SELECT dblink_exec
('hostaddr=192.168.4.13 dbname=mrp-pti-coba user=postgres password=passwordb',
'insert into mst_item(item_id) values
(dblink_exec("hostaddr=192.168.4.12 dbname=mrp-exp2 user=postgres password=passworda","select item_id from mst_item")');