forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds further support for cockroachdb#6981. This adds several built-in functions for the INET column. See https://www.postgresql.org/docs/9.6/static/functions-net.html for reference. The added built-ins are: - abbrev(inet) text - broadcast(inet) text - family(inet) int - host(inet) text - hostmask(inet) inet - masklen(inet) int - netmask(inet) inet - set_masklen(inet, int) inet - text(inet) text - inet_same_family(inet, inet) boolean This does not include the built-ins - network(inet) cidr - inet_merge(inet, inet) cidr This also moves 'FAMILY' in the SQL grammar from reserved_keyword to type_func_name_keyword.
- Loading branch information
Showing
8 changed files
with
3,548 additions
and
2,865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.