psql patch
| От | Guillaume Lelarge |
|---|---|
| Тема | psql patch |
| Дата | |
| Msg-id | 45082732.7070502@lelarge.info обсуждение исходный текст |
| Ответы |
Re: psql patch
|
| Список | pgsql-patches |
Hi all,
You'll find attached a small patch (CVS HEAD) to allow translation on
two psql strings.
Please apply, thanks.
Regards.
--
Guillaume.
Index: src/bin/psql/print.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/bin/psql/print.c,v
retrieving revision 1.89
diff -r1.89 print.c
853c853
< snprintf(record_str, 64, "* Record %lu", record++);
---
> snprintf(record_str, 64, _("* Record %lu"), record++);
855c855
< snprintf(record_str, 64, "[ RECORD %lu ]", record++);
---
> snprintf(record_str, 64, _("[ RECORD %lu ]"), record++);
В списке pgsql-patches по дате отправления: