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,
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
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