Add a couple of information functions to support direct checks on whether

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 65ab9f4f243df8817982191bce2804f1ec7ecfa6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-14T22:05:06Z
Releases: 8.2.0
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