Co s tímto dotazem (na základě popisu z manuálu)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';
Co s tímto dotazem (na základě popisu z manuálu)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';