[PATCHES] small patch with czech translations for names of months and days

2006-11-29 Thread Pavel Stehule
Hello, This patch allow use TM prefix in to_char functions for czech environment. Regards Pavel Stehule _ Emotikony a pozadi programu MSN Messenger ozivi vasi konverzaci. http://messenger.msn.cz/ *** ./src/backend/po/cs.po.orig 2

Re: [PATCHES] [HACKERS] VPATH problems in ECPG again

2006-11-29 Thread Alvaro Herrera
Alvaro Herrera wrote: > Hi, > > I just noticed a VPATH problem in the ecpg_config.h file that was just > set up to be installed: > > $ pwd > /pgsql/build/80_rel/src/interfaces/ecpg/include > > $ make install > for i in ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h > ecpg_

Re: [PATCHES] small patch with czech translations for names of months

2006-11-29 Thread Zdenek Kotala
Pavel Stehule napsal(a): Hello, This patch allow use TM prefix in to_char functions for czech environment. Regards Pavel Stehule + + #: utils/adt/formatting.c:3009 + msgid "Wed" + msgstr "©tø" + Pavel, great job. I have only two comments: 1) There is typo. Correct is msgstr "Stø". 2)

Re: [PATCHES] small patch with czech translations for names of months and days

2006-11-29 Thread Tom Lane
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > This patch allow use TM prefix in to_char functions for czech environment. You should be sending translations to the translations project: http://pgfoundry.org/projects/pgtranslation/ There is no point in trying to patch the .po files directly in our

Re: [PATCHES] small patch with czech translations for names of months and days

2006-11-29 Thread Pavel Stehule
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > This patch allow use TM prefix in to_char functions for czech environment. You should be sending translations to the translations project: http://pgfoundry.org/projects/pgtranslation/ There is no point in trying to patch the .po files directly in o

[PATCHES] More vcbuild

2006-11-29 Thread Magnus Hagander
* Add support for building postgres.bki. * Add a genbki.pl script to do this. This could possibly be used in place of the shellscript for the unix build as well, sometime in the future, but not for 8.2. * Add install.pl that will partially do what "make install" does. Does not yet install the dat

[PATCHES] gratuituous string difference

2006-11-29 Thread Alvaro Herrera
This patch fixes a gratuituous string difference. Barring objections I'll apply shortly. -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support Index: typecmds.c =

Re: [PATCHES] gratuituous string difference

2006-11-29 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > This patch fixes a gratuituous string difference. Barring objections > I'll apply shortly. I object. We do not quote the output of format_type_be() ... look at its code to see why not. regards, tom lane --

Re: [PATCHES] [HACKERS] VPATH problems in ECPG again

2006-11-29 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: >> I just noticed a VPATH problem in the ecpg_config.h file that was just >> set up to be installed: > I think this patch fixes it. Looks reasonable to me, please apply. regards, tom lane ---(end of broad

Re: [PATCHES] gratuituous string difference

2006-11-29 Thread Alvaro Herrera
Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > This patch fixes a gratuituous string difference. Barring objections > > I'll apply shortly. > > I object. We do not quote the output of format_type_be() ... look at > its code to see why not. Oh, I see -- it may add double quotes

Re: [PATCHES] More vcbuild

2006-11-29 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > * Add support for building postgres.bki. > * Add a genbki.pl script to do this. This could possibly be used in > place of the shellscript for the unix build as well, sometime in the > future, but not for 8.2. > * Add install.pl that will partially d

[PATCHES] this patch correct upper and lower case for translated month's and day's names

2006-11-29 Thread Pavel Stehule
Hello, this patch correct bug in to_char function with incorrect uppercased month's or day's name. Regards Pavel Stehule _ Najdete si svou lasku a nove pratele na Match.com. http://www.msn.cz/ *** ./src/backend/utils/adt/formatti

Re: [PATCHES] this patch correct upper and lower case for translated month's and day's names

2006-11-29 Thread Tom Lane
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > this patch correct bug in to_char function with incorrect uppercased month's > or day's name. I still think this coding is unsafe in the case where the modified string is longer than the original. Also, could we please not duplicate such a large chun

Re: [PATCHES] this patch correct upper and lower case for translated month's and

2006-11-29 Thread Pavel Stehule
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > this patch correct bug in to_char function with incorrect uppercased month's > or day's name. I still think this coding is unsafe in the case where the modified string is longer than the original. Also, could we please not duplicate such a large c

[PATCHES] win32.mak patch of pg_dump.

2006-11-29 Thread Hiroshi Saito
Hi. The module link is insufficient.:-( Sorry, japanese message change to xxx --- link.exe @C:\DOCUME~1\hi-saito\LOCALS~1\Temp\nmk03360. common.obj : error LNK2001: xx "_pg_qsort" xx pg_dump_sort.obj : error LNK2001: x "_pg_qsort" x .\Release\pg_dump.exe : fatal error LNK112