Re: Patch: Improve Boolean Predicate JSON Path Docs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: Erik Wienhold <ewie(at)ewie(dot)name>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Patch: Improve Boolean Predicate JSON Path Docs
Date: 2024-01-19 21:22:09
Message-ID: 2861192.1705699329@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> I experimented with

> SELECT '
> ... multiline json value ...
> ' AS json
> \gexec

> but that didn't seem to work either. Anybody have a better idea?

Oh, never mind, \gset is what I was reaching for. We can make
it work with that.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2024-01-19 21:38:33 Re: Change GUC hashtable to use simplehash?
Previous Message Tom Lane 2024-01-19 21:15:26 Re: Patch: Improve Boolean Predicate JSON Path Docs