Small fix to Christopher's recent improvements --- underscore is not

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e181001764185e2d6e8a5d755c021e2c63c600dd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-10-31T03:58:15Z
Releases: 7.4.1
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

PathChange+/−
src/tutorial/syscat.source modified +10 −10