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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Itagaki Takahiro <itagaki.takahiro@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-12-27T15:18:21Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.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