alter table doc fix

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: alter table doc fix
Date: 2017-10-18 00:43:43
Message-ID: 69ec7b51-03e5-f523-95ce-c070ee790e70@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Noticed that a alter table sub-command's name in Description (where it's
OWNER) differs from that in synopsis (where it's OWNER TO). Attached
patch to make them match, if the difference is unintentional.

Thanks,
Amit

Attachment Content-Type Size
alter-table-owner-to.patch text/plain 538 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-10-18 01:00:35 Re: [COMMITTERS] pgsql: Implement table partitioning.
Previous Message Craig Ringer 2017-10-18 00:14:36 Re: Re: Is anything preventing us from allowing write to foreign tables from standby?