Re: Some comments on PL/Python documentation

2025-04-03 Thread Peter Eisentraut
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

Re: Some comments on PL/Python documentation

2025-01-08 Thread Peter Eisentraut
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

Some comments on PL/Python documentation

2025-01-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: 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__