Add a couple of information functions to support direct checks on whether
Tom Lane <tgl@sss.pgh.pa.us>
Add a couple of information functions to support direct checks on whether a schema is our own temp schema or another backend's temp schema, and use these in place of some former kluges in information_schema. Per my proposal of yesterday.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +31 −1 |
| src/backend/catalog/information_schema.sql | modified | +12 −11 |
| src/backend/catalog/namespace.c | modified | +17 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +5 −1 |