1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix typo.

Noted by Josh Kupershmidt.
This commit is contained in:
Robert Haas
2011-07-27 11:20:07 -04:00
parent 14e109e82e
commit 0b624d64a1

View File

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