Ron <[email protected]> writes: > What am I missing? There's no data in a partitioned table per se, so the result is not surprising.
What you need here is something like "pg_dump -t measurement*"
to indicate that you want measurement's child tables too, but
AFAIR pg_dump has no such feature. Maybe we should add it.
regards, tom lane
