]> granicus.if.org Git - postgresql/commit
Add to_regprocedure() and to_regoperator().
authorRobert Haas <rhaas@postgresql.org>
Wed, 16 Apr 2014 16:21:43 +0000 (12:21 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 16 Apr 2014 16:21:43 +0000 (12:21 -0400)
commitdfc0219f649d5450a5e4d491dab1eeb23ac5530a
tree545656271ca895402dc25ea3bff1b97934cd0210
parent1a81daab8be9a0b3769a2660db44a56a6035e34a
Add to_regprocedure() and to_regoperator().

These are natural complements to the functions added by commit
0886fc6a5c75b294544263ea979b9cf6195407d9, but they weren't included
in the original patch for some reason.  Add them.

Patch by me, per a complaint by Tom Lane.  Review by Tatsuo
Ishii.
doc/src/sgml/func.sgml
src/backend/utils/adt/regproc.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/regproc.out
src/test/regress/sql/regproc.sql