Hi all,

I just bumped into the following typo for $subject:
--- a/src/bin/initdb/t/001_initdb.pl
+++ b/src/bin/initdb/t/001_initdb.pl
@@ -31,7 +31,7 @@ command_fails(

 command_fails(
        [ 'initdb', '-U', 'pg_test', $datadir ],
-       'role names cannot being with "pg_"');
+       'role names cannot begin with "pg_"');

Regards,
-- 
Michael

Attachment: initdb-typo.patch
Description: invalid/octet-stream

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to