Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b5d734

Browse files
committed
Adjust documentation about pg_pltemplate to reflect latest thinking.
It's more likely that pg_pltemplate will go away in the future than that we'll add additional specialized infrastructure for it.
1 parent bfd7f8c commit 0b5d734

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/src/sgml/catalogs.sgml

+10-9
Original file line numberDiff line numberDiff line change
@@ -4211,7 +4211,7 @@
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>
@@ -4222,16 +4222,17 @@
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

0 commit comments

Comments
 (0)