Re: [HACKERS] Typo in 001_initdb.pl

2016-05-23 Thread Stephen Frost
* Michael Paquier (michael.paqu...@gmail.com) wrote: > On Mon, May 23, 2016 at 5:05 PM, Tom Lane wrote: > > Michael Paquier writes: > >> I just bumped into the following typo for $subject: > >> - 'role names cannot being with "pg_"'); > >> + 'role names cannot begin with "pg_"'); > >

Re: [HACKERS] Typo in 001_initdb.pl

2016-05-23 Thread Michael Paquier
On Mon, May 23, 2016 at 5:05 PM, Tom Lane wrote: > Michael Paquier writes: >> I just bumped into the following typo for $subject: >> - 'role names cannot being with "pg_"'); >> + 'role names cannot begin with "pg_"'); > > Pushed, thanks. Thanks. -- Michael -- Sent via pgsql-hacke

Re: [HACKERS] Typo in 001_initdb.pl

2016-05-23 Thread Tom Lane
Michael Paquier writes: > I just bumped into the following typo for $subject: > - 'role names cannot being with "pg_"'); > + 'role names cannot begin with "pg_"'); Pushed, thanks. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postg

[HACKERS] Typo in 001_initdb.pl

2016-05-19 Thread Michael Paquier
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 name