]> granicus.if.org Git - postgresql/commit
Small fix to Christopher's recent improvements --- underscore is not
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Oct 2003 03:58:15 +0000 (03:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Oct 2003 03:58:15 +0000 (03:58 +0000)
commite181001764185e2d6e8a5d755c021e2c63c600dd
treea8f733b887097ba7bf1ffabd74c9def5b48e6dbf
parentede9b68e03ec9288e85b2847b27793782c0cf5da
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\_%'.
src/tutorial/syscat.source