Allow uuid_in() to parse a wider variety of variant input formats for the UUID
Peter Eisentraut <peter_e@gmx.net>
Allow uuid_in() to parse a wider variety of variant input formats for the UUID data type. This patch takes the approach of allowing an optional hyphen after each group of four hex digits. Author: Robert Haas <robertmhaas@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/datatype.sgml | modified | +5 −2 |
| src/backend/utils/adt/uuid.c | modified | +26 −35 |