Re: How to return a jsonb list of lists (with integers)

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to return a jsonb list of lists (with integers)
Date: 2021-02-17 16:05:53
Message-ID: CAFj8pRCFuf2C3v=PL5uyC6GWSLrj+ZEnQdspAtm+TESB1oYAZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

st 17. 2. 2021 v 15:34 odesílatel Alexander Farber <
alexander(dot)farber(at)gmail(dot)com> napsal:

> Hi Pavel,
>
> why would SELECT INTO be better here?
>

Minimally it doen't use undocumented feature. And you can be sure, so the
query is evaluated really like a query.

The expressions are evaluated differently.

Regards

Pavel

> Thanks
> Alex
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2021-02-17 16:10:37 Re: How to return a jsonb list of lists (with integers)
Previous Message Thomas Kellerer 2021-02-17 15:24:29 Re: Slow while inserting and retrieval (compared to SQL Server)