mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix thinko in description of table_name parameter
Commit 6820094d1
mixed up types of parent object (table) with type of
sub-object being commented on. Noticed while fixing docs for
COMMENT ON ACCESS METHOD.
Backpatch to 9.5, like that commit.
This commit is contained in:
@ -135,9 +135,9 @@ COMMENT ON
|
|||||||
<term><replaceable class="parameter">domain_name</replaceable></term>
|
<term><replaceable class="parameter">domain_name</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
When creating a comment on a constraint, a table, a domain or
|
When creating a comment on a constraint, a trigger, a rule or
|
||||||
a policy these parameters specify the name of the table or domain on
|
a policy these parameters specify the name of the table or domain on
|
||||||
which the constraint is defined.
|
which that object is defined.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user