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 the processSQLNamePattern () function,

Re: processSQLNamePattern() analog

2018-06-06 Thread Tom Lane
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 the > processSQLNamePattern () function, which means that a template with a schema > can be fed to the input. But since the a

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 () fun