Re: Summary of DDL/DML statement return/output values?

2020-06-23 Thread Steve Estes
at returns more than one line of input, for example? Other than a SELECT or a DML with a RETURNING clause, of course. On Tue, Jun 23, 2020 at 4:01 PM Alvaro Herrera wrote: > On 2020-Jun-23, Steve Estes wrote: > > > Thanks Alvaro. Looks cool. So, on the one hand it'd be ni

Re: Summary of DDL/DML statement return/output values?

2020-06-23 Thread Steve Estes
ike a standard thing that software docs cover - like how the documentation of a programming language's function library always mentions what is returned by each function (even if nothing). -Steve On Mon, Jun 22, 2020 at 1:43 PM Alvaro Herrera wrote: > On 2020-Jun-22, Steve Estes wr

Summary of DDL/DML statement return/output values?

2020-06-22 Thread Steve Estes
a little surprised when I couldn't readily find that information, given the thoroughness of documentation in every other respect. Thanks for your help, Steve Estes