Update to add myself to contributors and to hide Modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Pg.pm
index a1bdc6d..f9cbee9 100644 (file)
@@ -30,6 +30,10 @@ sub get_autoinc_seq {
   }
 }
 
+sub sqlt_type {
+  return 'PostgreSQL';
+}
+
 1;
 
 =head1 NAME