A possbile typo in src/bin/pg_dump.c - Mailing list pgsql-hackers

From Amit Langote
Subject A possbile typo in src/bin/pg_dump.c
Date
Msg-id 047d01d00872$f3beb500$db3c1f00$@lab.ntt.co.jp
Whole thread Raw
Responses Re: A possbile typo in src/bin/pg_dump.c  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: no test programs in contrib
Next
From: Michael Paquier
Date:
Subject: Re: [REVIEW] Re: Compression of full-page-writes