Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e5a452b

Browse files
committed
Improve documentation note about Python 2.3 and cdecimal.
Explain exactly what fails (ie, function arguments of type numeric) if you don't have it.
1 parent 5906e10 commit e5a452b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/installation.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ su - postgres
204204
installation with the header files and
205205
the <application>distutils</application> module. The minimum
206206
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.
207+
(To work with function arguments of type <type>numeric</>, a 2.3.x
208+
installation must include the separately-available <filename>cdecimal</>
209+
module; note the <application>PL/Python</> regression tests
210+
will not pass if that is missing.)
211211
<productname>Python 3</productname> is supported if it's
212212
version 3.1 or later; but see
213213
<![%standalone-include[the <application>PL/Python</> documentation]]>

0 commit comments

Comments
 (0)