File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
postgresql/doc/src/sgml/ref Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_language.sgml
3
3
PostgreSQL documentation
4
4
-->
5
5
6
- <refentry id="SQL-CREATELANGUAGE ">
6
+ <refentry id="sql-createlanguage ">
7
7
<!--==========================orignal english content==========================
8
8
<indexterm zone="sql-createlanguage">
9
9
<primary>CREATE LANGUAGE</primary>
@@ -62,14 +62,14 @@ ____________________________________________________________________________-->
62
62
<para>
63
63
<command>CREATE LANGUAGE</command> registers a new
64
64
procedural language with a <productname>PostgreSQL</productname>
65
- database. Subsequently, functions and trigger procedures can be
65
+ database. Subsequently, functions and procedures can be
66
66
defined in this new language.
67
67
</para>
68
68
____________________________________________________________________________-->
69
69
<para>
70
70
<command>CREATE LANGUAGE</command>为一个
71
71
<productname>PostgreSQL</productname>数据库注册一种新的
72
- 过程语言。接着,可以用这种新语言定义函数和触发器过程 。
72
+ 过程语言。接着,可以用这种新语言定义函数和存储过程 。
73
73
</para>
74
74
75
75
<note>
You can’t perform that action at this time.
0 commit comments