Re: PL/pgSQL function to run DDL on a remote server/cluster?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PL/pgSQL function to run DDL on a remote server/cluster?
Дата
Msg-id 1951203.1679598919@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PL/pgSQL function to run DDL on a remote server/cluster?  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: PL/pgSQL function to run DDL on a remote server/cluster?
Список pgsql-admin
Laurenz Albe <laurenz.albe@cybertec.at> writes:
> On Thu, 2023-03-23 at 12:03 -0600, Sbob wrote:
>> Is it possible to execute DDL on a remote server/cluster from a PL/pgSQL 
>> function?
>> If so can someone point me to docs or an example?

> You cannot do that with the built-in tools.
> You'd have to write an extension that can do that.

You do need an extension, but contrib/dblink should do fine.

            regards, tom lane



В списке pgsql-admin по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: PL/pgSQL function to run DDL on a remote server/cluster?
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: PL/pgSQL function to run DDL on a remote server/cluster?