Mention _extra_column_info in DBIC::S::L::DBI::Writing
Dagfinn Ilmari Mannsåker [Wed, 30 Jan 2008 14:25:32 +0000 (14:25 +0000)]
lib/DBIx/Class/Schema/Loader/DBI/Writing.pm

index 3742612..7bbb9d2 100644 (file)
@@ -51,8 +51,9 @@ this information from DBI.
 The base DBI Loader contains generic methods that *should* work for
 everything else in theory, although in practice some DBDs need to
 override one or more of the other methods.  The other methods one might
-likely want to override are: C<_table_pk_info>, C<_table_fk_info>, and
-C<_tables_list>.  See the included DBD drivers for examples of these.
+likely want to override are: C<_table_pk_info>, C<_table_fk_info>,
+C<_tables_list> and C<_extra_column_info>.  See the included DBD drivers
+for examples of these.
 
 =cut