diff --git a/README.md b/README.md index 6b8c205..bfea9de 100644 --- a/README.md +++ b/README.md @@ -226,31 +226,31 @@ Type "help" for help. postgres=# \c pagila You are now connected to database "pagila" as user "postgres". pagila=# \dt -List of relations -Schema | Name | Type | Owner + List of relations + Schema | Name | Type | Owner --------+------------------+-------------------+---------- -public | actor | table | postgres -public | address | table | postgres -public | category | table | postgres -public | city | table | postgres -public | country | table | postgres -public | customer | table | postgres -public | film | table | postgres -public | film_actor | table | postgres -public | film_category | table | postgres -public | inventory | table | postgres -public | language | table | postgres -public | payment | partitioned table | postgres -public | payment_p2022_01 | table | postgres -public | payment_p2022_02 | table | postgres -public | payment_p2022_03 | table | postgres -public | payment_p2022_04 | table | postgres -public | payment_p2022_05 | table | postgres -public | payment_p2022_06 | table | postgres -public | payment_p2022_07 | table | postgres -public | rental | table | postgres -public | staff | table | postgres -public | store | table | postgres + public | actor | table | postgres + public | address | table | postgres + public | category | table | postgres + public | city | table | postgres + public | country | table | postgres + public | customer | table | postgres + public | film | table | postgres + public | film_actor | table | postgres + public | film_category | table | postgres + public | inventory | table | postgres + public | language | table | postgres + public | payment | partitioned table | postgres + public | payment_p2022_01 | table | postgres + public | payment_p2022_02 | table | postgres + public | payment_p2022_03 | table | postgres + public | payment_p2022_04 | table | postgres + public | payment_p2022_05 | table | postgres + public | payment_p2022_06 | table | postgres + public | payment_p2022_07 | table | postgres + public | rental | table | postgres + public | staff | table | postgres + public | store | table | postgres (21 rows) pagila=#