Re: some strange messages - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: some strange messages
Date
Msg-id Pine.LNX.4.44.0309152142471.1051-100000@peter.localdomain
Whole thread Raw
In response to some strange messages  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Alvaro Herrera writes:

> #: utils/adt/acl.c:780
> msgid "cannot remove the world ACL"
>
> What exactly is "the world ACL"?  The code there is not too commented
> and I couldn't find out what's this about.  Some sort of default or
> initial ACL maybe?

I've changed to message to "aclitem for public may not be removed".
"aclitem" is a data type, "public" refers to the public grantee.  I think
that's easier to translate, and it should be clear to someone who uses the
function (which should be no one).

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Fixing some pg_dump issues
Next
From: "Gaetano Mendola"
Date:
Subject: Re: constraint modification on todo list