Tom Lane writes:
> 1. A wildcardable pattern must consist of either "namepattern" or
> "namepattern.namepattern".
Regarding the use of quotes: Would
\d "foo.bar"
show the table "foo.bar", whereas
\d "foo"."bar"
would show the table "bar" in schema "foo"?
--
Peter Eisentraut peter_e(at)gmx(dot)net