On Jun 13, 2010, at 12:05 PM, Jan Lehnardt wrote: > > On 13 Jun 2010, at 19:59, Dirkjan Ochtman wrote: > >> On Sun, Jun 13, 2010 at 19:57, Jan Lehnardt <[email protected]> wrote: >>> This is not a bug, the regex to validate a db name is >>> >>> "^[a-z][a-z0-9\_\$()\+\-\/]*$" and has been for a while. >>> >>> The wiki states "The name has to start with characters." >> >> Except that that's false, since "_users" is now also a valid db name. > > Exceptions and rules :)
yes, there are some hardcoded ok db names to start with _ currently _user _replicator (in a patch, not in trunk yet. soon I hope) > > Cheers > Jan > -- >
