|
4211 | 4211 | <row> |
4212 | 4212 | <entry><structfield>tmplacl</structfield></entry> |
4213 | 4213 | <entry><type>aclitem[]</type></entry> |
4214 | | - <entry>Access privileges for template (notyet used)</entry> |
| 4214 | + <entry>Access privileges for template (notactually used)</entry> |
4215 | 4215 | </row> |
4216 | 4216 |
|
4217 | 4217 | </tbody> |
|
4222 | 4222 | There are not currently any commands that manipulate procedural language |
4223 | 4223 | templates; to change the built-in information, a superuser must modify |
4224 | 4224 | 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. |
4228 | 4226 | </para> |
4229 | 4227 |
|
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> |
4235 | 4236 |
|
4236 | 4237 | </sect1> |
4237 | 4238 |
|
|