diff options
Diffstat (limited to 'src/bin/pgaccess/lib/help/ipv4func.hlp')
-rw-r--r-- | src/bin/pgaccess/lib/help/ipv4func.hlp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/help/ipv4func.hlp b/src/bin/pgaccess/lib/help/ipv4func.hlp new file mode 100644 index 00000000000..a9206589d40 --- /dev/null +++ b/src/bin/pgaccess/lib/help/ipv4func.hlp @@ -0,0 +1,28 @@ +.pgaw:Help.f.t insert end \ +"IP V4 functions\n\n" {title} \ +"broadcast(cidr)" {bold} " + Returns: text + construct broadcast address as text + +" {} "broadcast(inet) " {bold} " + Returns: text + construct broadcast address as text + +" {} "host(inet) " {bold} " + Returns: text + extract host address as text + +" {} "masklen(cidr) " {bold} " + Returns: int4 + calculate netmask length + +" {} "masklen(inet) " {bold} " + Returns: int4 + calculate netmask length + +" {} "netmask(inet) " {bold} " + Returns: text + construct netmask as text + +" {} \ +"PostgreSQL functions\n" {link pgfunctions} |