1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Fix typo.

Noted by Josh Kupershmidt.
This commit is contained in:
Robert Haas
2011-07-27 11:20:07 -04:00
parent 9df8ce8482
commit bc9d2e7c4a

View File

@ -101,7 +101,7 @@ COMMENT ON
be schema-qualified. be schema-qualified.
When commenting on a column, When commenting on a column,
<replaceable class="parameter">relation_name</replaceable> must refer <replaceable class="parameter">relation_name</replaceable> must refer
to a table, view, or composite types. to a table, view, or composite type.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>