Add pg_typeof() function.
Tom Lane <tgl@sss.pgh.pa.us>
Add pg_typeof() function. Brendan Jurd
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +16 −1 |
| src/backend/utils/adt/misc.c | modified | +11 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +3 −2 |
| src/include/utils/builtins.h | modified | +2 −1 |
| src/test/regress/expected/polymorphism.out | modified | +55 −0 |
| src/test/regress/sql/polymorphism.sql | modified | +11 −0 |