Hvad med denne forespørgsel (baseret på beskrivelsen fra manualen)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';
Hvad med denne forespørgsel (baseret på beskrivelsen fra manualen)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';