|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.39 2008/03/28 00:21:55 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.40 2009/03/30 16:15:43 alvherre Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="plpython">
|
4 | 4 | <title>PL/Python - Python Procedural Language</title>
|
@@ -337,7 +337,7 @@ $$ LANGUAGE plpythonu;
|
337 | 337 | <warning>
|
338 | 338 | <para>
|
339 | 339 | Currently, due to Python
|
340 |
| - <ulink url="http://sourceforge.net/tracker/index.php?func=detail&aid=1483133&group_id=5470&atid=105470">bug #1483133</ulink>, |
| 340 | + <ulink url="http://bugs.python.org/issue1483133">bug #1483133</ulink>, |
341 | 341 | some debug versions of Python 2.4
|
342 | 342 | (configured and compiled with option <literal>--with-pydebug</literal>)
|
343 | 343 | are known to crash the <productname>PostgreSQL</productname> server
|
|