Re: [DOCS] Correction

From: Gokhan Demir <demirgokhan(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: [DOCS] Correction
Date: 2017-11-21 19:11:57
Message-ID: CAOBOzNrPGOCcUtE8cNijysWj2DNb_v8iUYgnMi58awg=nrmEJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi Tom,

Then I guess I will need to read that part of the chapter again.
Many thanks for the clarification.

Gokhan.

On Mon, Nov 20, 2017 at 12:17 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> demirgokhan(at)gmail(dot)com writes:
> > The following documentation comment has been logged on the website:
> > Page: https://www.postgresql.org/docs/9.4/static/datatype-json.html
> > Description:
>
> > Shouldn&#39;t be below statement:
>
> > &quot;Although the jsonb_path_ops operator class supports only queries
> with the
> > @&gt; operator, it has notable performance advantages over the default
> operator
> > class jsonb_ops.&quot;
>
> > corrected to:
>
> > &quot;Although the jsonb_path_ops operator class supports only queries
> with the ?
> > operator, it has notable performance advantages over the default operator
> > class jsonb_ops.&quot;
>
> Uh, no, I don't think so:
>
> regression=# select oid from pg_opfamily where opfname = 'jsonb_path_ops';
> oid
> ------
> 4037
> (1 row)
>
> regression=# select amopopr::regoperator from pg_amop where amopfamily =
> 4037;
> amopopr
> -----------------
> @>(jsonb,jsonb)
> (1 row)
>
> regards, tom lane
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message 葛西 裕昭(システム開発部-開発9チーム CLINKS) 2017-11-22 08:46:21 PostgreSQLドキュメントバグ報告_9.3. 算術関数と演算子
Previous Message Stephen Frost 2017-11-20 16:46:19 Migration to PGLister - After