On 8 Feb 2016 5:05 pm, "Steve Purcell" wrote: > Yes, possibly. And in fact :alnum: would be better than :alpha:, of course… > > And since the rules for database names are probably much the same as for other SQL identifiers, there’s a chance \\s (symbol constituent) would work too. Yes. I'm not familiar with the fine details of SQL syntax, but \\w\\|\\s is generally a better bet than just \\w.