Re: some strange messages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: some strange messages
Date
Msg-id 3684.1063603732@sss.pgh.pa.us
Whole thread Raw
In response to some strange messages  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: some strange messages  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> There are a couple of messages in the backend that are probably
> misworded:

> #: utils/misc/guc.c:1553
> msgid "The Unix-domain socket directory to listen to"
> I think it should be something like
> "Directory where the Unix-domain socket should be created"

Fair enough --- any objections?

> #: utils/adt/acl.c:780
> msgid "cannot remove the world ACL"

> What exactly is "the world ACL"?

Privileges granted to PUBLIC --- the ACL code always keeps PUBLIC
privileges as an ACL entry, even when they are empty.  I suspect this is
an internal error that cannot happen unless an upper software layer blew
it, and as such does not need to be translated.  Can anyone check that?
I'm about out of steam for tonight...

> #: parser/gram.y:3249
> msgid "argument type missing (use NONE for unary operators)"

> Maybe the string between parenthesis should be in a separate errhint() ?

Or rewrite entirely.  Do you have a better wording?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: massive quotes?
Next
From: "Andrew Dunstan"
Date:
Subject: Re: massive quotes?