OSDN Git Service

Add a couple of information functions to support direct checks on whether
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Sep 2006 22:05:06 +0000 (22:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Sep 2006 22:05:06 +0000 (22:05 +0000)
commit65ab9f4f243df8817982191bce2804f1ec7ecfa6
treecdc21280df59d6ca13b0b86c0487fb64534bd0ed
parent2a20412c454c267e7f6892aa65bc1ab3b5532e5f
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.
doc/src/sgml/func.sgml
src/backend/catalog/information_schema.sql
src/backend/catalog/namespace.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h