Hi Tom.
Thanks for your explanation. I got it.
I really appreciate it.
Jack Xu.
Tom Lane 于2022年5月25日周三 00:16写道:
> =?UTF-8?B?5b6Q5b+X5a6H5b6Q?= writes:
> > I don't know why this problem exist. Why unable display both table "
> > public.test10 、 new. test10 "
>
> That's behaving as designe
=?UTF-8?B?5b6Q5b+X5a6H5b6Q?= writes:
> I don't know why this problem exist. Why unable display both table "
> public.test10 、 new. test10 "
That's behaving as designed: \dt will show you tables that are
accessible with an unqualified name, but new.test10 is hidden
behind public.test10, so it's no
Hello All
I experience a problem. The psql \dt command unable display
same name table which have different schema.
The table new. test10 unable display.
Owing to the public.test10 exist. The pg_type_is_visible display "F"
I don't know why this problem exist. Why unable display bot