1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

We don't put URL's in ulink's because the URL is always generated, but

we can put words in ulink and the URL will still be printed.

per Peter
This commit is contained in:
Bruce Momjian
2005-04-09 03:52:43 +00:00
parent badb83f9ec
commit 0e2f88a6d5
19 changed files with 161 additions and 146 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.27 2005/03/31 03:54:38 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.28 2005/04/09 03:52:43 momjian Exp $ -->
<chapter id="plpython">
<title>PL/Python - Python Procedural Language</title>
@ -9,7 +9,7 @@
<para>
The <application>PL/Python</application> procedural language allows
<productname>PostgreSQL</productname> functions to be written in the
Python language,<ulink url="http://www.python.org"></ulink>.
<ulink url="http://www.python.org">Python language</ulink>.
</para>
<para>