On Fri, Mar 31, 2023 at 11:26 AM Tom Lane wrote:
> "David G. Johnston" writes:
> > On Fri, Mar 31, 2023 at 8:10 AM Zhang Mingli
> wrote:
> >> When I exec a sql SELECT INTO without columns or * by mistake, it
> succeeds:
>
> > Yes, a table may have zero columns by design.
>
> Yup, we've allowed
"David G. Johnston" writes:
> On Fri, Mar 31, 2023 at 8:10 AM Zhang Mingli wrote:
>> When I exec a sql SELECT INTO without columns or * by mistake, it succeeds:
> Yes, a table may have zero columns by design.
Yup, we've allowed that for some time now; see the compatibility comments
at the botto
On Fri, Mar 31, 2023 at 8:10 AM Zhang Mingli wrote:
> When I exec a sql SELECT INTO without columns or * by mistake, it succeeds:
>
>
Yes, a table may have zero columns by design.
David J.