| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | el481(at)yandex(dot)ru |
| Subject: | Misprints in code |
| Date: | 2024-11-20 08:13:51 |
| Message-ID: | 173209043143.2092749.13692266486972491694@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/plpython-data.html
Description:
https://www.postgresql.org/docs/16/plpython-data.html#PLPYTHON-DATA-SET-RETURNING-FUNCS
The code contains a misprint in the following section: Iterator (any
object providing __iter__ and next methods)
def next (self): must be: def __next__ (self):
Also, the header - Iterator (any object providing __iter__ and next methods)
should be Iterator (any object providing __iter__ and __next__ methods)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2024-11-20 14:59:04 | Re: A minor bug in doc. Hovering over heading shows # besides it. |
| Previous Message | Bruce Momjian | 2024-11-18 20:40:03 | Re: fir for row level security |