tables in the DB is not available after pg_restore. - Mailing list pgsql-docs

From PG Doc comments form
Subject tables in the DB is not available after pg_restore.
Date
Msg-id 157319542323.14272.7789870140816160282@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/app-pgrestore.html
Description:

Hi, 

I have one question about pg_restore tool, tables in the DB is not available
after pg_restore. Even if the user is still the owner of table after
restore.
Steps:
1.    Create one database and the owner is user1. And create table and pop
the data with user1
2.    Use pg_dump tool to backup one database with superuser postgres.
3.    Use pg_restore tool to restore the database with the parameter –clean
and supper user.
4.    Connect the db with user1 and found the user does not select table as
below.
  cdb=> \dt
Did not find any relations.

Thanks
Zeng

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?
Next
From: Daniel Gustafsson
Date:
Subject: Re: The word "virgin" used incorrectly and probably better offreplaced