Re: strange problem with ip6
От | Christian Kratzer |
---|---|
Тема | Re: strange problem with ip6 |
Дата | |
Msg-id | 20070517212801.N66637@vesihiisi.cksoft.de обсуждение исходный текст |
Ответ на | Re: strange problem with ip6 (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: strange problem with ip6
|
Список | pgsql-bugs |
Hi, On Thu, 17 May 2007, Tom Lane wrote: <snipp/> > It seems the correct solution here is to extend the inet type to support > RFC4007 "zone_id" strings. Yech. Not going to happen as a bug fix, > but we should probably put it on the TODO list. propably yes. But we should bear in mind that addresses of different scopes are not comparable with each other in the sense of apples vs. oranges. i.e: select 'fe80::1%em0'::inet = 'fe80::1%em1'::inet; should return null. Also how do we define sort order if not all values are comparable. > As a temporary workaround, should we hack the server to suppress any > %-foo found in the result of getnameinfo()? Not sure what that would buy us. Stripping the scope from the address does not seem the right thing to do. Extending the generic inet type with scoped addresss is another question. Greetings Christian -- Christian Kratzer CK Software GmbH Email: ck@cksoft.de Schwarzwaldstr. 31 Phone: +49 7452 889 135 D-71131 Jettingen Fax: +49 7452 889 136 HRB 245288, Amtsgericht Stuttgart Web: http://www.cksoft.de/ Geschaeftsfuehrer: Christian Kratzer
В списке pgsql-bugs по дате отправления: