| From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
|---|---|
| To: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | some strange messages |
| Date: | 2003-09-14 22:09:40 |
| Message-ID: | 20030914220940.GB3623@dcc.uchile.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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"
#: 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?
#: parser/gram.y:3249
msgid "argument type missing (use NONE for unary operators)"
Maybe the string between parenthesis should be in a separate errhint() ?
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"¿Qué importan los años? Lo que realmente importa es comprobar que
a fin de cuentas la mejor edad de la vida es estar vivo" (Mafalda)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-09-14 22:54:34 | Re: PostgreSQL on Novell Netware 6.5. |
| Previous Message | Alvaro Herrera | 2003-09-14 21:25:17 | Re: PostgreSQL on Novell Netware 6.5. |