Re: message string fixes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: message string fixes
Date
Msg-id 2063.1200795088@sss.pgh.pa.us
Whole thread Raw
In response to message string fixes  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> For example, in regis.c there are several strings talking about "regis
> pattern".  I had never heard of regis patterns.  Turns out they are a
> fast regex subset, used AFAICT only by the ispell code.  Searching the
> web I don't find any other reference to "regises" (regisen? reges?), so
> I think we should avoid using the term.  How about just changing the
> messages to just say "regular expression" instead?

Then people would think that full regular expressions were meant.

It seems to me that a proper solution is to say something like "fast
regular expressions" and then document what that means in the ispell
dictionary documentation.

> Additionally, I would like to apply the attached patch.  Are there
> objections?

Let's see, the first change is just so you can fool with the word
ordering, right?  Seems OK to me, but are the other translators
going to complain about changing strings at this late date?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Add size/acl information when listing databases
Next
From: Andrew Gilligan
Date:
Subject: Re: [PATCH] Add size/acl information when listing databases