Re: PL/Python array support
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Joshua Tolley <eggyknap@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2009-12-10T20:44:50Z
Lists: pgsql-hackers
On tis, 2009-12-01 at 20:53 -0700, Joshua Tolley wrote: > This patch doesn't include any documentation; my reading of the PL/Python docs > suggests that's probably acceptable, as the existing docs don't talk about its > array handling. That said, it might be useful to include an example, to show > for instance that identical PL/Python code could create either an array of a > type or a set of rows of that type: I added a bit of documentation like that. Thanks.