Re: Psql patch to show access methods info - Mailing list pgsql-hackers

From s.cherkashin@postgrespro.ru
Subject Re: Psql patch to show access methods info
Date
Msg-id 64178681578cd2f1013db32bb7c00ddd@postgrespro.ru
Whole thread Raw
In response to Re: Psql patch to show access methods info  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Psql patch to show access methods info  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: Psql patch to show access methods info  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
List pgsql-hackers
Ok, I fixed this.

On 2018-11-20 13:41, Alvaro Herrera wrote:
> On 2018-Nov-20, s.cherkashin@postgrespro.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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Shared Memory: How to use SYSV rather than MMAP ?
Next
From: Amit Langote
Date:
Subject: Re: Regarding performance regression on specific query