author | František Kučera <franta-hg@frantovo.cz> |
Sat, 26 Oct 2019 20:57:42 +0200 | |
branch | v_0 |
changeset 276 | cfaf1fa94154 |
parent 255 | 94b533007e77 |
permissions | -rwxr-xr-x |
sql-dk --db "$postgresql_db" --sql " SELECT table_schema, table_name, table_type FROM information_schema.tables WHERE table_schema IN ('pg_catalog', 'information_schema') LIMIT 3; SELECT typName, typCategory, typByVal FROM pg_type LIMIT 4" \ --relation tables \ --relation types \ --formatter xml \ | relpipe-in-xml