diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index a0cce540c5..87f0b01507 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ - + PL/Python - Python Procedural Language @@ -200,6 +200,7 @@ $$ LANGUAGE plpythonu; the corresponding position. + Mapping (dictionary) @@ -221,6 +222,7 @@ $$ LANGUAGE plpythonu; None with the corresponding column name as the key. + Object (any object providing method __getattr__)