Re: Question About PostgreSQL Extensibility

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Sepideh Eidi <eidi(at)rhf(dot)de>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Question About PostgreSQL Extensibility
Date: 2023-10-12 13:43:54
Message-ID: e8222e32f79627b9ef4894310ddf4dbf49d2b745.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2023-10-12 at 06:09 +0000, Sepideh Eidi wrote:
> We have some .net assemblies and in your documents, I didn’t find any support for this
> type of files that is executable in DB or not. Would you please tell me that .net
> assemblies files are executable in PostgreSQL or not? Or is there any way for calling
> assembly methods inside DB?

There is no support for that. I guess somebody could write an extension PL/net,
and it looks like somebody already has: https://github.com/witblitz/pldotnet.
That code ptobably won't work with recent PostgreSQL releases, but it could be
a basis for you to work upon.

My big question for me is: Why on earth would you want to run .NET code inside a
database? Why not run it on the client?

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Priancka Chatz 2023-10-12 14:05:23 Re: List users privileges for whole cluster/all databases in the cluster
Previous Message Jana Mihalidesová 2023-10-12 13:32:34 List users privileges for whole cluster/all databases in the cluster