Hi community,here's my shell:postgres=# \dDid not find any relations.postgres=# create schema namespace_a;CREATE SCHEMApostgres=# create schema namespace_b;CREATE SCHEMApostgres=# create table simple (name varchar);CREATE TABLEpostgres=# create table namespace_a.simple (name varchar);CREATE TABLEpostgres=# create table namespace_b.simple (name varchar);CREATE TABLEpostgres=# \d List of relations Schema | Name | Type | Owner --------+--------+-------+---------- public | simple | table | postgres(1 row)postgres=# I think it should print the table on namespace_a & namespace_b, not just public, it really confused me.Can someone give me some advice?Yours,Wen Yi.
pgsql-general by date:
Соглашаюсь с условиями обработки персональных данных