Remove duplicate entry in DBI drivers hash
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI.pm
index 7115f74..73a73bc 100644 (file)
@@ -111,7 +111,6 @@ use constant DRIVERS => {
     pg               => 'PostgreSQL',
     sqlite           => 'SQLite',
     sybase           => 'Sybase',
-    pg               => 'PostgreSQL',
     db2              => 'DB2',
 };