Re: Psql patch to show access methods info

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Psql patch to show access methods info
Дата
Msg-id 20181120104153.mgl5qy6uowryhesn@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Psql patch to show access methods info  (s.cherkashin@postgrespro.ru)
Ответы Re: Psql patch to show access methods info  (s.cherkashin@postgrespro.ru)
Список pgsql-hackers
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".

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: s.cherkashin@postgrespro.ru
Дата:
Сообщение: Re: Psql patch to show access methods info
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: mysql_fdw crash