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?
Дата
Msg-id ad07bcffd3ab3adc3a98dffa068e0e213d87e006.camel@cybertec.at
обсуждение исходный текст
Ответ на PL/pgSQL function to run DDL on a remote server/cluster?  (Sbob <sbob@quadratum-braccas.com>)
Ответы Re: PL/pgSQL function to run DDL on a remote server/cluster?
Список pgsql-admin
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.

Yours,
Laurenz Albe



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

Предыдущее
От: Sbob
Дата:
Сообщение: 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?