Re: and it's not a bunny rabbit, either

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: and it's not a bunny rabbit, either
Date: 2010-12-27 15:18:21
Message-ID: 14574.1293463101@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> or if we go with the some-assembly required version, perhaps:

> "tables do not support %s"
> "views do not support %s"
> "indexes do not support %s"

+1 for that way. Although personally I'd reverse the phrasing:

/* translator: %s is the name of a SQL command */
%s does not support tables

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-12-27 15:24:20 Re: Reduce lock levels for ADD and DROP COLUMN
Previous Message Tomas Vondra 2010-12-27 15:12:20 Re: proposal : cross-column stats