On Mon, Sep 29, 2003 at 11:50:23PM +0200, Peter Eisentraut wrote:
> Tom Lane writes:
>
> > At the very least we need to set a strings freeze soon, so the
> > translators can catch up. Peter, are you getting close to done with the
> > message revisions you've been making?
>
> Yes, I think we're ready for a string freeze. Alvaro, do you have
> anything you still want to submit in that area?
Does this count a string change? :)
Patrick
? psql
Index: help.c
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/psql/help.c,v
retrieving revision 1.80
diff -u -r1.80 help.c
--- help.c 14 Sep 2003 22:37:13 -0000 1.80
+++ help.c 1 Oct 2003 19:58:15 -0000
@@ -234,8 +234,8 @@
ON(pset.popt.topt.format == PRINT_HTML));
fprintf(output, _(" \\pset NAME [VALUE]\n"
" set table output option\n"
- " (NAME :=
{format|border|expanded|fieldsep|null|recordsep|\n"
- " tuples_only|title|tableattr|pager})\n"));
+ " (NAME :=
{format|border|expanded|fieldsep|footer|null|\n"
+ "
recordsep|tuples_only|title|tableattr|pager})\n"));
fprintf(output, _(" \\t show only rows (currently %s)\n"),
ON(pset.popt.topt.tuples_only));
fprintf(output, _(" \\T [STRING] set HTML <table> tag attributes, or unset
if none\n"));
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings