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