Re: Removing pg_pltemplate and creating "trustable" extensions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Stephen Frost <sfrost@snowman.net>, pgsql-hackers@lists.postgresql.org
Date: 2019-11-15T21:22:17Z
Lists: pgsql-hackers
Attachments
- 0001-invent-trusted-extensions-3.patch (text/x-diff) patch 0001
- 0002-make-pls-pure-extensions-3.patch (text/x-diff) patch 0002
- 0003-interpret-create-lang-as-create-ext-3.patch (text/x-diff) patch 0003
- 0004-remove-pg_pltemplate-3.patch (text/x-diff) patch 0004
I wrote: > Accordingly, here's a patchset that does it like that. The cfbot noticed that a couple of patches committed this week created (trivial) conflicts with this patchset. Here's a v3 rebased up to HEAD; no interesting changes. regards, tom lane
Commits
-
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
- 50fc694e4374 13.0 landed