| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Swaha Miller <swaha(dot)miller(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: support for CREATE MODULE |
| Date: | 2022-02-04 18:46:01 |
| Message-ID: | Yf10aWfSgmlpL9rx@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2022-02-04 18:46:06 | Re: decoupling table and index vacuum |
| Previous Message | Bruce Momjian | 2022-02-04 18:39:35 | Re: Support for NSS as a libpq TLS backend |