By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version |
|---|
| PostgreSQL 15.0 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), 64-bit |
SELECT 1
CREATE TABLE
INSERT 0 2
| ip |
|---|
| 172.24.12.20 |
SELECT 1
| ip | pg_typeof |
|---|---|
| 134.34.34.34/32 | text |
| 172.24.12.20/32 | text |
SELECT 2
| ip |
|---|
| 172.24.12.20 |
SELECT 1
| ip |
|---|
| 172.24.12.20 |
SELECT 1
| client_addr | belongs_to_subnet |
|---|---|
| 172.24.12.20 | t |
| 192.168.0.1 | f |
SELECT 2