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

2007-11-10 Thread Ben Leslie
On Fri Nov 09, 2007 at 16:53:08 +0100, Peter Eisentraut wrote: >Am Freitag, 9. November 2007 schrieb Ben Leslie: >> # select xmlpi(name "xml-stylesheet"); >> ERROR: invalid XML processing instruction >> DETAIL: XML processing instruction target name cannot start with "xml". > >Apparently I read t

[BUGS] BUG #3741: translation mistake

2007-11-10 Thread Andreas
The following bug has been logged online: Bug reference: 3741 Logged by: Andreas Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4/8.3.beta2 Operating system: debian gnu linux Description:translation mistake Details: FEHLER: Spalte »...« muss in der GROU

[BUGS] BUG #3740: could not load library ".../pljava.dll

2007-11-10 Thread John
The following bug has been logged online: Bug reference: 3740 Logged by: John Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5 Operating system: WinXP Description:could not load library ".../pljava.dll Details: I have indsert to postgresql.conf dynamic_li

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

2007-11-10 Thread Tom Lane
Ben Leslie <[EMAIL PROTECTED]> writes: > The reason for the bug is the new part of code in parse_xml_decl(). > Specifically, utf8len is not initialised causing the problem. Yeah --- this also explains the regression test failures seen on some but not all buildfarm machines. Will fix.

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

2007-11-10 Thread Tom Lane
Euler Taveira de Oliveira <[EMAIL PROTECTED]> writes: > Ben Leslie wrote: >> The specific problem is that the following is malformed; the xsd:restriction >> tag is never closed. > Exact. Per 9.11 (6, b, iv) or 9.15 (8, m, vi), it's a simple element. > The attached patch should fix it. > I'm attach