Re: [HACKERS] [PATCHES] client_encoding in dump file

2004-02-11 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Pavel Stehule wrote: > >> I send my first patch for PostgreSQL - maybe ugly patch. This patch > >> generate on top of dump file line with setting of current encoding. Its > >> useful for languages like czech with more than one wide u

Re: [HACKERS] [PATCHES] client_encoding in dump file

2004-02-11 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Pavel Stehule wrote: >> I send my first patch for PostgreSQL - maybe ugly patch. This patch >> generate on top of dump file line with setting of current encoding. Its >> useful for languages like czech with more than one wide used encoding. >> We need i

Re: [HACKERS] [PATCHES] client_encoding in dump file

2004-02-11 Thread Bruce Momjian
Pavel Stehule wrote: > Hello > > I send my first patch for PostgreSQL - maybe ugly patch. This patch > generate on top of dump file line with setting of current encoding. Its > useful for languages like czech with more than one wide used encoding. > We need informations about used encoding. I