diff -r 23247d93a012 -r 94b533007e77 relpipe-data/examples/sql-dk_pg_1.tabular.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/examples/sql-dk_pg_1.tabular.txt Mon Apr 08 13:37:35 2019 +0200 @@ -0,0 +1,19 @@ +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