postgres-cn / pgdoc-cn

PostgreSQL manual Chinese translation by China PostgreSQL Users Group
http://www.postgres.cn/docs
Other
1.83k stars 412 forks source link

func.sgml 表 9.37. cidr和inet函数 inet_same_family 中文描述有误? #205

Closed zheng8501 closed 6 years ago

zheng8501 commented 6 years ago

中文翻译: inet_same_family(inet, inet) | boolean |### 地址来自同一个网段吗? | inet_same_family('192.168.1.5/24', '::1') | false 英文原文: are the addresses from the same family? 测试只要对比的两个inet是不是同一网段,只要都是ipv4或者都是ipv6的结果都为true,所以这个意思应该是判断两个inet是否同一网络族