Re: 7.4 status
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Alvaro Herrera <alvherre@dcc.uchile.cl>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2003-10-03T23:32:37Z
Lists: pgsql-hackers
Alvaro Herrera writes: > While reviewing someone else's translation of pg_dump I noted that the > phrase "ACL list" is used in a couple of places. However ACL stands for > "Access Control List", so the term "ACL list" seems redundant. These kinds of redundancies are pretty common for the sake of clarity and the flow of the language. Even major so-called "Usage Panels" accept them. The thing being parsed here is an array of datums of type "aclitem", so the term "ACL list" is rather unclear anyway. But I hesitate to change it now because we wanted to call a string freeze. -- Peter Eisentraut peter_e@gmx.net