From 06d47f6dc6e338e44700a51ad6dff1e855a6aa33 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 25 Aug 2018 11:52:29 -0400 Subject: docs: clarify plpython SD and GD dictionary behavior Reported-by: Adam BielaĆski Discussion: https://postgr.es/m/153484305538.1370.7605856225879294548@wrigleys.postgresql.org Backpatch-through: 9.3 --- doc/src/sgml/plpython.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 905e757ab6c..9929b84e6e3 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -734,9 +734,9 @@ SELECT * FROM multiout_simple_setof(3);