Re: Case insensitive query on existing data

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Saurav Sarkar <saurav(dot)sarkar1(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Case insensitive query on existing data
Date: 2020-08-13 17:15:02
Message-ID: CAHOFxGrAOCxW84+gSOzyo_b1q-2D_35nXwCP37C-4RGs75Uduw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

create index concurrently lower( jsonb->>'name' ), drop old_index
concurrently, ensure that where/on/group by conditions use lower(
jsonb->>'name' ), then take lunch.

What's your concern with this process?

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Henry Francisco Garcia Cortez 2020-08-13 17:19:44 Fwd: changing password pgagent service account
Previous Message Jonathan S. Katz 2020-08-13 17:10:24 Re: changing password pgagent service account