[PATCHES] Repleacement for src/port/snprintf.c

2005-01-30 Thread Nicolai Tufar
Greetings, I would like to submit my changes to src/port/snprintf.c to enable %n$ format placeholder replacement in snprintf() and vsnprintf(). Additionally I implemented a trivial printf(). I also attach a diff for configure.in to include snprintf.o in pgport but I am sure it is not the right thi

[PATCHES] Turkish translation updates for 8.0.1

2005-01-30 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosyalari/psql-tr.po http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosyalari/postgres-tr.po are latest translations for Turkish. Could you please update them? Regard

Re: [PATCHES] Turkish translation updates for 8.0.1

2005-01-30 Thread Peter Eisentraut
Devrim GUNDUZ wrote: > http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosy >alari/psql-tr.po > http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosy >alari/postgres-tr.po > > are latest translations for Turkish. Could you please update them? Done. -- Peter Eisen

Re: [PATCHES] Continue transactions after errors in psql

2005-01-30 Thread Michael Paesold
Alvaro Herrera wrote: >Michael Paesold wrote: Alvaro suggested to implement such a function. It is not there yet. I think you would have to access the sub xact stack, but I have not looked into that code for quite some time. http://archives.postgresql.org/pgsql-general/2004-10/msg00370.php The on