Re: New procedural language

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Massimo Fidanza <malix0(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New procedural language
Date: 2017-03-15 02:34:22
Message-ID: CAB7nPqSYhrObpVUjhK85e=13jH0eADKe65H4fdEtX_MY4yCQxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 15, 2017 at 11:08 AM, Massimo Fidanza <malix0(at)gmail(dot)com> wrote:
> what it means to add a new procedural language such as Go or Rust?

If you are willing to allow functions defined in Postgres to be
written in such languages, you are likely looking some answers in the
documentation first on how to implement that:
https://www.postgresql.org/docs/9.6/static/plhandler.html
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-03-15 02:52:05 Re: New procedural language
Previous Message Amit Kapila 2017-03-15 02:30:19 Re: Write Ahead Logging for Hash Indexes