From: Thomas G. Lockhart Date: Thu, 16 Mar 2000 14:39:30 +0000 (+0000) Subject: Fix typo (introduced by xemacs markup normalization) in the syntax summary. X-Git-Tag: REL7_0~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f3122e26d594ffbb873b9b6de239f9879987c59;p=postgresql Fix typo (introduced by xemacs markup normalization) in the syntax summary. --- diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 55608187e6..6ed340f377 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -1,5 +1,5 @@ @@ -26,7 +26,7 @@ Postgres documentation CREATE [ UNIQUE ] INDEX index_name ON table [ USING acc_name ] ( column [ ops_name] [, ...] ) CREATE [ UNIQUE ] INDEX index_name ON table - [ USING acc_name ] ( func_name( r">colle> [, ... ]) ops_name ) + [ USING acc_name ] ( func_name( col [, ... ]) ops_name )