Hi,
I found in pg_dump.c what I believe to be a typo.
- * relationships are set up by doing ALTER INHERIT rather than
using
+ * relationships are set up by doing ALTER TABLE INHERIT
rather than using
Attached fixes this if appropriate to do so.
Thanks,
Amit