Re: Psql patch to show access methods info

From: s(dot)cherkashin(at)postgrespro(dot)ru
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Psql patch to show access methods info
Date: 2018-11-20 13:08:42
Message-ID: 64178681578cd2f1013db32bb7c00ddd@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ok, I fixed this.

On 2018-11-20 13:41, Alvaro Herrera wrote:
> On 2018-Nov-20, s(dot)cherkashin(at)postgrespro(dot)ru wrote:
>
>> Yes, I am available to finish this patch.
>> I’m sorry that I hadn’t updated patch for new commitfest and I
>> grateful to
>> you for doing it and fixing some issues.
>> I would like to clarify which commands lack the output of the schema
>> names?
>> Because I tried to display them for all objects that have a schema.
>
> I think Michael is referring to the queries used to obtain the data.
> For example "FROM pg_class c" is bogus -- it must be "FROM
> pg_catalog.pg_class c".

Attachment Content-Type Size
0002-psql_add_am_info.patch text/x-diff 43.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-11-20 13:28:41 Re: Regarding performance regression on specific query
Previous Message Robert Haas 2018-11-20 12:53:53 Re: Shared Memory: How to use SYSV rather than MMAP ?