Re: Patch: Improve Boolean Predicate JSON Path Docs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch: Improve Boolean Predicate JSON Path Docs
Date
Msg-id 2861192.1705699329@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch: Improve Boolean Predicate JSON Path Docs  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch: Improve Boolean Predicate JSON Path Docs
Next
From: Jeff Davis
Date:
Subject: Re: Change GUC hashtable to use simplehash?