Re: PgAdmin 4 create a C language function

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Tal Glozman <glozmantal(at)gmail(dot)com>
Cc: "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: PgAdmin 4 create a C language function
Date: 2018-08-13 03:46:27
Message-ID: CAFOhELeGVeGOiVfxx5SGsdgiiO-8POePu4F0wZL3YGGOptLKYQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Tal,

On Sun, Aug 12, 2018 at 1:12 PM, Tal Glozman <glozmantal(at)gmail(dot)com> wrote:

> Hello,
>
> I'm using PgAdmin 4 (3.2) and I'm trying (unsuccessfully) to create a C
> language function. I couldn't find any graphical example that explain the
> steps and how to fill the fields in the official documentation.
>
> You can create a feature request to improve the documentation @
https://redmine.postgresql.org/projects/pgadmin4

> What should I choose in the "Object file" and "Link Symbol" fields? Can
> anyone point me to an example of the process? I didn't find anything useful
> using google.
>
> Please refer the documentation of the PostgreSQL for the same @
https://www.postgresql.org/docs/11/static/sql-createfunction.html
Also, I have attached one function of pldbgapi (Debugger) extension which
has been created as a C language function.

> Regards,
> Tal
>

Thanks,
Khushboo

Attachment Content-Type Size
C_language_function_example.png image/png 549.1 KB

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Jean-Philippe Denommee 2018-08-13 13:42:51 PostgreSQL V10
Previous Message Tal Glozman 2018-08-12 07:42:06 PgAdmin 4 create a C language function