fix documentation

This commit is contained in:
Kevin Duret 2015-01-02 16:33:44 +01:00
parent 98ef255e8d
commit 6f7dde74b7

View File

@ -1428,7 +1428,7 @@ This is an example of how to use **fetchrow_hashref** method :
print $row->{datname}."\n"; print $row->{datname}."\n";
} }
Output displays databaes of Postgres database. Output displays Postgres databases.
***************** *****************