relpipe-data/examples/sql-dk_pg_1.tabular.txt
author František Kučera <franta-hg@frantovo.cz>
Sat, 12 Sep 2020 13:20:21 +0200
branchv_0
changeset 315 d4c2968a391f
parent 255 94b533007e77
permissions -rw-r--r--
roadmap: relpipe-tr-sql already uses ODBC

tables:
 ╭───────────────────────┬─────────────────────┬─────────────────────╮
 │ table_schema (string) │ table_name (string) │ table_type (string) │
 ├───────────────────────┼─────────────────────┼─────────────────────┤
 │ pg_catalog            │ pg_type             │ BASE TABLE          │
 │ pg_catalog            │ pg_roles            │ VIEW                │
 │ pg_catalog            │ pg_group            │ VIEW                │
 ╰───────────────────────┴─────────────────────┴─────────────────────╯
Record count: 3
types:
 ╭──────────────────┬──────────────────────┬────────────────────╮
 │ typname (string) │ typcategory (string) │ typbyval (boolean) │
 ├──────────────────┼──────────────────────┼────────────────────┤
 │ bool             │ B                    │               true │
 │ bytea            │ U                    │              false │
 │ char             │ S                    │               true │
 │ name             │ S                    │              false │
 ╰──────────────────┴──────────────────────┴────────────────────╯
Record count: 4