Re: [BUGS] BUG #3734: Invalid XML schema output.

2007-11-11 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: > I'm attaching another small patch to strip some space and be > consistent with other xml tags. Having a space before /> appears to be common practice, including in the examples in the SQL/XML spec. -- Peter Eisentraut http://developer.postgresql.org/~petere/

Re: [BUGS] BUG #3741: translation mistake

2007-11-11 Thread Peter Eisentraut
Andreas wrote: > FEHLER: Spalte »...« muss in der GROUP-BY-Klausel erscheinen oder > in einer Aggregatfunktion verwendent werden > > the word verwendent is incorrect, correct is verwendet. This was already fixed recently. -- Peter Eisentraut http://developer.postgresql.org/~petere/ --

Re: [BUGS] Test suite fails on alpha architecture

2007-11-11 Thread Marc 'HE' Brockschmidt
Heya, I know I'm quite late with my answer, sorry. Frank Lichtenheld <[EMAIL PROTECTED]> writes: > On Sat, Nov 03, 2007 at 06:32:34PM -0400, Martin Pitt wrote: >>> Can you grant one of us access to the machine to work on it? >> I don't own any alpha machine, but maybe Frank, Steven, or anyone fro

Re: [BUGS] BUG #3735: Can't create xml-stylesheet processing instruction

2007-11-11 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Where do you get the information that the second parameter of > xmlGetUTF8Char is used on input? >From reading the manual, eg here: http://xmlsoft.org/html/libxml-xmlstring.html#xmlGetUTF8Char regards, tom lane -

Re: [BUGS] BUG #3735: Can't create xml-stylesheet processing instruction

2007-11-11 Thread Peter Eisentraut
Ben Leslie wrote: > utf8len = 4; /* FIXME: How do we know how many characters it could > be?*/ utf8char = xmlGetUTF8Char(&p[5], &utf8len); Where do you get the information that the second parameter of xmlGetUTF8Char is used on input? -- Peter Eisentraut http://developer.postgresql.org/~petere/