diff options
author | Neil Conway <neilc@samurai.com> | 2004-03-10 20:10:26 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-03-10 20:10:26 +0000 |
commit | ae22a6c185bb82deb9fe547641969396cc3648b9 (patch) | |
tree | dd21b83cf0e2476f872c90cbab3c7560b6be3187 /doc/src | |
parent | c9d8901b3f1ec7ca2e7b101f81a94dba923884aa (diff) | |
download | postgresql-ae22a6c185bb82deb9fe547641969396cc3648b9.tar.gz postgresql-ae22a6c185bb82deb9fe547641969396cc3648b9.zip |
Fix a typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2cd0c505565..68d0a8a9540 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.193 2004/03/09 16:57:46 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.194 2004/03/10 20:10:26 neilc Exp $ PostgreSQL documentation --> @@ -7170,7 +7170,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); </indexterm> <para> - The function shown in <xref + The functions shown in <xref linkend="functions-misc-comment-table"> extract comments previously stored with the <command>COMMENT</command> command. A null value is returned if no comment could be found matching the |