ipv4func.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end 
  2. "IP V4 functionsnn" {title} 
  3. "broadcast(cidr)" {bold} " 
  4. Returns: text 
  5. construct broadcast address as text 
  6. " {} "broadcast(inet) " {bold} "
  7. Returns: text 
  8. construct broadcast address as text 
  9. " {} "host(inet) " {bold} "
  10. Returns: text 
  11. extract host address as text 
  12. " {} "masklen(cidr) " {bold} "
  13. Returns: int4 
  14. calculate netmask length 
  15. " {} "masklen(inet) " {bold} "
  16. Returns: int4 
  17. calculate netmask length 
  18. " {} "netmask(inet) " {bold} "
  19. Returns: text 
  20. construct netmask as text 
  21. " {} 
  22. "PostgreSQL functionsn" {link pgfunctions}