relpipe-data/examples/sql-dk_pg_1.sh
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 01:21:22 +0100
branchv_0
changeset 330 70e7eb578cfa
parent 255 94b533007e77
permissions -rwxr-xr-x
Added tag relpipe-v0.18 for changeset 5bc2bb8b7946

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