examples: Sane software manifesto statistics using XMLTable/XPath (indentation, resume)
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