Re: some strange messages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: some strange messages
Date: 2003-09-15 05:28:52
Message-ID: 3684.1063603732@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-09-15 06:38:15 Re: massive quotes?
Previous Message Tom Lane 2003-09-15 04:25:28 Re: massive quotes?