Peter Eisentraut wrote:

> Instead of translating the whole string, that is (picking a shorter
> example)
> 
> N_("ALTER TEXT SEARCH PARSER name RENAME TO newname")
> 
> we really only want to translate the placeholders, so it could look like
> this:
> 
>    appendPQExpBuffer(buf,
>                       "ALTER TEXT SEARCH PARSER %s RENAME TO %s",
>                       _("name"),
>                       _("newname"));

+1000

Should create_help.pl be run on "make dist"?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to