Re: [BUGS] BUG #4294: XML support: name() xpath function not working

2008-07-10 Thread Tom Lane
"Enrico Sirola" <[EMAIL PROTECTED]> writes: > -- bad > select xpath('name(/my:a/*[last()])', test, ARRAY[ARRAY['my', > 'http://myns.com/ns']]) from test; You could barely swat a fly with what I know about XPath ... but I'm thinking that the culprit here is the crock at lines 3254-3288 of xml.c, wh

Re: [BUGS] BUG #4294: XML support: name() xpath function not working

2008-07-10 Thread Simon Riggs
On Thu, 2008-07-10 at 08:52 +, Enrico Sirola wrote: > create table test (test xml); > insert into test values (' xmlns="http://myns.com/ns";>text1text2'); > -- good > select xpath('/my:a/*[last()]', test, ARRAY[ARRAY['my', > 'http://myns.com/ns']]) from test; > -- bad > select xpath('name(/my

Re: [BUGS] BUG #4291: Inheritance fails on column suppression

2008-07-10 Thread Tom Lane
"Duprez" <[EMAIL PROTECTED]> writes: > Then, I remove th inheritance link by performing an ALTER command : > ALTER TABLE test2.point NO INHERIT test1.point; > And then, I restablish the inheritance : > ALTER TABLE test2.point INHERIT test1.point; > The problem is that, if now I drop a column from t

Re: [BUGS] BUG #4292: directory pg_clog never cleaned

2008-07-10 Thread Zdenek Kotala
Lampa napsal(a): The following bug has been logged online: Bug reference: 4292 Logged by: Lampa Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3, 8.1.8 Operating system: Debian x86_64, Debian i686 Description:directory pg_clog never cleaned Details: Dire

[BUGS] BUG #4294: XML support: name() xpath function not working

2008-07-10 Thread Enrico Sirola
The following bug has been logged online: Bug reference: 4294 Logged by: Enrico Sirola Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 Operating system: OSX, Linux (RHEL5) Description:XML support: name() xpath function not working Details: it seems the name

[BUGS] BUG #4292: directory pg_clog never cleaned

2008-07-10 Thread Lampa
The following bug has been logged online: Bug reference: 4292 Logged by: Lampa Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3, 8.1.8 Operating system: Debian x86_64, Debian i686 Description:directory pg_clog never cleaned Details: Directory pg_clog, is n

[BUGS] BUG #4291: Inheritance fails on column suppression

2008-07-10 Thread Duprez
The following bug has been logged online: Bug reference: 4291 Logged by: Duprez Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Windows XP Description:Inheritance fails on column suppression Details: Hello, I use Postgresql on Windows X