Re: Psql patch to show access methods info

2019-03-22 Thread Sergey Cherkashin
eatures. I am sure that the information specified there can be submitted in a more accurate and convenient form. P.S. Since the formatting of the letter can brake the form of the tables, I attach a text file with the same content so that you do not have to do too much copy/paste to see original view =) S

Re: Psql patch to show access methods info

2018-11-23 Thread Sergey Cherkashin
er > the \dA additions. Let's deal with them separately? The attached patches are applied sequentially: first 0003- psql_add_am_info.patch, then 0003-psql_add_index_info.patch. Best regards, Sergey Cherkashin. diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index c134bca

Psql patch to show access methods info

2018-06-22 Thread Sergey Cherkashin
the output, and restoring the owner back? Or we should create a new opclass or opfamily with proper owner. Or maybe it is not necesary to test these commands? Best regards, Sergey Cherkashin s.cherkas...@postgrespro.rudiff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 3ed9021

Re: processSQLNamePattern() analog

2018-06-07 Thread Sergey Cherkashin
Thanks for the answer. On Ср, 2018-06-06 at 13:06 -0400, Tom Lane wrote: > Sergey Cherkashin writes: > > > > The command "\dA" (as well as several commands that I write) accept > > the access method name template. The resulting template is > > processed by

processSQLNamePattern() analog

2018-06-06 Thread Sergey Cherkashin
Hello! I'm working on adding to psql commands to print information about access methods. I ran into the following problem: The command "\dA" (as well as several commands that I write) accept the access method name template. The resulting template is processed by the processSQLNamePattern ()