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/
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/
--
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
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
-
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/