File: pgsql.listTables.golden.txt

package info (click to toggle)
usql 0.19.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,652 kB
  • sloc: sql: 1,115; sh: 643; ansic: 191; makefile: 60
file content (10 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
                List of relations
 Schema |       Name       |   Type   |  Owner   
--------+------------------+----------+----------
 public | film             | table    | postgres
 public | film_actor       | table    | postgres
 public | film_category    | table    | postgres
 public | film_film_id_seq | sequence | postgres
 public | film_list        | view     | postgres
(5 rows)