We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5dfcbdd commitd8bc37eCopy full SHA for d8bc37e
src/test/regress/expected/inet.out
@@ -54,10 +54,10 @@ SELECT '' AS ten, c AS cidr, broadcast(c),
54
ten | cidr | broadcast | inet | broadcast
55
-----+--------------+------------------+------------------+------------------
56
| 192.168.1/24 | 192.168.1.255/24 | 192.168.1.226/24 | 192.168.1.255/24
57
- | 192.168.1/24 | 192.168.1.255/24 | 192.168.1.226 |255.255.255.255
+ | 192.168.1/24 | 192.168.1.255/24 | 192.168.1.226 |192.168.1.226
58
| 10/8 | 10.255.255.255/8 | 10.1.2.3/8 | 10.255.255.255/8
59
- | 10.0.0.0/32 |255.255.255.255 | 10.1.2.3/8 | 10.255.255.255/8
60
- | 10.1.2.3/32 |255.255.255.255| 10.1.2.3 |255.255.255.255
+ | 10.0.0.0/32 |10.0.0.0 | 10.1.2.3/8 | 10.255.255.255/8
+ | 10.1.2.3/32 |10.1.2.3| 10.1.2.3 |10.1.2.3
61
| 10.1.2/24 | 10.1.2.255/24 | 10.1.2.3/24 | 10.1.2.255/24
62
| 10.1/16 | 10.1.255.255/16 | 10.1.2.3/16 | 10.1.255.255/16
63