pgsql-server/ oc/src/sgml/func.sgml rc/backend ...

Started by Bruce Momjianover 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 03/03/21 16:54:30

Modified files:
doc/src/sgml : func.sgml
src/backend/utils/adt: network.c
src/include/catalog: pg_proc.h

Log message:
Add hostmask() function:

	+       <entry><function>hostmask</function>(<type>inet</type>)</entry>
	+       <entry><type>inet</type></entry>
	+       <entry>construct hostmask for network</entry>
	+       <entry><literal>hostmask('192.168.23.20/30')</literal></entry>
	+       <entry><literal>0.0.0.3</literal></entry>

Greg Wickham