Re: support for CREATE MODULE - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: support for CREATE MODULE
Date
Msg-id Yf10aWfSgmlpL9rx@momjian.us
Whole thread Raw
In response to support for CREATE MODULE  (Swaha Miller <swaha.miller@gmail.com>)
Responses Re: support for CREATE MODULE  (Swaha Miller <swaha.miller@gmail.com>)
List pgsql-hackers
On Wed, Feb  2, 2022 at 06:28:30PM -0800, Swaha Miller wrote:
> Hi,
> 
> I'm following up from Jim's POC for adding MODULE to PostgreSQL. [1]
> 
> My proposal implements modules as schema objects to be stored in a new
> system catalog pg_module with new syntax for CREATE [OR REPLACE] MODULE,

You might want to consider the steps that are most successful at getting
Postgres patches accepted:

    https://wiki.postgresql.org/wiki/Todo
    Desirability -> Design -> Implement -> Test -> Review -> Commit

In this case, you have jumped right to Implement.  Asking about
Desirability first can avoid a lot of effort.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Support for NSS as a libpq TLS backend
Next
From: Peter Geoghegan
Date:
Subject: Re: decoupling table and index vacuum