Small fix to Christopher's recent improvements --- underscore is not
Tom Lane <tgl@sss.pgh.pa.us>
Small fix to Christopher's recent improvements --- underscore is not a special character in regexes, but it is for LIKE, so NOT LIKE 'pg_%' is incorrect. Need NOT LIKE 'pg\_%'.
Files
| Path | Change | +/− |
|---|---|---|
| src/tutorial/syscat.source | modified | +10 −10 |