system command in dblink? - Mailing list pgsql-general

From AI Rumman
Subject system command in dblink?
Date
Msg-id BANLkTimp9T-a+EgkLBGx-AfA1+HKdprF6w@mail.gmail.com
Whole thread Raw
Responses Re: system command in dblink?
List pgsql-general
Is it possible to execute system commands in dblink connections?

I need to execute \i /tmp/test.sh in a remote connection from my psql client prompt.
I connected with the remote db using dblink_connect.

select dblink_connect('conn_1', 'dbname=newdb');

Any help please.

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: determine client os
Next
From: Vikram A
Date:
Subject: Re: PGP encrypt/decrypt - Prereqistes