[PATCHES] Updated Turkish Translations for 8.0.2

2005-04-02 Thread Devrim GUNDUZ
Hi, We've updated Turkish Translations for PostgreSQL 8.0.2: http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosyalari/pg_config-tr.po http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosyalari/pg_controldata-tr.po http://postgresql.gunduz.org/translation/PostgreSQL

Re: [PATCHES] Updated Turkish Translations for 8.0.2

2005-04-02 Thread Peter Eisentraut
Devrim GUNDUZ wrote: > We've updated Turkish Translations for PostgreSQL 8.0.2: Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[PATCHES] (Continued) Updated Turkish translations

2005-04-02 Thread Devrim GUNDUZ
Hi, http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosyalari/initdb-tr.po http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosyalari/libpq-tr.po http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosyalari/pg_resetxlog-tr.po http://postgresql.gunduz.o

Re: [PATCHES] (Continued) Updated Turkish translations

2005-04-02 Thread Peter Eisentraut
Devrim GUNDUZ wrote: > are the updated files, could you please apply these ones, too? Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] [BUGS] BUG #1563: wrong week returnded by date_trunc('week',

2005-04-02 Thread Dirk Raetzel
On Mon, 28 Mar 2005, Bruce Momjian wrote: > I have developed a patch to fix the problem. Instead of changing the > API, I added code to decrement the year when the week number was 53 and > the month was January. It corrected the problem: The problem arises as well when week number is 52 as in

Re: [PATCHES] contrib dbf2sql.pl

2005-04-02 Thread Manuel Baena García
Your current code is caused to fail by the next inputs: - when the data has null number values. You can probe it with the examples in: http://www.clicketyclick.dk/databases/xbase/index.shtml.en Now I have a new version of dbf2sql with some bug fixed: - Support MEMO fields. - Support Flo