Add routines in namespace.c to determine whether objects are visible
Tom Lane <tgl@sss.pgh.pa.us>
Add routines in namespace.c to determine whether objects are visible in the search path. (We might want to make these available as SQL functions too, but I haven't done that yet.) Fix format_type to be schema-aware.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/namespace.c | modified | +314 −36 |
| src/backend/utils/adt/format_type.c | modified | +46 −33 |
| src/backend/utils/adt/regproc.c | modified | +11 −44 |
| src/include/catalog/namespace.h | modified | +7 −7 |