Re: Logical replication - initial data synchronization

2024-11-21 Thread Bruce Momjian
On Thu, Oct 31, 2024 at 06:52:34PM -0400, Bruce Momjian wrote: > On Fri, Nov 1, 2024 at 09:07:38AM +1100, Peter Smith wrote: > > On Fri, Nov 1, 2024 at 2:16 AM Bruce Momjian wrote: > > > > > > On Fri, Oct 25, 2024 at 11:48:16PM +0200, Koen De Groote wrote: > > > > Number 2 would be perfect, I thi

Re: Misprints in code

2024-11-21 Thread Erik Wienhold
On 2024-11-20 09:13 +0100, PG Doc comments form wrote: > 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:

Misprints in code

2024-11-21 Thread PG Doc comments form
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 (