We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5906e10 commite5a452bCopy full SHA for e5a452b
doc/src/sgml/installation.sgml
@@ -204,10 +204,10 @@ su - postgres
204
installation with the header files and
205
the <application>distutils</application> module. The minimum
206
required version is <productname>Python</productname> 2.3.
207
-For full functionality, a 2.3.x installation must include the
208
- separately-available <filename>cdecimal</> module; in particular
209
- the <application>PL/Python</> regression tests will not pass if that
210
- is missing.
+(To work with function arguments of type <type>numeric</>, a 2.3.x
+installation must include theseparately-available <filename>cdecimal</>
+module; notethe <application>PL/Python</> regression tests
+will not pass if thatis missing.)
211
<productname>Python 3</productname> is supported if it's
212
version 3.1 or later; but see
213
<![%standalone-include[the <application>PL/Python</> documentation]]>