Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Opinions about wording of error messages for bug #3883?



Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Tom Lane wrote:
>> I'm tempted to rephrase both messages along the line of
>> cannot %s \"%s\" because ...
>> 
>> where the first %s is replaced by a SQL command name, viz ALTER TABLE,
>> CLUSTER, etc.  I'm not sure how nice this is for translation though.

> I suggest
> 	cannot execute \"%s\" on \"%s\" because ...

Hmm, why not just

	cannot execute %s \"%s\" because ...

?

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group