postgresql/doc/src
Tom Lane 76d4abf2d9 Improve the recently-added support for properly pluralized error messages
by extending the ereport() API to cater for pluralization directly.  This
is better than the original method of calling ngettext outside the elog.c
code because (1) it avoids double translation, which wastes cycles and in
the worst case could give a wrong result; and (2) it avoids having to use
a different coding method in PL code than in the core backend.  The
client-side uses of ngettext are not touched since neither of these concerns
is very pressing in the client environment.  Per my proposal of yesterday.
2009-06-04 18:33:08 +00:00
..
FAQ Remove FAQ and FAQ_DEV ASCII and HTML files from CVS; now on the wiki. 2009-04-07 21:20:49 +00:00
sgml Improve the recently-added support for properly pluralized error messages 2009-06-04 18:33:08 +00:00
Makefile Since doc/src/sgml already builds the HTML docs twice to resolve index 2008-11-14 10:43:59 +00:00