> On 22 Oct 2024, at 10:12, PG Doc comments form <noreply(at)postgresql(dot)org> wrote:
> The correct syntax for inserting data should read:
>
> INSERT INTO people (name, address) VALUES ('A', 'foo');
> INSERT INTO people (name, address) VALUES ('B', 'bar');
Nice catch, will fix.
--
Daniel Gustafsson