Re: Postgresql INET select and default route ? - Mailing list pgsql-general

From Tim Smith
Subject Re: Postgresql INET select and default route ?
Date
Msg-id CA+HuS5EahvwnyWnebfstuHCYo8-hJz+PYmRSyvZDP+6YUxZdew@mail.gmail.com
Whole thread Raw
In response to Re: Postgresql INET select and default route ?  (Albe Laurenz <laurenz.albe@wien.gv.at>)
List pgsql-general
Fabuous !  Thank you !

On 14 December 2015 at 07:52, Albe Laurenz <laurenz.albe@wien.gv.at> wrote:
> Tim Smith wrote:
>> Re: I am surprised that you don't expect "0.0.0.0/0" to be returned by the first
>> query if you expect it to be returned by the second.
>> Is that an oversicht?
>>
>> Thanks for the question, but no, it wasn't an oversight, I only am
>> looking for 0.0.0.0/0 to be returned if there is no more specific
>> match.
>
> I see, but then you'll have to use a different query:
>
> SELECT a from test where '11.1.2.3' <<= a
>    ORDER BY masklen(a) DESC LIMIT 1;
>
> Yours,
> Laurenz Albe


pgsql-general by date:

Previous
From: Benjamin Smith
Date:
Subject: Permissions, "soft read failure" - wishful thinking?
Next
From: Karsten Hilbert
Date:
Subject: Re: Permissions, "soft read failure" - wishful thinking?