Tue Apr 28 09:29:14 PDT 2009
- Previous message: [Slony1-general] hyphen in slony cluster names
- Next message: [Slony1-general] hyphen in slony cluster names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Christopher Browne wrote: > Devin Ben-Hur <dbenhur at whitepages.com> writes: > Perfect! Your regex is way better than what I was considering. > > I'll be committing almost exactly that to CVS shortly. > > Thanks very much! Glad to help. I took a second look and realized my regexp misinterprets where '$' is allowed. It's not permitted as the leading character, so: - if c_cluster !~ E'^[[:alpha:]_\$][[:alnum:]_\$]{0,62}$' then + if c_cluster !~ E'^[[:alpha:]_][[:alnum:]_\$]{0,62}$' then -- -Devin
- Previous message: [Slony1-general] hyphen in slony cluster names
- Next message: [Slony1-general] hyphen in slony cluster names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list