On 08.01.25 09:45, Peter Eisentraut wrote:
44.2.5. Set-Returning Functions
1. You say: '...Sequence type (tuple, list, set)...'
Being an unordered collection, sets do not record element position or
order
of insertion. Accordingly, sets do not support indexing, slicing, or
other
sequence-like b
On 29.12.24 01:48, PG Doc comments form wrote:
Page: https://www.postgresql.org/docs/17/plpython-data.html
Description:
Hello,
In my opinion, some phrases on this page are not quite correct.
44.2.4. Composite Types
You say: '...Object (any object providing method __getattr__)...'
Actually, the