POD touchups
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
index 22477fe..7be2455 100644 (file)
@@ -2521,8 +2521,11 @@ sub lag_behind_master {
 L<DBIx::Class> uses L<DBIx::Class::Relationship> names as table aliases in
 queries.
 
-This hook is to allow specific C<Storage> drivers to change the way these
-aliases are named.
+This hook is to allow specific L<DBIx::Class::Storage> drivers to change the
+way these aliases are named.
+
+The default behavior is C<"$relname_$join_count" if $join_count > 1>, otherwise
+C<"$relname">.
 
 =cut