File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 42114211 <row>
42124212 <entry><structfield>tmplacl</structfield></entry>
42134213 <entry><type>aclitem[]</type></entry>
4214- <entry>Access privileges for template (not yet used)</entry>
4214+ <entry>Access privileges for template (not actually used)</entry>
42154215 </row>
42164216
42174217 </tbody>
42224222 There are not currently any commands that manipulate procedural language
42234223 templates; to change the built-in information, a superuser must modify
42244224 the table using ordinary <command>INSERT</command>, <command>DELETE</command>,
4225- or <command>UPDATE</command> commands. It is likely that a future
4226- release of <productname>PostgreSQL</productname> will offer
4227- commands to change the entries in a cleaner fashion.
4225+ or <command>UPDATE</command> commands.
42284226 </para>
42294227
4230- <para>
4231- When implemented, the <structfield>tmplacl</structfield> field will provide
4232- access control for the template itself (i.e., the right to create a
4233- language using it), not for the languages created from the template.
4234- </para>
4228+ <note>
4229+ <para>
4230+ It is likely that <structname>pg_pltemplate</> will be removed in some
4231+ future release of <productname>PostgreSQL</productname>, in favor of
4232+ keeping this knowledge about procedural languages in their respective
4233+ extension installation scripts.
4234+ </para>
4235+ </note>
42354236
42364237 </sect1>
42374238
You can’t perform that action at this time.
0 commit comments