Re: Typo in 001_initdb.pl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo in 001_initdb.pl
Date: 2016-05-24 00:05:12
Message-ID: 24590.1464048312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier <michael(dot)paquier(at)gmail(dot)com> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-05-24 01:12:25 LSN as a recovery target
Previous Message Tom Lane 2016-05-23 23:41:37 Re: BTREE_BUILD_STATS build is broken