Re: pgsql: Show opclass and opfamily related information in psql

2020-05-17 Thread Alexander Korotkov
On Thu, May 14, 2020 at 1:34 PM Alexander Korotkov wrote: > On Thu, May 14, 2020 at 1:30 PM Nikita Glukhov > wrote: > > I agree that this patch is an improvement. > > OK, I'm going to push this patch if no objections. > (Sergey doesn't seem to continue involvement in PostgreSQL > development,

Re: pgsql: Show opclass and opfamily related information in psql

2020-05-14 Thread Alexander Korotkov
On Thu, May 14, 2020 at 1:30 PM Nikita Glukhov wrote: > I agree that this patch is an improvement. OK, I'm going to push this patch if no objections. (Sergey doesn't seem to continue involvement in PostgreSQL development, so it doesn't look like we should wait for him) -- Alexander Korotkov

Re: pgsql: Show opclass and opfamily related information in psql

2020-05-14 Thread Nikita Glukhov
On 14.05.2020 12:52, Alexander Korotkov wrote: Nikita, what do you think? I agree that this patch is an improvement. -- Nikita Glukhov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: pgsql: Show opclass and opfamily related information in psql

2020-05-14 Thread Alexander Korotkov
Hi! On Tue, May 12, 2020 at 12:09 AM Alvaro Herrera wrote: > On 2020-Mar-08, Alexander Korotkov wrote: > > > Show opclass and opfamily related information in psql > > > > This commit provides psql commands for listing operator classes, operator > > families and its contents in psql. New

Re: pgsql: Show opclass and opfamily related information in psql

2020-05-12 Thread Alvaro Herrera
I would appreciate opinions from the patch authors on this ordering change (rationale in previous email). I forgot to CC Sergei and Nikita. > diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c > index 8dca6d8bb4..9bd0bf8356 100644 > --- a/src/bin/psql/describe.c > +++

Re: pgsql: Show opclass and opfamily related information in psql

2020-05-11 Thread Alvaro Herrera
On 2020-Mar-08, Alexander Korotkov wrote: > Show opclass and opfamily related information in psql > > This commit provides psql commands for listing operator classes, operator > families and its contents in psql. New commands will be useful for exploring > capabilities of both builtin