BUG #18549: Support ipv6 link-local addresses in the inet type

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: git(at)j12t(dot)org
Subject: BUG #18549: Support ipv6 link-local addresses in the inet type
Date: 2024-07-22 16:07:56
Message-ID: 18549-adf203ad53c1dae3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18549
Logged by: Johannes Ernst
Email address: git(at)j12t(dot)org
PostgreSQL version: 16.1
Operating system: All
Description:

One of the variations of ipv6 addresses is link-local addresses. It would be
nice if they could be stored in an inet column.

Example: fe80::249a:57ff:fed6:695f%host0/128 . Note the %host0

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2024-07-22 16:36:57 Re: BUG #18549: Support ipv6 link-local addresses in the inet type
Previous Message Mohammed Siddiqui 2024-07-22 14:46:59 Intermittent aggressive use of SWAP space by PostgreSQL despite availability of HUGE amounts of RAM for a small database.