Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit676d1b4

Browse files
committed
Remove duplicated index entry.
1 parent4ae15f2 commit676d1b4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎doc/src/sgml/plpython.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.32 2006/09/03 22:15:32 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.33 2006/09/03 22:23:58 tgl Exp $ -->
22

33
<chapter id="plpython">
44
<title>PL/Python - Python Procedural Language</title>
@@ -256,9 +256,7 @@ $$ LANGUAGE plpythonu;
256256
<para>
257257
If you do not provide a return value, Python returns the default
258258
<symbol>None</symbol>. <application>PL/Python</application> translates
259-
Python's <symbol>None</symbol> into the SQL null
260-
value.<indexterm><primary>null value</><secondary
261-
sortas="PL/Python">in PL/Python</></indexterm>
259+
Python's <symbol>None</symbol> into the SQL null value.
262260
</para>
263261

264262
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp