write an analyze_function for own type

From: 黄宁 <huangning0722(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: write an analyze_function for own type
Date: 2022-11-09 07:46:26
Message-ID: CAKgrFs9LVH-57mt0gd=_dsZ+jdo465W8S_9MXGsiAb41uGhxOQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I now have some custom data like:
[0x1 0x22 0x365]
It has a level attribute, that is, the level of 0x1 is 1, and the level of
0x22 is 2. How should I count the minimum level in a table? I want to use
this statistic in GIN index.

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2022-11-09 10:02:43 Re: Q: pg_hba.conf separate database names file format
Previous Message Michael Paquier 2022-11-09 05:19:26 Re: Q: pg_hba.conf separate database names file format