> On 22 Oct 2024, at 10:12, PG Doc comments form <nore...@postgresql.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