Author: turnstep
Date: Sun May  4 14:32:12 2008
New Revision: 11193

Modified:
   DBD-Pg/trunk/README

Log:
Typos.


Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Sun May  4 14:32:12 2008
@@ -7,7 +7,7 @@
 ------------
 
 This is version 2.7.0 of DBD-Pg.  The web site for this interface, and 
-the latst vesion, can be found at:
+the latest version, can be found at:
 
        http://search.cpan.org/dist/DBD-Pg/
 
@@ -129,7 +129,7 @@
 attempt to connect as the user 'postgres' to the database 'postgres'. 
 See the t/dbdpg_test_setup.pl for the exact process.
 
-Please consdier installing CPAN::Reporter so that your tests are 
+Please consider installing CPAN::Reporter so that your tests are 
 automatically gathered and reported, which helps the development 
 of DBD::Pg.
 
@@ -145,7 +145,7 @@
 You should either rewrite your queries to make them legal SQL syntax for 
 PostgreSQL, or turn off server-side prepares.
 
-To change your queries, make sure that the type of each placholder can 
+To change your queries, make sure that the type of each placeholder can 
 be determined by the PostgreSQL parser. So instead of:
 
   SELECT ?
@@ -159,7 +159,7 @@
 
 $dbh->{pg_server_prepare} = 0;
 
-This can also be set for individual queries at the statment handle level: see 
+This can also be set for individual queries at the statement handle level: see 
 the documentation for more details.
 
 * PostgreSQL library issues:
@@ -265,7 +265,7 @@
 on the server side:
 
     o add a postgres user with the same name as the NT-User 
-      (eg Administrator)
+      (e.g. Administrator)
     o make sure, that your pg_hba.conf on the server is configured,
       such that a connection from another host will be accepted
 

Reply via email to