Attached are two small patches to expose md5 as a user function -- including
Bruce Momjian <bruce@momjian.us>
Attached are two small patches to expose md5 as a user function -- including documentation and regression test mods. It seemed small and unobtrusive enough to not require a specific proposal on the hackers list -- but if not, let me know and I'll make a pitch. Otherwise, if there are no objections please apply. Joe Conway
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +11 −1 |
| src/backend/utils/adt/varlena.c | modified | +28 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +4 −1 |
| src/include/utils/builtins.h | modified | +2 −1 |
| src/test/regress/expected/strings.out | modified | +46 −0 |
| src/test/regress/sql/strings.sql | modified | +18 −0 |