I wrote:
> Nathan Long writes:
>> At least in the case of `inet`, another reason is for accurate comparison.
>> IPv4 and IPv6 both have shorthand textual representations; eg `127.1` =
>> `127.1.0.0`. Text storage would consider these unequal.
> I'm not sure how much we want to press that point, b
On 24.04.25 17:13, Robert Treat wrote:
On Fri, Apr 11, 2025 at 8:45 AM Euler Taveira wrote:
On Fri, Apr 11, 2025, at 5:32 AM, Yaroslav Saburov wrote:
On the tutorial-agg page in the code example
SELECT city FROM weather WHERE temp_lo = max(temp_lo); WRONG
you need to add a comment before WRON