A possbile typo in src/bin/pg_dump.c

From: "Amit Langote" <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: A possbile typo in src/bin/pg_dump.c
Date: 2014-11-25 05:45:00
Message-ID: 047d01d00872$f3beb500$db3c1f00$@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
20141125-bin-pg_dump-typo.patch application/octet-stream 820 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-11-25 06:33:07 Re: [REVIEW] Re: Compression of full-page-writes
Previous Message Noah Misch 2014-11-25 04:13:12 Re: no test programs in contrib