Re: "there is no way to insert less than one row"

2021-04-07 Thread Peter Eisentraut
On 25.03.21 00:55, Alvaro Herrera wrote: : When a table is created, it contains no data. The first thing to do : before a database can be of much use is to insert data. Data is : inserted one row at a time. Of course you can also insert : more than one row in a single command, but it is not possi

Re: "there is no way to insert less than one row"

2021-03-24 Thread Alvaro Herrera
On 2021-Mar-24, David G. Johnston wrote: > On Wed, Mar 24, 2021 at 1:29 PM Peter Eisentraut < > peter.eisentr...@enterprisedb.com> wrote: > > > On 20.03.21 20:16, PG Doc comments form wrote: > > > So, the last insert command inserted zero rows. What is meant by "there > > is > > > no way to inser

Re: "there is no way to insert less than one row"

2021-03-24 Thread David G. Johnston
On Wed, Mar 24, 2021 at 1:29 PM Peter Eisentraut < peter.eisentr...@enterprisedb.com> wrote: > On 20.03.21 20:16, PG Doc comments form wrote: > > So, the last insert command inserted zero rows. What is meant by "there > is > > no way to insert less than one row"? > > I think the point was that you

Re: "there is no way to insert less than one row"

2021-03-24 Thread Peter Eisentraut
On 20.03.21 20:16, PG Doc comments form wrote: So, the last insert command inserted zero rows. What is meant by "there is no way to insert less than one row"? I think the point was that you can't insert partial rows.