pg_dump: Russian NLS Update + pg_dumpall Typo Fix

Started by Serguei Mokhovalmost 24 years ago3 messagespatches
Jump to latest
#1Serguei Mokhov
sa_mokho@alcor.concordia.ca

Hello,

Attached please find an updated (long time forgotten)
PO file for pg_dump reflecting most recent changes to
the message catalogs and fuzzy message fixes.

Attached tarball also has a trivial patch to pg_dumpall.c
to fix a couple of typos of the form of:

-                       fprintf(stderr, _("%s: could not connection to database %s\n"),
+                       fprintf(stderr, _("%s: could not connect to database %s\n"),

Thanks,

--
Serguei A. Mokhov

Attachments:

pg_dump-nls-ru-20020831-0148.tar.gzapplication/x-gzip; name=pg_dump-nls-ru-20020831-0148.tar.gzDownload
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Serguei Mokhov (#1)
Re: pg_dump: Russian NLS Update + pg_dumpall Typo Fix

Serguei Mokhov writes:

Attached please find an updated (long time forgotten)
PO file for pg_dump reflecting most recent changes to
the message catalogs and fuzzy message fixes.

Attached tarball also has a trivial patch to pg_dumpall.c
to fix a couple of typos of the form of:

I installed the pg_dumpall.c patch, but the PO file didn't validate.

--
Peter Eisentraut peter_e@gmx.net

#3Serguei Mokhov
sa_mokho@alcor.concordia.ca
In reply to: Peter Eisentraut (#2)
Re: pg_dump: Russian NLS Update + pg_dumpall Typo Fix

On Tue, 3 Sep 2002, Peter Eisentraut wrote:

Attached please find an updated (long time forgotten)
PO file for pg_dump reflecting most recent changes to
the message catalogs and fuzzy message fixes.

Attached tarball also has a trivial patch to pg_dumpall.c
to fix a couple of typos of the form of:

I installed the pg_dumpall.c patch, but the PO file didn't validate.

I've sent corrections for pg_dump and backend a couple of messages later.
In case you missed them, I can resend entire files again.

Thank you,
-s