alter table doc fix
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-10-18T00:43:43Z
Lists: pgsql-hackers
Attachments
- alter-table-owner-to.patch (text/plain) patch
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
Commits
-
Make OWNER TO subcommand mention consistent
- bf54c0f05c0a 11.0 landed