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

2007-11-21 Thread Peter Eisentraut
Bruce Momjian wrote: > Euler Taveira de Oliveira wrote: > > Peter Eisentraut wrote: > > > Having a space before /> appears to be common practice, including in > > > the examples in the SQL/XML spec. > > > > Agreed. Feel free to add whitespace before every /> of simple xml > > elements. > > Uh, was

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

2007-11-21 Thread Bruce Momjian
Euler Taveira de Oliveira wrote: > Peter Eisentraut wrote: > > > Having a space before /> appears to be common practice, including in the > > examples in the SQL/XML spec. > > > Agreed. Feel free to add whitespace before every /> of simple xml elements. Uh, was this done? -- Bruce Momjian

Re: [BUGS] BUG #3769: Fail to make bcc32.mak for libpq

2007-11-21 Thread Bruce Momjian
CN wrote: > > The following bug has been logged online: > > Bug reference: 3769 > Logged by: CN > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3beta3 > Operating system: Win 98 > Description:Fail to make bcc32.mak for libpq > Details: > > MAKE Version 5.

[BUGS] BUG #3770: Follow up: Fail to make bcc32.mak for libpq

2007-11-21 Thread CN
The following bug has been logged online: Bug reference: 3770 Logged by: CN Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta3 Operating system: Win 98 Description:Follow up: Fail to make bcc32.mak for libpq Details: I manually copied ~/src/include/port/w

Re: [BUGS] BUG #3771: function pg_catalog.btrim(numeric, unknown) does not exist

2007-11-21 Thread Peter Eisentraut
Am Mittwoch, 21. November 2007 schrieb Oliver Artelt: > works on 8.2.4 and older But in 8.3 you need to ... > Hinweis:No function matches the given name and argument types. You might > need to add explicit type casts. This is an intentional change. -- Peter Eisentraut http://developer.postgres

[BUGS] BUG #3771: function pg_catalog.btrim(numeric, unknown) does not exist

2007-11-21 Thread Oliver Artelt
The following bug has been logged online: Bug reference: 3771 Logged by: Oliver Artelt Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3-beta2 Operating system: Win XP, SP 2, 32b Description:function pg_catalog.btrim(numeric, unknown) does not exist Details:

[BUGS] BUG #3769: Fail to make bcc32.mak for libpq

2007-11-21 Thread CN
The following bug has been logged online: Bug reference: 3769 Logged by: CN Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta3 Operating system: Win 98 Description:Fail to make bcc32.mak for libpq Details: MAKE Version 5.2 Copyright (c) 1987, 2000 Borlan

Re: [BUGS] BUG #3764: Update count returns zero for a view with 'on update' rules when criteria contains updatable field

2007-11-21 Thread Peter Eisentraut
Am Mittwoch, 21. November 2007 schrieb Eugene Hutorny: > Peter, you mentioned it is documented, may you please point me to the > document you meant? http://www.postgresql.org/docs/8.2/static/rules-status.html This is the part that addresses this. If you find that between what is written and Tom

Re: [BUGS] BUG #3763: crash after create table with primary keydefined

2007-11-21 Thread Zdenek Kotala
[EMAIL PROTECTED] wrote: I cant get core file now. Can you recompile it as Heikki suggested? It seems more like compiler bug and without core file/stack trace we are not able say more. Zdenek ---(end of broadcast)--- TIP 5:

Re: [BUGS] BUG #3764: Update count returns zero for a view with 'on update' rules when criteria contains updatable field

2007-11-21 Thread Eugene Hutorny
This 'feature' makes such a view unusable in the clients (MS Access or any other ADO based) that *do verify* update count and report an error if it is not of expected value. Is there a workaround for this? Peter, you mentioned it is documented, may you please point me to the document you meant? -