Skip to content

Commit b7dea7d

Browse files
committed
Update create_transform.sgml
ref/create_transform.sgml调整内容191216 row3———————————————— 根据WinMerge比较结果,将 "<refentry id="SQL-CREATETRANSFORM">" 调整为小写 "<refentry id="sql-createtransform">" row290———————————————— 根据WinMerge比较结果,将 "CREATE LANGUAGE plpythonu ...;" 调整为新内容 "CREATE EXTENSION plpythonu;" row318 根据row290英文内容更新,将 "CREATE LANGUAGE plpythonu ...;" 调整为新翻译内容 "CREATE EXTENSION plpythonu;" row309———————————————— 根据WinMerge比较结果,将 " In practice, these commands would be wrapped up in extensions." 调整为新内容 " In practice, these commands would be wrapped up in an extension."
1 parent b338746 commit b7dea7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

postgresql/doc/src/sgml/ref/create_transform.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/ref/create_transform.sgml -->
22

3-
<refentry id="SQL-CREATETRANSFORM">
3+
<refentry id="sql-createtransform">
44
<!--==========================orignal english content==========================
55
<indexterm zone="sql-createtransform">
66
<primary>CREATE TRANSFORM</primary>
@@ -287,7 +287,7 @@ ____________________________________________________________________________-->
287287
<programlisting>
288288
CREATE TYPE hstore ...;
289289

290-
CREATE LANGUAGE plpythonu ...;
290+
CREATE EXTENSION plpythonu;
291291
</programlisting>
292292
Then create the necessary functions:
293293
<programlisting>
@@ -306,7 +306,7 @@ CREATE TRANSFORM FOR hstore LANGUAGE plpythonu (
306306
TO SQL WITH FUNCTION plpython_to_hstore(internal)
307307
);
308308
</programlisting>
309-
In practice, these commands would be wrapped up in extensions.
309+
In practice, these commands would be wrapped up in an extension.
310310
</para>
311311
____________________________________________________________________________-->
312312
<para>
@@ -315,7 +315,7 @@ ____________________________________________________________________________-->
315315
<programlisting>
316316
CREATE TYPE hstore ...;
317317

318-
CREATE LANGUAGE plpythonu ...;
318+
CREATE EXTENSION plpythonu;
319319
</programlisting>
320320
然后创建需要的函数:
321321
<programlisting>

0 commit comments

Comments
 (0)