![]() |
sponsored links |
|
|
sponsored links
|
|
1
21st April 08:07
External User
Posts: 1
|
CVSROOT: /cvsroot
Module name: pgsql-server Changes by: tgl@svr1.postgresql.org 03/10/30 23:58:16 Modified files: src/tutorial : syscat.source Log message: 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\_%'. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html |
|
|
|
2
21st April 08:07
External User
Posts: 1
|
Doh! I forgot all about that.
Chris ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
|