Re: and it's not a bunny rabbit, either - Mailing list pgsql-hackers

From Tom Lane
Subject Re: and it's not a bunny rabbit, either
Date
Msg-id 14574.1293463101@sss.pgh.pa.us
Whole thread Raw
In response to Re: and it's not a bunny rabbit, either  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: and it's not a bunny rabbit, either  (Robert Haas <robertmhaas@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: proposal : cross-column stats
Next
From: Robert Haas
Date:
Subject: Re: Reduce lock levels for ADD and DROP COLUMN