@@ -184,20 +184,20 @@ def validate(self) -> Testdrive:
184184 + self ._create_objects ("owner_role_03" , 11 )
185185 + dedent ("""
186186 $ psql-execute command="\\ l owner_db*"
187- \\ List of databases
188- Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access privileges
189- ------------+---------------+----------+-----------------+---------+-------+------------ +-----------+-------------------
190- owner_db1 | owner_role_01 | UTF8 | libc | C | C | | |
191- owner_db10 | owner_role_02 | UTF8 | libc | C | C | | |
192- owner_db11 | owner_role_03 | UTF8 | libc | C | C | | |
193- owner_db2 | other_owner | UTF8 | libc | C | C | | |
194- owner_db3 | owner_role_01 | UTF8 | libc | C | C | | |
195- owner_db4 | other_owner | UTF8 | libc | C | C | | |
196- owner_db5 | owner_role_01 | UTF8 | libc | C | C | | |
197- owner_db6 | other_owner | UTF8 | libc | C | C | | |
198- owner_db7 | owner_role_02 | UTF8 | libc | C | C | | |
199- owner_db8 | other_owner | UTF8 | libc | C | C | | |
200- owner_db9 | owner_role_01 | UTF8 | libc | C | C | | |
187+ \\ List of databases
188+ Name | Owner | Encoding | Locale Provider | Collate | Ctype | Locale | ICU Rules | Access privileges
189+ ------------+---------------+----------+-----------------+---------+-------+--------+-----------+-------------------
190+ owner_db1 | owner_role_01 | UTF8 | libc | C | C | | |
191+ owner_db10 | owner_role_02 | UTF8 | libc | C | C | | |
192+ owner_db11 | owner_role_03 | UTF8 | libc | C | C | | |
193+ owner_db2 | other_owner | UTF8 | libc | C | C | | |
194+ owner_db3 | owner_role_01 | UTF8 | libc | C | C | | |
195+ owner_db4 | other_owner | UTF8 | libc | C | C | | |
196+ owner_db5 | owner_role_01 | UTF8 | libc | C | C | | |
197+ owner_db6 | other_owner | UTF8 | libc | C | C | | |
198+ owner_db7 | owner_role_02 | UTF8 | libc | C | C | | |
199+ owner_db8 | other_owner | UTF8 | libc | C | C | | |
200+ owner_db9 | owner_role_01 | UTF8 | libc | C | C | | |
201201
202202
203203 $ psql-execute command="\\ dn owner_schema*"
@@ -217,7 +217,7 @@ def validate(self) -> Testdrive:
217217 owner_schema9 | owner_role_01
218218
219219 $ psql-execute command="\\ dt owner_t*"
220- \\ List of relations
220+ \\ List of tables
221221 Schema | Name | Type | Owner
222222 --------+-----------+-------+---------------
223223 public | owner_t1 | table | owner_role_01
@@ -233,7 +233,7 @@ def validate(self) -> Testdrive:
233233 public | owner_t9 | table | owner_role_01
234234
235235 $ psql-execute command="\\ di owner_i*"
236- \\ List of relations
236+ \\ List of indexes
237237 Schema | Name | Type | Owner | Table
238238 --------+-----------+-------+---------------+-----------
239239 public | owner_i1 | index | owner_role_01 | owner_t1
@@ -249,7 +249,7 @@ def validate(self) -> Testdrive:
249249 public | owner_i9 | index | owner_role_01 | owner_t9
250250
251251 $ psql-execute command="\\ dv owner_v*"
252- \\ List of relations
252+ \\ List of views
253253 Schema | Name | Type | Owner
254254 --------+-----------+------+---------------
255255 public | owner_v1 | view | owner_role_01
0 commit comments