Re: [HACKERS] Html parsing and inline elements

2016-04-13 Thread Marcelo Zabani
;t lots of HTML with words written along multiple inline elements, it would certainly be nice to have a proper parser for these use cases. What do you think? On Wed, Apr 13, 2016 at 11:09 AM, Tom Lane wrote: > Marcelo Zabani writes: > > I was here wondering whether HTML parsing should

[HACKERS] Html parsing and inline elements

2016-04-13 Thread Marcelo Zabani
Hi everyone, I was here wondering whether HTML parsing should separate tokens that are not separated by spaces in the original text, but are separated by an inline element. Let me show you an example: *SELECT to_tsvector('english', 'Helloneighbor, you are nice')* *Results:** "'ce':7 'hello':1 'n'

[HACKERS] Insertion of geometric type column with column[0], column[1] and etc.

2010-10-04 Thread Marcelo Zabani
I've been using postgresql with geometric types and I've been using NHibernate as an ORM solution. The problem is that NHibernate can't map geometric data types to any kind of property of a class (not for insertions). I've (with partial success, as will be explained) mapped the desired column (in m