[HACKERS] GSoC greetings and little question at begining

2011-04-26 Thread Tomáš Pospíšil
Hello, at first i would like to say thanks a lot for your confidence. I will do my best. Now the little question. I don't loose time and refactoring my code (XML validation functions). I created new data types for DTD, XSD and RNG but don't know where may I put validation code. Is better plac

[HACKERS] Re: [HACKERS] Needs Suggestion

2011-03-27 Thread Tomáš Pospíšil
You could use this in psql. Don't know how precise is it, but is enought for initial testing. postgres=# \timing Timing is on. postgres=# create index dx on diplomka using gist(data); CREATE INDEX Time: 236752.569 ms > Původní zpráva > Od: SUBHAM ROY > Předmět: Re: [H

[HACKERS] PROPOSAL of xmlvalidate

2010-11-28 Thread Tomáš Pospíšil
Hi, I am working on patch adding xmlvalidate() functionality. LibXML 2.7.7 improved DTD, XSD, Relax-NG validation, so using that. I have idea of creating system table for holding DTDs, XSDs, Relax-NGs (similar as on ORACLE). Is that good idea? If so, how to implement that table? pg_attribute a

[HACKERS] Re: [HACKERS] XML schema validation

2010-10-15 Thread Tomáš Pospíšil
010 05:02:56 > > On Thu, Oct 14, 2010 at 4:26 PM, Tomáš Pospíšil wrote: > > Hi hackers, > > > > I choose (for my master's thesis) support PostgresSQL XML schema validation. > Is anybody there with suggestions? I had a look at current stat

[HACKERS] XML schema validation

2010-10-14 Thread Tomáš Pospíšil
Hi hackers, I choose (for my master's thesis) support PostgresSQL XML schema validation. Is anybody there with suggestions? I had a look at current state and noted that there is commented out code for DTD. My plan is to use libxml2, that have in the last version better support for DTD, XSD and