Change default output formatting for CIDR to be unabbreviated, per
Tom Lane <tgl@sss.pgh.pa.us>
Change default output formatting for CIDR to be unabbreviated, per recommendation from Paul Vixie. Add a new abbrev() function to produce abbreviated format as text. No forced initdb, but new function is not available unless you do an initdb or add the pg_proc row manually.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/datatype.sgml | modified | +18 −6 |
| doc/src/sgml/func.sgml | modified | +12 −5 |
| src/backend/utils/adt/network.c | modified | +50 −12 |
| src/include/catalog/pg_proc.h | modified | +3 −1 |
| src/include/utils/builtins.h | modified | +2 −1 |
| src/test/regress/expected/inet.out | modified | +66 −66 |