diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-10-18 13:29:16 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-10-18 13:32:45 +0200 |
commit | bf54c0f05c0a58db17627724a83e1b6d4ec2712c (patch) | |
tree | 760fb409947911f6945e9ab279a0c54fcd115ba8 | |
parent | f5b73093339d965744607b786d7c34bf8f430935 (diff) | |
download | postgresql-bf54c0f05c0a58db17627724a83e1b6d4ec2712c.tar.gz postgresql-bf54c0f05c0a58db17627724a83e1b6d4ec2712c.zip |
Make OWNER TO subcommand mention consistent
We say 'OWNER TO' in the synopsis; let's use that form elsewhere.
There is a paragraph in the <note> section that refers to various
subcommands very loosely (including OWNER); I didn't think it was an
improvement to change that one.
This is a fairly inconsequential change, so no backpatch.
Author: Amit Langote
Discussion: https://postgr.es/m/69ec7b51-03e5-f523-95ce-c070ee790e70@lab.ntt.co.jp
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 68393d70b41..b4b8dab9112 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -713,7 +713,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> </varlistentry> <varlistentry> - <term><literal>OWNER</literal></term> + <term><literal>OWNER TO</literal></term> <listitem> <para> This form changes the owner of the table, sequence, view, materialized view, |