Alvaro Herrera <[EMAIL PROTECTED]> writes:
> On Mon, Sep 15, 2003 at 01:28:52AM -0400, Tom Lane wrote:
>> Or rewrite entirely. Do you have a better wording?
> Yes. In fact something very similar appears in regproc.c, line 636:
> if (nargs == 1)
> ereport(ERROR,
> (er
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
On Mon, Sep 15, 2003 at 01:28:52AM -0400, Tom Lane wrote:
> Alvaro Herrera <[EMAIL PROTECTED]> writes:
> > #: 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 a
Alvaro Herrera <[EMAIL PROTECTED]> 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 cre