postgresql/src/backend/regex
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot.
Standard English uses "may", "can", and "might" in different ways:

        may - permission, "You may borrow my rake."

        can - ability, "I can lift that log."

        might - possibility, "It might rain today."

Unfortunately, in conversational English, their use is often mixed, as
in, "You may use this variable to do X", when in fact, "can" is a better
choice.  Similarly, "It may crash" is better stated, "It might crash".
2007-02-01 19:10:30 +00:00
..
COPYRIGHT Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
re_syntax.n Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
regc_color.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
regc_cvec.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
regc_lex.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
regc_locale.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
regc_nfa.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
regcomp.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rege_dfa.c Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
regerror.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
regexec.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
regfree.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00