You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Doc: work a little harder on the initial examples for regex matching.
Writing unnecessary '.*' at start and end of a POSIX regex doesn'tdo much except confuse the reader about whether that might benecessary after all. Make the examples in table 9.16 a tad morerealistic, and try to turn the next group of examples into somethingself-contained.Per gripe from rmzgrimes. Back-patch to v13 because it's easy.Discussion:https://postgr.es/m/161215841824.14653.8969016349304314299@wrigleys.postgresql.org