Re: [HACKERS] Start translating

2005-09-21 Thread Laszlo Hornyak
Hi Peter! I would like to join the translation project. I am already translator in the press releases project. My pgfoundry user id is 'k0cka' Thanks, Laszlo Peter Eisentraut wrote: I think beta 2 is a good time to start fixing up the translations again. As I had previously announced, long

Re: [HACKERS] Runtime accepting build discrepancies

2005-03-11 Thread Laszlo Hornyak
The default should be the default used by PostgreSQL, and the extra ones should be commented out under it. Not the most user friendly solution, but can we do anything else? Laszlo On Fri, 11 Mar 2005, Thomas Hallgren wrote: > Laszlo Hornyak wrote: > > > IMHO this is why decoupling

Re: [HACKERS] Runtime accepting build discrepancies

2005-03-10 Thread Laszlo Hornyak
Thomas Hallgren wrote: Laszlo, I worked on this and created some interface for decoupling java datatypes and their representations. In my implementation the mapping is N:N, so it is not directly applicable to your schema, but perhaps you can use some piece of it. I am not ready with all default d

Re: [HACKERS] Runtime accepting build discrepancies

2005-03-10 Thread Laszlo Hornyak
Thomas, I worked on this and created some interface for decoupling java datatypes and their representations. In my implementation the mapping is N:N, so it is not directly applicable to your schema, but perhaps you can use some piece of it. I am not ready with all default data types, but the most

Re: [HACKERS] elog in 7.4

2004-09-22 Thread Laszlo Hornyak
Tom, is there other way in pg 7.4 than backporting PG_TRY? It seems a lot of work. Thanks, Laszlo On Tue, 21 Sep 2004, Tom Lane wrote: > Laszlo Hornyak <[EMAIL PROTECTED]> writes: > > I am implementing a java language handler. If unrecoverable error occurs, > > it needs to

Re: [HACKERS] psql: FATAL: Password authentication failed for

2004-09-21 Thread Laszlo Hornyak
o find out the reason of the error. Laszlo > > it is not working. > thanks > kuru > Laszlo Hornyak <[EMAIL PROTECTED]> wrote: > > You could enable local connections with no password, then connect with > your postgres user, change pwd, and then re-enable security. >

Re: [HACKERS] psql: FATAL: Password authentication failed for

2004-09-21 Thread Laszlo Hornyak
You could enable local connections with no password, then connect with your postgres user, change pwd, and then re-enable security. use pg_ctl reload for reloading security settings. Not nice, but quick :) On Tue, 21 Sep 2004, Sudhakar Kurumella wrote: > I am trying to connect to database call

[HACKERS] elog in 7.4

2004-09-20 Thread Laszlo Hornyak
Hi! I have a error callback function registered to run each time an SQL error occurs. The problem is that the errfinish() calls it both if the executed SQL statement was wrong, and if the statem,ent or plan logging is enabled, and it seems elog.h doesn't provide the API to find out the reason w

[HACKERS] ErrorContextCallback

2004-08-10 Thread Laszlo Hornyak
Hi! Sorry if I post this mail to the wrong list, I checked each by it's theme and this seems to be the best. I have a strange problem with an errorcontextcallback: Given the following code fragment: mycallback->previous = error_context_stack; elog(DEBUG1,"1");

[HACKERS] coniguration api

2002-06-01 Thread Laszlo Hornyak
Hi hackers! I would like to add configurablity to my language handler function, now it is compiled in. Is there any api in the server to do this? thanx: Laszlo Hornyak ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[HACKERS] PL/JAVA

2002-04-16 Thread Laszlo Hornyak
/   Thanks: Laszlo Hornyak