From: Aaron Schrab Date: Thu, 12 May 2011 16:05:13 +0000 (-0400) Subject: Fix POD for Schema::Index::type method X-Git-Tag: v0.11011~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d06db8572cbc091a0e6e57ed258d39efaf90221c;p=dbsrgits%2FSQL-Translator.git Fix POD for Schema::Index::type method Had some lingering text copied from doc for options method. --- diff --git a/AUTHORS b/AUTHORS index 5279fcf..12f42e6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ The following people have contributed to the SQLFairy project: +- Aaron Schrab - Alexander Hartmaier - Allen Day - Amiri Barksdale diff --git a/lib/SQL/Translator/Schema/Index.pm b/lib/SQL/Translator/Schema/Index.pm index 7a04656..469ad76 100644 --- a/lib/SQL/Translator/Schema/Index.pm +++ b/lib/SQL/Translator/Schema/Index.pm @@ -195,7 +195,7 @@ Get or set the index's type. my $type = $index->type('unique'); -Get or set the index's options (e.g., "using" or "where" for PG). Returns +Get or set the index's type. Currently there are only four acceptable types: UNIQUE, NORMAL, FULL_TEXT, and SPATIAL. The latter two might be MySQL-specific. While both lowercase