mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Patch by: wieck@sapserv.debis.de (Jan Wieck) One of the design rules of PostgreSQL is extensibility. And to follow this rule means (at least for me) that there should not only be a builtin PL. Instead I would prefer a defined interface for PL implemetations.